51 |
|
|
52 |
|
using namespace std; |
53 |
|
|
54 |
< |
SelectionStatus electronDummyVeto(ControlFlags &, const mithep::Electron*, const mithep::Vertex &); |
55 |
< |
SelectionStatus electronCutBasedVeto(ControlFlags &, const mithep::Electron*, const mithep::Vertex &); |
54 |
> |
SelectionStatus electronDummyVeto(ControlFlags &, const mithep::Electron*, const mithep::Vertex *); |
55 |
> |
SelectionStatus electronCutBasedVeto(ControlFlags &, const mithep::Electron*, const mithep::Vertex *); |
56 |
|
|
57 |
< |
SelectionStatus electronPreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex &); |
58 |
< |
SelectionStatus electronReferencePreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex &); |
57 |
> |
SelectionStatus electronPreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex *); |
58 |
> |
SelectionStatus electronReferencePreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex *); |
59 |
|
|
60 |
|
SelectionStatus electronIDMVASelection(ControlFlags &ctrl, |
61 |
|
const mithep::Electron *ele, |
62 |
< |
const mithep::Vertex & vtx ); |
62 |
> |
const mithep::Vertex * vtx ); |
63 |
|
SelectionStatus electronReferenceIDMVASelection(ControlFlags &ctrl, |
64 |
|
const mithep::Electron *ele, |
65 |
< |
const mithep::Vertex & vtx ); |
65 |
> |
const mithep::Vertex * vtx ); |
66 |
> |
SelectionStatus electronReferenceIDMVASelectionV1(ControlFlags &ctrl, |
67 |
> |
const mithep::Electron *ele, |
68 |
> |
const mithep::Vertex * vtx ); |
69 |
|
void initElectronIDMVA(); |
70 |
|
|
71 |
|
#endif |