ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/tschum/FWlite_Analysis/PlotTool.h
(Generate patch)

Comparing UserCode/tschum/FWlite_Analysis/PlotTool.h (file contents):
Revision 1.7 by tschum, Thu Dec 3 11:24:14 2009 UTC vs.
Revision 1.9 by tschum, Tue Dec 8 10:04:44 2009 UTC

# Line 37 | Line 37
37   #include "TF2.h"
38   #include "TStopwatch.h"
39   #include "TPostScript.h"
40 + #include "TLeafElement.h"
41 + #include "TMethod.h"
42  
43   using namespace std;
44  
# Line 85 | Line 87 | public:
87          bool samePad_trees, samePad_vars, samePad_cuts, sameCanv_trees,
88                          sameCanv_vars, sameCanv_cuts;
89          bool showLegend, logY, addTrackJets, verbose;
90 +
91 +        string globalCuts;
92 +
93          float* TrackJetKT;
94          vector<string> fileNames;
95  
96          int saveCanvases(string name="test",
97                          string path="/afs/naf.desy.de/group/cms/scratch/schum/");
98 +        int clearCanvases();
99          int updatePads();
100          int fillCanvases();
101  
102 <        void showChainInfo();
102 >        int setVariables(string label="");
103 >
104 >        vector<string> autoVars;
105  
106  
107          ClassDef(PlotTool,4)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines