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.4 by amagnan, Thu May 28 15:12:43 2009 UTC vs.
Revision 1.5 by amagnan, Mon Jun 1 13:57:47 2009 UTC

# Line 24 | Line 24 | namespace HbbAnalysis {//namespace
24      ~HistosBase(){};
25  
26      void CreateHistos(std::string & aObj, TFileDirectory & aDir, unsigned short aDebug=0);
27 <    void FillBaseHistograms(double aPT, double aEta, double aPhi);
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines