14 |
|
SteerPlotter(); |
15 |
|
virtual ~SteerPlotter(); |
16 |
|
|
17 |
< |
void Print(Option_t* option="") const; |
17 |
> |
virtual void Print(Option_t* option="") const; |
18 |
|
|
19 |
|
void SetShapeNorm(Bool_t flag); |
20 |
|
Bool_t GetShapeNorm(); |
68 |
|
void SetSubstractBkgd(Bool_t flag); |
69 |
|
Bool_t GetSubstractBkgd(); |
70 |
|
|
71 |
+ |
void SetDrawLumi(Bool_t flag); |
72 |
+ |
Bool_t GetDrawLumi(); |
73 |
+ |
|
74 |
+ |
void SetDrawLegend(Bool_t flag); |
75 |
+ |
Bool_t GetDrawLegend(); |
76 |
+ |
|
77 |
|
|
78 |
|
private: |
79 |
|
|
82 |
|
Bool_t bRatioPlot; // plot ratios? |
83 |
|
Bool_t bPortrait; // portrait or landscape |
84 |
|
Bool_t bDrawEntries; // draw the number of entries? |
85 |
+ |
Bool_t bDrawLumi; // draw the lumi information? |
86 |
+ |
Bool_t bDrawLegend; // draw the legend everywhere? |
87 |
|
Bool_t bFitPtBalanceHists; // fit Pt-balance histograms? |
88 |
|
Bool_t bJetShapesPerSlice; // plot each slide of the jet shape histograms? |
89 |
|
Int_t fNumOfSamples; // how many analysis samples should be plotted |