# | Line 20 | Line 20 | namespace HbbAnalysis {//namespace | |
---|---|---|
20 | ||
21 | public: | |
22 | ||
23 | < | HistosBase(){}; |
23 | > | HistosBase(); |
24 | ~HistosBase(){}; | |
25 | ||
26 | < | void CreateHistos(std::string aObj, TFileDirectory aDir); |
26 | > | void CreateHistos(std::string aObj, TFileDirectory aDir, unsigned short aDebug=0); |
27 | void FillBaseHistograms(double aPT, double aEta, double aPhi); | |
28 | ||
29 | + | protected: |
30 | + | //propagate the debug flag from main analyser.... |
31 | + | unsigned short debug_; |
32 | + | |
33 | private: | |
34 | ||
35 | TH1F *p_pT; | |
# | Line 36 | Line 40 | namespace HbbAnalysis {//namespace | |
40 | TH2F *p_pTvsphi; | |
41 | TH2F *p_etavsphi; | |
42 | ||
43 | + | |
44 | + | |
45 | ||
46 | }; | |
47 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |