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.2 by amagnan, Fri Apr 17 14:26:34 2009 UTC vs.
Revision 1.5 by amagnan, Mon Jun 1 13:57:47 2009 UTC

# Line 23 | Line 23 | namespace HbbAnalysis {//namespace
23      HistosBase();
24      ~HistosBase(){};
25  
26 <    void CreateHistos(std::string aObj, TFileDirectory aDir, unsigned short aDebug=0);
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....
# Line 35 | Line 35 | namespace HbbAnalysis {//namespace
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