# | Line 127 | Line 127 | namespace mithep { | |
---|---|---|
127 | ||
128 | static const DecayParticle *MatchedCiCConversion(const Photon *p, const DecayParticleCol *conversions, | |
129 | Double_t dPhiMin=0.1, Double_t dEtaMin=0.1,Double_t dRMin=0.1, | |
130 | < | bool print = false); |
130 | > | bool print = false, |
131 | > | int* numLegs = NULL, int* convIdx = NULL); // for debugging |
132 | ||
133 | ||
134 | static const Electron *MatchedElectron(const Photon *p, const ElectronCol *els); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |