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

Comparing UserCode/UHHAnalysis/SFramePlotter/SteerPlotter.h (file contents):
Revision 1.3 by rkogler, Fri Nov 9 16:22:58 2012 UTC vs.
Revision 1.4 by rkogler, Mon Nov 12 14:32:12 2012 UTC

# Line 43 | Line 43 | public:
43      void SetInputFiles(const char* in);
44      TObjArray* GetInputFiles();
45  
46
46      void SetOutputPsFile(const char* in);
47      const char* GetOutputPsFile();
48  
# Line 74 | Line 73 | public:
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  
# Line 87 | Line 89 | private:
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines