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.4 by ceballos, Thu May 27 07:59:13 2010 UTC vs.
Revision 1.5 by bendavid, Sat May 29 11:56:17 2010 UTC

# Line 15 | Line 15
15   #include "MitAna/DataTree/interface/DecayParticleCol.h"
16   #include "MitAna/DataTree/interface/VertexCol.h"
17   #include "MitAna/DataTree/interface/BeamSpotCol.h"
18 + #include "MitAna/DataTree/interface/TriggerObjectCol.h"
19   #include "MitCommon/MathTools/interface/MathUtils.h"
20  
21   namespace mithep {
# Line 65 | Line 66 | namespace mithep {
66        static Bool_t       PassD0Cut(const Electron *el, const BeamSpotCol *beamspots,
67                                      Double_t fD0Cut, Bool_t fReverseD0Cut);
68        static Bool_t       PassSpikeRemovalFilter(const Electron *ele);
69 +      static Bool_t       PassTriggerMatching(const Electron *ele, const TriggerObjectCol *trigobjs);
70        static Int_t        Classify(const Electron *ele);
71        static Int_t        PassTightId(const Electron *ele, const VertexCol *vertices,
72                                        const DecayParticleCol *conversions, const Int_t typeCuts);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines