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.3 by ceballos, Wed May 12 19:06:21 2010 UTC

# Line 62 | Line 62 | namespace mithep {
62        static Bool_t       PassD0Cut(const Electron *el, const BeamSpotCol *beamspots,
63                                      Double_t fD0Cut, Bool_t fReverseD0Cut);
64        static Bool_t       PassSpikeRemovalFilter(const Electron *ele);
65 <  
65 >      static Int_t        Classify(const Electron *ele);
66 >      static Int_t        PassTightId(const Electron *ele, const VertexCol *vertices,
67 >                                      const DecayParticleCol *conversions, const Int_t typeCuts);
68  
69      ClassDef(ElectronTools, 0) // Muon tools
70    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines