# | Line 7 | Line 7 | public : | |
---|---|---|
7 | int type, index, charge; | |
8 | double isoTrk, isoEcal, isoHcal, isoPF03, isoPF04; | |
9 | double ip3dSig; | |
10 | < | bool is4l, isEB, isTight; |
10 | > | unsigned bdtfail; |
11 | > | bool is4l, isEB, isTight; |
12 | TLorentzVector vec; | |
13 | ||
14 | + | /* void print(); */ |
15 | static bool lep_pt_sort( const SimpleLepton &l1, const SimpleLepton &l2 ) { | |
16 | if( l1.vec.Pt() > l2.vec.Pt() ) return true; | |
17 | }; | |
18 | ||
19 | }; | |
20 | ||
19 | – | |
20 | – | |
21 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |