9 |
|
#include <TDirectory.h> |
10 |
|
#include <TCanvas.h> |
11 |
|
#include <TPostScript.h> |
12 |
+ |
#include <TLatex.h> |
13 |
|
|
14 |
|
class RootPlotter |
15 |
|
{ |
54 |
|
void SetJetShapesPerSlice(Bool_t flag = true){bJetShapesPerSlice = flag;} |
55 |
|
void SetSubstractBkgd(Bool_t flag = true){bSubstractBkgd = flag;} |
56 |
|
void SetPlotRatio(Bool_t flag=true){bPlotRatio = flag;} |
57 |
+ |
void SetDrawLumi(Bool_t flag=true){bDrawLumi = flag;} |
58 |
|
|
59 |
|
void SetSampleNames(TObjArray* SampleNames); |
60 |
|
void SetHistColors(TArrayI colors); |
79 |
|
Bool_t bShapeNorm; // use shape normalization |
80 |
|
Bool_t bPortrait; // portrait or landscape mode |
81 |
|
Bool_t bDrawEntries; // display the number of entries |
82 |
+ |
Bool_t bDrawLumi; // display the lumi information |
83 |
|
Bool_t bFitPtBalanceHists; // perform fit of Pt-balance histograms? |
84 |
|
Bool_t bJetShapesPerSlice; // perform fit of Pt-balance histograms? |
85 |
|
Bool_t bSubstractBkgd; // substract background from the first chain? |