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

Comparing UserCode/HbbAnalysis/interface/HistosMuons.hh (file contents):
Revision 1.3 by amagnan, Fri Oct 2 11:05:52 2009 UTC vs.
Revision 1.4 by amagnan, Tue Oct 13 12:14:04 2009 UTC

# Line 7 | Line 7
7  
8   #include "DataFormats/Common/interface/Handle.h"
9   #include "DataFormats/PatCandidates/interface/Muon.h"
10 + #include "DataFormats/VertexReco/interface/Vertex.h"
11  
12   #include "UserCode/HbbAnalysis/interface/HistosMuonsBase.hh"
13   #include "UserCode/HbbAnalysis/interface/EffUtility.hh"
# Line 24 | Line 25 | namespace HbbAnalysis {//namespace
25  
26      void FillEventHistograms(const edm::Handle<std::vector<pat::Muon> >& aMuCol);
27      
28 <    void FillHistograms(const pat::Muon & aMuon, bool isLead=true);
28 >    void FillHistograms(const pat::Muon & aMuon,
29 >                        const edm::Handle<std::vector<reco::Vertex> > & aRecoVertices,
30 >                        bool isLead=true);
31      
32      bool MatchesGenMuon(const pat::Muon & aMuon);
33      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines