# | Line 8 | Line 8 | |
---|---|---|
8 | ||
9 | #include "SelectionStatus.h" | |
10 | #include "ParseArgs.h" | |
11 | + | #include "Track.h" |
12 | ||
13 | #define MUON_IDMVA_CUT_BIN0 -0.825 | |
14 | #define MUON_IDMVA_CUT_BIN1 -0.725 | |
# | Line 28 | Line 29 | void initMuonIDMVA(void); | |
29 | SelectionStatus muonIDPFSelection(ControlFlags &, const mithep::Muon *, const mithep::Vertex *, | |
30 | const mithep::Array<mithep::PFCandidate> * ); | |
31 | ||
32 | + | bool trackToPFMuonSelection( const mithep::Track *track, const mithep::MuonCol * muoncol ); |
33 | + | |
34 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |