# | 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; |
9 | double ip3dSig; | |
10 | < | bool is4l, isEB; |
10 | > | bool is4l, isEB, isTight; |
11 | TLorentzVector vec; | |
12 | ||
13 | static bool lep_pt_sort( const SimpleLepton &l1, const SimpleLepton &l2 ) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |