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

Comparing UserCode/HbbAnalysis/interface/HistosElecsBase.hh (file contents):
Revision 1.2 by amagnan, Thu Feb 18 15:52:41 2010 UTC vs.
Revision 1.3 by amagnan, Fri Mar 26 15:26:10 2010 UTC

# Line 27 | Line 27 | namespace HbbAnalysis {//namespace
27      void FillEventHistograms(const std::vector<HbbAnalysis::Electron> & aElecCol);
28  
29      void FillHistograms(const HbbAnalysis::Electron & aElec, bool isLead=true);
30 +    void FillHistograms(const HbbAnalysis::Electron & aElec, const std::vector<float> & dR);
31  
32      void FillEffHistograms();
33  
# Line 36 | Line 37 | namespace HbbAnalysis {//namespace
37  
38      bool doGenMatched_;
39  
40 +    TH1F *p_pTVeryLoose;
41 +    TH1F *p_etaVeryLoose;
42 +    TH1F *p_pTLoose;
43 +    TH1F *p_etaLoose;
44 +    TH1F *p_pTMedium;
45 +    TH1F *p_etaMedium;
46 +    TH1F *p_pTTight;
47 +    TH1F *p_etaTight;
48 +    TH1F *p_pTSuperTight;
49 +    TH1F *p_etaSuperTight;
50 +
51 +    TH1F *p_deltaRJet[4];
52 +
53      TH1F *p_recoOverGen;
54      TH1F *p_recoOverGen_vsEta[20];
55      TH1F *p_recoOverGen_vsPt[10];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines