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.6 by tschum, Wed Dec 2 15:57:44 2009 UTC vs.
Revision 1.8 by tschum, Mon Dec 7 14:02:01 2009 UTC

# Line 36 | Line 36
36   #include "TGraphAsymmErrors.h"
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 87 | Line 90 | public:
90          float* TrackJetKT;
91          vector<string> fileNames;
92  
93 <        int saveCanvases(string type=".ps",
93 >        int saveCanvases(string name="test",
94                          string path="/afs/naf.desy.de/group/cms/scratch/schum/");
95 +        int clearCanvases();
96          int updatePads();
97          int fillCanvases();
98  
99 <        void showChainInfo();
99 >        int setVariables(string label="");
100 >
101 >        vector<string> autoVars;
102  
103  
104          ClassDef(PlotTool,4)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines