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" |
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 |
|
|