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

Comparing UserCode/MitPhysics/Utils/interface/IsolationTools.h (file contents):
Revision 1.10 by fabstoec, Wed Apr 6 18:03:48 2011 UTC vs.
Revision 1.11 by bendavid, Thu Apr 14 22:05:42 2011 UTC

# Line 21 | Line 21
21   #include "MitAna/DataTree/interface/ElectronCol.h"
22   #include "MitAna/DataTree/interface/PFCandidateCol.h"
23   #include "MitAna/DataTree/interface/TrackCol.h"
24 + #include "MitAna/DataTree/interface/DecayParticleCol.h"
25  
26   namespace mithep
27   {
# Line 63 | Line 64 | namespace mithep
64                                           Double_t etaStrip,
65                                           Double_t maxD0,
66                                           mithep::TrackQuality::EQuality,
67 <                                         const mithep::Collection<mithep::Track> *tracks);
67 >                                         const mithep::Collection<mithep::Track> *tracks,
68 >                                         UInt_t maxNExpectedHitsInner = 999,
69 >                                         const mithep::DecayParticleCol *conversions = 0);
70  
71      ClassDef(IsolationTools, 0) // Isolation tools
72    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines