43 |
|
void SetInputFiles(const char* in); |
44 |
|
TObjArray* GetInputFiles(); |
45 |
|
|
46 |
– |
|
46 |
|
void SetOutputPsFile(const char* in); |
47 |
|
const char* GetOutputPsFile(); |
48 |
|
|
73 |
|
void SetDrawLegend(Bool_t flag); |
74 |
|
Bool_t GetDrawLegend(); |
75 |
|
|
76 |
+ |
void SetLumi(Float_t lumi); |
77 |
+ |
Float_t GetLumi(); |
78 |
+ |
|
79 |
|
|
80 |
|
private: |
81 |
|
|
89 |
|
Bool_t bFitPtBalanceHists; // fit Pt-balance histograms? |
90 |
|
Bool_t bJetShapesPerSlice; // plot each slide of the jet shape histograms? |
91 |
|
Int_t fNumOfSamples; // how many analysis samples should be plotted |
92 |
+ |
Float_t fLumi; // integrated luminosity of sample |
93 |
|
TObjArray fSampleNames; // all sample name |
94 |
|
|
95 |
|
TObjArray fSamplesToStack; // name of samples that should be stacked on top of each other |