# | Line 66 | Line 66 | namespace mithep { | |
---|---|---|
66 | static CiCBaseLineCats CiCBaseLineCat(const Photon *p); | |
67 | ||
68 | static const DecayParticle *MatchedCiCConversion(const Photon *p, const DecayParticleCol *conversions, | |
69 | < | Double_t dPhiMin=0.1, Double_t dEtaMin=0.1); |
69 | > | Double_t dPhiMin=0.1, Double_t dEtaMin=0.1,Double_t dRMin=0.1, |
70 | > | bool print = false); |
71 | ||
72 | static bool PassCiCSelection(Photon* ph, | |
73 | const Vertex* vtx, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |