ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/interface/HistosBase.hh
(Generate patch)

Comparing UserCode/HbbAnalysis/interface/HistosBase.hh (file contents):
Revision 1.1 by amagnan, Wed Apr 15 10:24:16 2009 UTC vs.
Revision 1.5 by amagnan, Mon Jun 1 13:57:47 2009 UTC

# 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);
27 <    void FillBaseHistograms(double aPT, double aEta, double aPhi);
26 >    void CreateHistos(std::string & aObj, TFileDirectory & aDir, unsigned short aDebug=0);
27 >    void FillBaseHistograms(double aPT, double aEta, double aPhi, double aCharge);
28 >
29 >  protected:
30 >    //propagate the debug flag from main analyser....
31 >    unsigned short debug_;
32  
33    private:
34  
35      TH1F *p_pT;
36      TH1F *p_eta;
37      TH1F *p_phi;
38 +    TH1F *p_charge;
39  
40      TH2F *p_pTvseta;
41      TH2F *p_pTvsphi;
42      TH2F *p_etavsphi;
43  
44 +
45 +
46  
47    };
48  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines