# | Line 55 | Line 55 | namespace mithep { | |
---|---|---|
55 | ||
56 | // Methods for scaling/smearing Photons | |
57 | static void ScalePhoton(Photon* p, Double_t scale); | |
58 | < | static void SmearPhoton(Photon* p, TRandom3* rng, Double_t width, UInt_t iSeed=0); |
58 | > | static void SmearPhoton(Photon* p, TRandom3* rng, Double_t width, UInt_t iSeed); |
59 | ||
60 | static Bool_t PassConversionId(const Photon *p, const DecayParticle *c); | |
61 | static Bool_t PassElectronVeto(const Photon *p, const ElectronCol *els); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |