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.16 by mzanetti, Fri May 20 13:25:40 2011 UTC vs.
Revision 1.17 by fabstoec, Wed Jun 1 18:11:52 2011 UTC

# Line 72 | Line 72 | namespace mithep
72                                           UInt_t maxNExpectedHitsInner = 999,
73                                           const mithep::DecayParticleCol *conversions = 0);
74  
75 +      // methods for Hgg BaseLien Selection. These isoaltion are stupid, but what can we do.... ;(
76 +      static Double_t CiCTrackIsolation(const mithep::Particle*,
77 +                                        const BaseVertex*,
78 +                                        Double_t extRadius,
79 +                                        Double_t intRadius,
80 +                                        Double_t ptLow,
81 +                                        Double_t etaStrip,
82 +                                        Double_t maxD0,
83 +                                        Double_t maxDZ,
84 +                                        const mithep::Collection<mithep::Track> *tracks,
85 +                                        const mithep::Collection<mithep::Vertex> *vtxs = NULL);
86 +
87 +
88      ClassDef(IsolationTools, 0) // Isolation tools
89    };
90   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines