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

Comparing UserCode/HbbAnalysis/interface/HistosElecs.hh (file contents):
Revision 1.3 by amagnan, Mon May 18 14:59:03 2009 UTC vs.
Revision 1.5 by amagnan, Thu May 28 15:12:43 2009 UTC

# Line 31 | Line 31 | namespace HbbAnalysis {//namespace
31  
32      void Initialise(TFileDirectory & aDir, std::string aName, bool aDoGenMatched=false);
33  
34 <    void FillEventHistograms(edm::Handle<std::vector<pat::Electron> > aElecCol);
34 >    void FillEventHistograms(const edm::Handle<std::vector<pat::Electron> > & aElecCol);
35  
36 <    void FillHistograms(const pat::Electron & aElec, edm::Handle<std::vector<reco::Vertex> > aRecoVertices, bool isLead=true);
36 >    void FillHistograms(const pat::Electron & aElec, const edm::Handle<std::vector<reco::Vertex> >& aRecoVertices, bool isLead=true);
37  
38      bool MatchesGenElectron(const pat::Electron & aElec);
39  
# Line 50 | Line 50 | namespace HbbAnalysis {//namespace
50      TH1F * p_scE1x5;
51      TH1F * p_scE2x5Max;
52      TH1F * p_scE5x5;
53 <
53 >    TH1F * p_scE1x5OverscE5x5;
54 >    TH1F * p_scE2x5MaxOverscE5x5;
55 >    
56      TH1F * p_trackIso;
57      TH1F * p_caloIso;
58      TH1F * p_ecalIso;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines