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

Comparing UserCode/MitPhysics/Utils/interface/ElectronTools.h (file contents):
Revision 1.3 by ceballos, Wed May 12 19:06:21 2010 UTC vs.
Revision 1.4 by ceballos, Thu May 27 07:59:13 2010 UTC

# Line 33 | Line 33 | namespace mithep {
33          kCustomIdTight,     //"CustomTight"
34          kVBTFWorkingPoint95Id,
35          kVBTFWorkingPoint90Id,
36 +        kVBTFWorkingPoint85Id,
37          kVBTFWorkingPoint80Id,
38          kVBTFWorkingPoint70Id
39        };
# Line 48 | Line 49 | namespace mithep {
49          kCustomIso,          //"Custom"
50          kVBTFWorkingPoint95Iso,
51          kVBTFWorkingPoint90Iso,
52 +        kVBTFWorkingPoint85Iso,
53          kVBTFWorkingPoint80Iso,
54          kVBTFWorkingPoint70Iso
55        };
# Line 56 | Line 58 | namespace mithep {
58        static Bool_t       PassConversionFilter(const Electron *el, const DecayParticleCol *conversions,
59                                                 Bool_t WrongHitsRequirement );
60        static Bool_t       PassCustomID(const Electron *el, EElIdType idType);
61 <      static Bool_t       PassCustomIso(const Electron *el, EElIsoType isoType);
61 >      static Bool_t       PassCustomIso(const Electron *el, EElIsoType isoType,
62 >                                        Bool_t useCombineIso = kTRUE);
63        static Bool_t       PassD0Cut(const Electron *el, const VertexCol *vertices,
64                                      Double_t fD0Cut, Bool_t fReverseD0Cut);
65        static Bool_t       PassD0Cut(const Electron *el, const BeamSpotCol *beamspots,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines