56 |
|
|
57 |
|
SelectionStatus electronPreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex *); |
58 |
|
SelectionStatus electronReferencePreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex *); |
59 |
+ |
SelectionStatus electronPreSelectionNoD0DzIP(ControlFlags &ctrl, |
60 |
+ |
const mithep::Electron *electron, |
61 |
+ |
const mithep::Vertex * vtx); |
62 |
|
|
63 |
|
SelectionStatus electronIDMVASelection(ControlFlags &ctrl, |
64 |
|
const mithep::Electron *ele, |
66 |
|
SelectionStatus electronReferenceIDMVASelection(ControlFlags &ctrl, |
67 |
|
const mithep::Electron *ele, |
68 |
|
const mithep::Vertex * vtx ); |
69 |
+ |
SelectionStatus electronReferenceIDMVASelectionV1(ControlFlags &ctrl, |
70 |
+ |
const mithep::Electron *ele, |
71 |
+ |
const mithep::Vertex * vtx ); |
72 |
|
void initElectronIDMVA(); |
73 |
+ |
void initElectronIDMVAV1(); |
74 |
|
|
75 |
|
#endif |
76 |
|
|