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.3 by kukartse, Mon Oct 12 22:45:46 2009 UTC vs.
Revision 1.4 by kukartse, Tue Oct 27 22:39:44 2009 UTC

# Line 82 | Line 82 | private:
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