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.1 by sixie, Sat Apr 10 18:06:51 2010 UTC vs.
Revision 1.2 by sixie, Sat Apr 10 19:51:58 2010 UTC

# Line 14 | Line 14
14   #include "MitAna/DataTree/interface/Electron.h"
15   #include "MitAna/DataTree/interface/DecayParticleCol.h"
16   #include "MitAna/DataTree/interface/VertexCol.h"
17 + #include "MitAna/DataTree/interface/BeamSpotCol.h"
18   #include "MitCommon/MathTools/interface/MathUtils.h"
19  
20   namespace mithep {
# Line 58 | Line 59 | namespace mithep {
59        static Bool_t       PassCustomIso(const Electron *el, EElIsoType isoType);
60        static Bool_t       PassD0Cut(const Electron *el, const VertexCol *vertices,
61                                      Double_t fD0Cut, Bool_t fReverseD0Cut);
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    
66  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines