ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/LJMet/Utils/interface/CutFlow.h
(Generate patch)

Comparing UserCode/LJMet/Utils/interface/CutFlow.h (file contents):
Revision 1.2 by kukartse, Sat Oct 10 05:26:18 2009 UTC vs.
Revision 1.3 by kukartse, Mon Oct 12 22:45:46 2009 UTC

# Line 75 | Line 75 | private:
75                           double mPt,
76                           double mRelIso,
77                           const edm::Event& iEvent);
78 +  bool has_electron(std::string mLabel, const edm::Event& iEvent);
79 +  bool is_electron(std::string mLabel,
80 +                   double mPt,
81 +                   double mEta,
82 +                   double mD0,
83 +                   double mRelIso,
84 +                   const edm::Event& iEvent);
85   };
86  
87   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines