ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/UHHAnalysis/SFramePlotter/RootPlotter.h
(Generate patch)

Comparing UserCode/UHHAnalysis/SFramePlotter/RootPlotter.h (file contents):
Revision 1.1 by rkogler, Wed Jun 20 12:44:52 2012 UTC vs.
Revision 1.2 by peiffer, Wed Aug 22 15:52:43 2012 UTC

# Line 9 | Line 9
9   #include <TDirectory.h>
10   #include <TCanvas.h>
11   #include <TPostScript.h>
12 + #include <TLatex.h>
13  
14   class RootPlotter
15   {
# Line 53 | Line 54 | public:
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);
# Line 77 | Line 79 | private:
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?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines