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.5 by bendavid, Sat May 29 11:56:17 2010 UTC vs.
Revision 1.8 by bendavid, Thu Feb 17 13:44:55 2011 UTC

# Line 57 | Line 57 | namespace mithep {
57  
58        static Bool_t       PassChargeFilter(const Electron *el);
59        static Bool_t       PassConversionFilter(const Electron *el, const DecayParticleCol *conversions,
60 <                                               Bool_t WrongHitsRequirement );
60 >                                               const BaseVertex *vtx, UInt_t nWrongHitsMax );
61        static Bool_t       PassCustomID(const Electron *el, EElIdType idType);
62        static Bool_t       PassCustomIso(const Electron *el, EElIsoType isoType,
63                                          Bool_t useCombineIso = kTRUE);
64 <      static Bool_t       PassD0Cut(const Electron *el, const VertexCol *vertices,
65 <                                    Double_t fD0Cut, Bool_t fReverseD0Cut);
66 <      static Bool_t       PassD0Cut(const Electron *el, const BeamSpotCol *beamspots,
67 <                                    Double_t fD0Cut, Bool_t fReverseD0Cut);
64 >      static Bool_t       PassD0Cut(const Electron *el, const VertexCol *vertices, Double_t fD0Cut);
65 >      static Bool_t       PassD0Cut(const Electron *el, const BeamSpotCol *beamspots, Double_t fD0Cut);
66        static Bool_t       PassSpikeRemovalFilter(const Electron *ele);
67        static Bool_t       PassTriggerMatching(const Electron *ele, const TriggerObjectCol *trigobjs);
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 +      static bool         compute_cut(double x, double et, double cut_min, double cut_max, bool gtn=false);
72  
73      ClassDef(ElectronTools, 0) // Muon tools
74    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines