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.4 by kukartse, Tue Oct 27 22:39:44 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 +  int count_jets(std::string jLabel,
86 +                 double jPt,
87 +                 double jEta,
88 +                 std::string lLabel,
89 +                 double lPt,
90 +                 double lEta,
91 +                 double lD0,
92 +                 double lDR,
93 +                 const edm::Event & iEvent);
94   };
95  
96   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines