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.9 by ceballos, Mon Feb 21 13:50:20 2011 UTC vs.
Revision 1.10 by fabstoec, Wed Apr 6 18:03:48 2011 UTC

# Line 54 | Line 54 | namespace mithep
54        static Double_t BetaE(const TrackCol *tracks, const Electron *p, const Vertex *vertex,
55                              Double_t ptMin, Double_t  delta_z, Double_t extRadius,
56                              Double_t intRadius);
57 +
58 +      // method added by F.Stoeckli: computes the track isolation with NO constrint on the OV-track compatibility
59 +      static Double_t TrackIsolationNoPV(const mithep::Particle*, const BaseVertex*,
60 +                                         Double_t extRadius,
61 +                                         Double_t intRadius,
62 +                                         Double_t ptLow,
63 +                                         Double_t etaStrip,
64 +                                         Double_t maxD0,
65 +                                         mithep::TrackQuality::EQuality,
66 +                                         const mithep::Collection<mithep::Track> *tracks);
67 +
68      ClassDef(IsolationTools, 0) // Isolation tools
69    };
70   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines