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 |
|
|
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) |