15 |
|
#include "MuonQuality.h" |
16 |
|
|
17 |
|
#include "PileupEnergyDensity.h" |
18 |
< |
|
18 |
> |
#include "Various.h" |
19 |
|
|
20 |
|
#define MUON_IDMVA_CUT_BIN0 -0.825 |
21 |
|
#define MUON_IDMVA_CUT_BIN1 -0.725 |
24 |
|
#define MUON_IDMVA_CUT_BIN4 -0.865 |
25 |
|
#define MUON_IDMVA_CUT_BIN5 -0.979 |
26 |
|
|
27 |
< |
bool muon2012CutBasedIDTight(const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity); |
27 |
> |
bool muon2012CutBasedIDTightVersionWithOldIsoThatWorksOn2011(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, |
28 |
> |
const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity, mithep::MuonTools::EMuonEffectiveAreaTarget EffectiveAreaVersion); |
29 |
|
|
30 |
+ |
bool muonPOG2012CutBasedIDTight(const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity); |
31 |
|
|
32 |
|
SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *); |
33 |
|
SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *); |
34 |
|
|
33 |
– |
SelectionStatus muonPreSelection( ControlFlags &ctrl, |
34 |
– |
const mithep::Muon * mu, |
35 |
– |
const mithep::Vertex * vtx, |
36 |
– |
const mithep::Array<mithep::PFCandidate> * pfCandidates ); |
35 |
|
SelectionStatus muonReferencePreSelection( ControlFlags &ctrl, |
36 |
|
const mithep::Muon * mu, |
37 |
|
const mithep::Vertex * vtx, |
38 |
|
const mithep::Array<mithep::PFCandidate> * pfCandidates ); |
39 |
< |
SelectionStatus muonPreSelectionNoD0DzIP( ControlFlags &ctrl, |
40 |
< |
const mithep::Muon * mu, |
41 |
< |
const mithep::Vertex * vtx, |
42 |
< |
const mithep::Array<mithep::PFCandidate> * pfCandidates ); |
39 |
> |
SelectionStatus muonPreSelectionNoD0IP( ControlFlags &ctrl, |
40 |
> |
const mithep::Muon * mu, |
41 |
> |
const mithep::Vertex * vtx, |
42 |
> |
const mithep::Array<mithep::PFCandidate> * pfCandidates ); |
43 |
|
|
44 |
|
SelectionStatus muonIDMVASelection(ControlFlags &ctrl, |
45 |
|
const mithep::Muon *mu, |
53 |
|
SelectionStatus PassWwMuonSel(const mithep::Muon *mu, const mithep::Vertex *vtx, |
54 |
|
const mithep::Array<mithep::PFCandidate> *pfArr |
55 |
|
); |
58 |
– |
|
56 |
|
#endif |
57 |
+ |
// SelectionStatus muonPreSelectionNoD0DzIP( ControlFlags &ctrl, |
58 |
+ |
// const mithep::Muon * mu, |
59 |
+ |
// const mithep::Vertex * vtx, |
60 |
+ |
// const mithep::Array<mithep::PFCandidate> * pfCandidates ); |