ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/SimpleLepton.h
(Generate patch)

Comparing UserCode/MitHzz4l/Selection/interface/SimpleLepton.h (file contents):
Revision 1.2 by khahn, Fri Oct 14 11:36:04 2011 UTC vs.
Revision 1.5 by khahn, Sun Oct 30 15:16:11 2011 UTC

# Line 5 | Line 5 | class SimpleLepton {
5   public :
6  
7    int type, index, charge;
8 <  double isoTrk, isoEcal, isoHcal, isoPF04;
8 >  double isoTrk, isoEcal, isoHcal, isoPF03, isoPF04, isoCombo;
9    double ip3dSig;
10 <  bool is4l, isEB;
10 >  unsigned bdtfail;
11 >  bool is4l, isEB, isTight;
12    TLorentzVector vec;
13  
14 +  float tche, tchp, csv, csvMva;
15 +
16 +  /* void print(); */
17    static bool lep_pt_sort( const SimpleLepton &l1,  const SimpleLepton &l2 ) {
18 <    if( l1.vec.Pt() > l2.vec.Pt() ) return true;
18 >    if( l1.vec.Pt() >= l2.vec.Pt() ) return true;
19    };
20  
21   };
22  
19
20
23   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines