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.2 by sixie, Sat Apr 10 19:51:58 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,
66                                      Double_t fD0Cut, Bool_t fReverseD0Cut);
67        static Bool_t       PassSpikeRemovalFilter(const Electron *ele);
68 <  
68 >      static Int_t        Classify(const Electron *ele);
69 >      static Int_t        PassTightId(const Electron *ele, const VertexCol *vertices,
70 >                                      const DecayParticleCol *conversions, const Int_t typeCuts);
71  
72      ClassDef(ElectronTools, 0) // Muon tools
73    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines