14 |
|
#include "MitAna/DataTree/interface/Electron.h" |
15 |
|
#include "MitAna/DataTree/interface/DecayParticleCol.h" |
16 |
|
#include "MitAna/DataTree/interface/VertexCol.h" |
17 |
+ |
#include "MitAna/DataTree/interface/BeamSpotCol.h" |
18 |
|
#include "MitCommon/MathTools/interface/MathUtils.h" |
19 |
|
|
20 |
|
namespace mithep { |
59 |
|
static Bool_t PassCustomIso(const Electron *el, EElIsoType isoType); |
60 |
|
static Bool_t PassD0Cut(const Electron *el, const VertexCol *vertices, |
61 |
|
Double_t fD0Cut, Bool_t fReverseD0Cut); |
62 |
+ |
static Bool_t PassD0Cut(const Electron *el, const BeamSpotCol *beamspots, |
63 |
+ |
Double_t fD0Cut, Bool_t fReverseD0Cut); |
64 |
|
static Bool_t PassSpikeRemovalFilter(const Electron *ele); |
65 |
|
|
66 |
|
|