89 |
|
static void ScalePhotonR9(Photon *p, Double_t scale); |
90 |
|
static void ScalePhotonError(Photon *p, Double_t scale); |
91 |
|
|
92 |
< |
|
92 |
> |
static Bool_t PassSinglePhotonPresel(const Photon *p,const ElectronCol *els, const DecayParticleCol *conversions, const BaseVertex *v); |
93 |
|
static Bool_t PassConversionId(const Photon *p, const DecayParticle *c); |
94 |
|
static Bool_t PassElectronVeto(const Photon *p, const ElectronCol *els); |
95 |
|
static Double_t ElectronVetoCiC(const Photon *p, const ElectronCol *els); |
129 |
|
|
130 |
|
|
131 |
|
static const MCParticle *MatchMC(const Particle *ph, const MCParticleCol *c, Bool_t matchElectrons = kFALSE); |
132 |
– |
|
132 |
|
ClassDef(PhotonTools, 0) // Muon tools |
133 |
|
}; |
134 |
|
} |