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.6 by ceballos, Mon Jan 17 17:32:52 2011 UTC vs.
Revision 1.7 by ceballos, Fri Jan 21 11:25:26 2011 UTC

# Line 61 | Line 61 | namespace mithep {
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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines