# | Line 36 | Line 36 | |
---|---|---|
36 | #include "TGraphAsymmErrors.h" | |
37 | #include "TF2.h" | |
38 | #include "TStopwatch.h" | |
39 | + | #include "TPostScript.h" |
40 | ||
41 | using namespace std; | |
42 | ||
# | Line 87 | Line 88 | public: | |
88 | float* TrackJetKT; | |
89 | vector<string> fileNames; | |
90 | ||
91 | < | int saveCanvases(string type=".ps", |
91 | > | int saveCanvases(string name="test", |
92 | string path="/afs/naf.desy.de/group/cms/scratch/schum/"); | |
93 | int updatePads(); | |
94 | int fillCanvases(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |