87 |
|
Double_t _lepton_pt; |
88 |
|
Double_t _lepton_eta; |
89 |
|
Double_t _lepton_phi; |
90 |
+ |
Double_t _lepton_jet_min_dr; |
91 |
|
Double_t _lepton_ptrel; // relative to the nearest jet |
92 |
|
Double_t _lepton_d0; // relative to the beam spot |
93 |
|
Double_t _lepton_d0_err; // relative to the beam spot |
246 |
|
TBranch * b_lepton_et; |
247 |
|
TBranch * b_lepton_energy; |
248 |
|
TBranch * b_lepton_flavor; |
249 |
+ |
TBranch * b_lepton_jet_min_dr; |
250 |
+ |
TBranch * b_lepton_ptrel; |
251 |
+ |
TBranch * b_lepton_d0; |
252 |
+ |
TBranch * b_lepton_d0_err; |
253 |
+ |
TBranch * b_lepton_d0_significance; |
254 |
|
// |
255 |
|
vector<string> * _b_tagger_label; |
256 |
|
vector<float> * _b_tagger_discr; |