26 |
|
|
27 |
|
bool muon2012CutBasedIDTight(const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity); |
28 |
|
|
29 |
+ |
bool muonPOG2012CutBasedIDTight(const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity); |
30 |
+ |
|
31 |
|
|
32 |
|
SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *); |
33 |
|
SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *); |
57 |
|
SelectionStatus PassWwMuonSel(const mithep::Muon *mu, const mithep::Vertex *vtx, |
58 |
|
const mithep::Array<mithep::PFCandidate> *pfArr |
59 |
|
); |
60 |
< |
|
60 |
> |
SelectionStatus muonDenominatorSelection( ControlFlags &ctrl, |
61 |
> |
const mithep::Muon * mu, |
62 |
> |
const mithep::Vertex * vtx, |
63 |
> |
const mithep::Array<mithep::PFCandidate> * pfCandidates ) ; |
64 |
|
#endif |