15 |
|
#include "MitAna/DataTree/interface/DecayParticleCol.h" |
16 |
|
#include "MitAna/DataTree/interface/VertexCol.h" |
17 |
|
#include "MitAna/DataTree/interface/BeamSpotCol.h" |
18 |
+ |
#include "MitAna/DataTree/interface/TriggerObjectCol.h" |
19 |
|
#include "MitCommon/MathTools/interface/MathUtils.h" |
20 |
|
|
21 |
|
namespace mithep { |
66 |
|
static Bool_t PassD0Cut(const Electron *el, const BeamSpotCol *beamspots, |
67 |
|
Double_t fD0Cut, Bool_t fReverseD0Cut); |
68 |
|
static Bool_t PassSpikeRemovalFilter(const Electron *ele); |
69 |
+ |
static Bool_t PassTriggerMatching(const Electron *ele, const TriggerObjectCol *trigobjs); |
70 |
|
static Int_t Classify(const Electron *ele); |
71 |
|
static Int_t PassTightId(const Electron *ele, const VertexCol *vertices, |
72 |
|
const DecayParticleCol *conversions, const Int_t typeCuts); |