48 |
|
static Bool_t PassTriggerMatching(const Photon *p, const TriggerObjectCol *trigobjs); |
49 |
|
static const DecayParticle *MatchedConversion(const Photon *p, const DecayParticleCol *conversions, |
50 |
|
const BaseVertex *vtx, Int_t nWrongHitsMax=1, Double_t probMin=1e-6, |
51 |
< |
Double_t lxyMin = 2.0, Double_t dRMin = 0.1); |
51 |
> |
Double_t lxyMin = 2.0, Double_t dRMin = 0.1); |
52 |
> |
static const DecayParticle *MatchedConversion(const Track *t, const DecayParticleCol *conversions, |
53 |
> |
const BaseVertex *vtx, Int_t nWrongHitsMax=1, Double_t probMin=1e-6, |
54 |
> |
Double_t lxyMin = 2.0); |
55 |
|
static DiphotonR9EtaCats DiphotonR9EtaCat(const Photon *p1, const Photon *p2); |
56 |
|
static DiphotonR9EtaConversionCats DiphotonR9EtaConversionCat(const Photon *p1, const Photon *p2, const DecayParticleCol *conversions, const BaseVertex *v); |
57 |
|
|