ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/PhotonTools.h
(Generate patch)

Comparing UserCode/MitPhysics/Utils/interface/PhotonTools.h (file contents):
Revision 1.25 by mingyang, Mon Oct 8 17:37:50 2012 UTC vs.
Revision 1.26 by fabstoec, Fri Oct 26 19:23:05 2012 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines