# | Line 59 | Line 59 | private: | |
---|---|---|
59 | double electron_trackIso_max ; | |
60 | double electron_caloIso_max ; | |
61 | double met_et_min ; | |
62 | + | double min_dr_jet_lepton ; |
63 | ||
64 | RooGKCounter eventCounter; | |
65 | RooGKCounter selectedEvents; | |
# | Line 71 | Line 72 | private: | |
72 | Int_t _event; | |
73 | Int_t _process_id; | |
74 | Int_t _n_jets; | |
75 | + | Int_t _n_removed_jets; |
76 | Int_t _n_met; | |
77 | Int_t _n_muons; | |
78 | Int_t _n_electrons; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |