23 |
|
|
24 |
|
#include "PFCandidate.h" |
25 |
|
|
26 |
+ |
#include "MitPhysics/Utils/interface/ElectronTools.h" |
27 |
+ |
|
28 |
+ |
|
29 |
|
|
30 |
|
#define ELE_IDMVA_CUT_BIN0 0.369 |
31 |
|
#define ELE_IDMVA_CUT_BIN1 -0.025 |
57 |
|
|
58 |
|
using namespace std; |
59 |
|
|
60 |
< |
bool electron2012CutBasedIDMedium(const mithep::Electron *ele, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * fPFCandidates); |
60 |
> |
bool electron2012CutBasedIDMedium(const mithep::Electron *ele, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * fPFCandidates, const mithep::DecayParticleCol *conversions); |
61 |
|
|
62 |
|
SelectionStatus electronDummyVeto(ControlFlags &, const mithep::Electron*, const mithep::Vertex *); |
63 |
|
SelectionStatus electronCutBasedVeto(ControlFlags &, const mithep::Electron*, const mithep::Vertex *); |