16 |
|
#define MUON_IDMVA_CUT_BIN4 -0.865 |
17 |
|
#define MUON_IDMVA_CUT_BIN5 -0.979 |
18 |
|
|
19 |
< |
SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex &); |
20 |
< |
SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex &); |
19 |
> |
SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *); |
20 |
> |
SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *); |
21 |
|
|
22 |
< |
SelectionStatus muonPreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex & vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates ); |
23 |
< |
SelectionStatus muonReferencePreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex & vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates ); |
22 |
> |
SelectionStatus muonPreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates ); |
23 |
> |
SelectionStatus muonReferencePreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates ); |
24 |
|
|
25 |
< |
SelectionStatus muonIDMVASelection(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex & vtx ); |
25 |
> |
SelectionStatus muonIDMVASelection(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex * vtx ); |
26 |
|
void initMuonIDMVA(void); |
27 |
|
|
28 |
< |
SelectionStatus muonIDPFSelection(ControlFlags &, const mithep::Muon *, const mithep::Vertex &, |
28 |
> |
SelectionStatus muonIDPFSelection(ControlFlags &, const mithep::Muon *, const mithep::Vertex *, |
29 |
|
const mithep::Array<mithep::PFCandidate> * ); |
30 |
|
|
31 |
|
#endif |