26 |
|
#include "MitAna/DataTree/interface/SuperClusterCol.h" |
27 |
|
#include "MitCommon/MathTools/interface/MathUtils.h" |
28 |
|
|
29 |
+ |
#include "MitAna/DataTree/interface/PFCandidateCol.h" |
30 |
+ |
|
31 |
|
class TRandom3; |
32 |
|
|
33 |
|
namespace mithep { |
93 |
|
static void ScalePhotonError(Photon *p, Double_t scale); |
94 |
|
|
95 |
|
static Bool_t PassSinglePhotonPresel(const Photon *p,const ElectronCol *els, const DecayParticleCol *conversions, const BaseVertex *bs, const TrackCol* trackCol, const Vertex *vtx, double rho, Bool_t applyElectronVeto = kTRUE, Bool_t invertElectronVeto = kFALSE); |
96 |
+ |
static Bool_t PassSinglePhotonPreselPFISO(const Photon *p,const ElectronCol *els, const DecayParticleCol *conversions, const BaseVertex *bs, const TrackCol* trackCol,const Vertex *vtx, double rho, const PFCandidateCol *fPFCands, Bool_t applyElectronVeto = kTRUE, Bool_t invertElectronVeto = kFALSE); |
97 |
|
static Bool_t PassConversionId(const Photon *p, const DecayParticle *c); |
98 |
|
static Bool_t PassElectronVeto(const Photon *p, const ElectronCol *els); |
99 |
|
static Double_t ElectronVetoCiC(const Photon *p, const ElectronCol *els); |