15 #include "TTreeFormula.h" 25 gROOT->ProcessLine(
"#include <vector>");
33 chain_(
"junk",
"junk"),
34 tree_(
"tree",
"tree"),
38 b_ht_(tree_.Branch(
"ht", &ht_)),
41 b_met_(tree_.Branch(
"met", &met_)),
44 b_met_phi_(tree_.Branch(
"met_phi", &met_phi_)),
47 b_mt_(tree_.Branch(
"mt", &mt_)),
50 b_ntrupv_mean_(tree_.Branch(
"ntrupv_mean", &ntrupv_mean_)),
51 c_ntrupv_mean_(false),
53 b_weight_(tree_.Branch(
"weight", &weight_)),
56 b_event_(tree_.Branch(
"event", &event_)),
59 b_lumiblock_(tree_.Branch(
"lumiblock", &lumiblock_)),
62 b_nbl_(tree_.Branch(
"nbl", &nbl_)),
65 b_nbm_(tree_.Branch(
"nbm", &nbm_)),
68 b_nbt_(tree_.Branch(
"nbt", &nbt_)),
71 b_nels_(tree_.Branch(
"nels", &nels_)),
74 b_njets_(tree_.Branch(
"njets", &njets_)),
77 b_nleps_(tree_.Branch(
"nleps", &nleps_)),
80 b_nmus_(tree_.Branch(
"nmus", &nmus_)),
83 b_npv_(tree_.Branch(
"npv", &npv_)),
86 b_ntrupv_(tree_.Branch(
"ntrupv", &ntrupv_)),
89 b_nvels_(tree_.Branch(
"nvels", &nvels_)),
92 b_nvmus_(tree_.Branch(
"nvmus", &nvmus_)),
95 b_run_(tree_.Branch(
"run", &run_)),
98 p_els_ispf_(&els_ispf_),
99 b_els_ispf_(tree_.Branch(
"els_ispf", &p_els_ispf_)),
102 p_els_sigid_(&els_sigid_),
103 b_els_sigid_(tree_.Branch(
"els_sigid", &p_els_sigid_)),
106 p_mus_sigid_(&mus_sigid_),
107 b_mus_sigid_(tree_.Branch(
"mus_sigid", &p_mus_sigid_)),
110 p_els_eta_(&els_eta_),
111 b_els_eta_(tree_.Branch(
"els_eta", &p_els_eta_)),
114 p_els_phi_(&els_phi_),
115 b_els_phi_(tree_.Branch(
"els_phi", &p_els_phi_)),
119 b_els_pt_(tree_.Branch(
"els_pt", &p_els_pt_)),
122 p_jets_csv_(&jets_csv_),
123 b_jets_csv_(tree_.Branch(
"jets_csv", &p_jets_csv_)),
126 p_jets_eta_(&jets_eta_),
127 b_jets_eta_(tree_.Branch(
"jets_eta", &p_jets_eta_)),
130 p_jets_phi_(&jets_phi_),
131 b_jets_phi_(tree_.Branch(
"jets_phi", &p_jets_phi_)),
134 p_jets_pt_(&jets_pt_),
135 b_jets_pt_(tree_.Branch(
"jets_pt", &p_jets_pt_)),
138 p_mus_eta_(&mus_eta_),
139 b_mus_eta_(tree_.Branch(
"mus_eta", &p_mus_eta_)),
142 p_mus_phi_(&mus_phi_),
143 b_mus_phi_(tree_.Branch(
"mus_phi", &p_mus_phi_)),
147 b_mus_pt_(tree_.Branch(
"mus_pt", &p_mus_pt_)),
150 p_els_charge_(&els_charge_),
151 b_els_charge_(tree_.Branch(
"els_charge", &p_els_charge_)),
152 c_els_charge_(false),
154 b_mus_charge_(tree_.Branch(
"mus_charge", &mus_charge_)),
155 c_mus_charge_(false){
160 tree_(
"junk",
"junk"),
283 chain_.Add(filename.c_str());
323 throw std::logic_error(
"Trying to write to read-only tree");
368 throw std::logic_error(
"Trying to write to read-only tree.");
383 throw std::logic_error(
"Trying to add files to tree opened for writing.");
385 return chain_.Add(filename.c_str());
389 TTreeFormula
f(
"formula",branch, &
chain_);
390 float result = f.EvalInstance(0);
395 TTreeFormula
f(
"formula",cut, &
chain_);
396 bool result = f.EvalInstance(0);
402 return chain_.GetEntries();
404 return tree_.GetEntries();
410 throw std::logic_error(
"Trying to read from write-only tree.");
453 throw std::logic_error(
"Trying to write to const tree.");
464 throw std::logic_error(
"Trying to write to const tree.");
475 throw std::logic_error(
"Trying to write to const tree.");
486 throw std::logic_error(
"Trying to write to const tree.");
497 throw std::logic_error(
"Trying to write to const tree.");
508 throw std::logic_error(
"Trying to write to const tree.");
519 throw std::logic_error(
"Trying to write to const tree.");
530 throw std::logic_error(
"Trying to write to const tree.");
541 throw std::logic_error(
"Trying to write to const tree.");
552 throw std::logic_error(
"Trying to write to const tree.");
563 throw std::logic_error(
"Trying to write to const tree.");
574 throw std::logic_error(
"Trying to write to const tree.");
585 throw std::logic_error(
"Trying to write to const tree.");
596 throw std::logic_error(
"Trying to write to const tree.");
607 throw std::logic_error(
"Trying to write to const tree.");
618 throw std::logic_error(
"Trying to write to const tree.");
629 throw std::logic_error(
"Trying to write to const tree.");
640 throw std::logic_error(
"Trying to write to const tree.");
651 throw std::logic_error(
"Trying to write to const tree.");
662 throw std::logic_error(
"Trying to write to const tree.");
673 throw std::logic_error(
"Trying to write to const tree.");
684 throw std::logic_error(
"Trying to write to const tree.");
695 throw std::logic_error(
"Trying to write to const tree.");
706 throw std::logic_error(
"Trying to write to const tree.");
717 throw std::logic_error(
"Trying to write to const tree.");
728 throw std::logic_error(
"Trying to write to const tree.");
739 throw std::logic_error(
"Trying to write to const tree.");
750 throw std::logic_error(
"Trying to write to const tree.");
761 throw std::logic_error(
"Trying to write to const tree.");
772 throw std::logic_error(
"Trying to write to const tree.");
783 throw std::logic_error(
"Trying to write to const tree.");
794 throw std::logic_error(
"Trying to write to const tree.");
805 throw std::logic_error(
"Trying to write to const tree.");
816 throw std::logic_error(
"Trying to write to const tree.");
827 throw std::logic_error(
"Trying to write to const tree.");
1117 throw std::logic_error(
"pass does not exist in this small_tree version.");
1121 throw std::logic_error(
"dphi_neutralinos does not exist in this small_tree version.");
1125 throw std::logic_error(
"dphi_wlep does not exist in this small_tree version.");
1129 throw std::logic_error(
"dphi_wlep_reliso does not exist in this small_tree version.");
1133 throw std::logic_error(
"eff_trig does not exist in this small_tree version.");
1137 throw std::logic_error(
"gen_ht does not exist in this small_tree version.");
1141 throw std::logic_error(
"gen_met does not exist in this small_tree version.");
1145 throw std::logic_error(
"gen_met_phi does not exist in this small_tree version.");
1149 throw std::logic_error(
"gen_mj does not exist in this small_tree version.");
1153 throw std::logic_error(
"ht30 does not exist in this small_tree version.");
1157 throw std::logic_error(
"ht40 does not exist in this small_tree version.");
1161 throw std::logic_error(
"ht_isr does not exist in this small_tree version.");
1165 throw std::logic_error(
"ht_isr_me does not exist in this small_tree version.");
1169 throw std::logic_error(
"ht_isr_nonme does not exist in this small_tree version.");
1173 throw std::logic_error(
"ht_isr_tru does not exist in this small_tree version.");
1177 throw std::logic_error(
"ht_nonb does not exist in this small_tree version.");
1181 throw std::logic_error(
"ht_reliso does not exist in this small_tree version.");
1185 throw std::logic_error(
"ht_sub does not exist in this small_tree version.");
1189 throw std::logic_error(
"lep_eta does not exist in this small_tree version.");
1193 throw std::logic_error(
"lep_eta_reliso does not exist in this small_tree version.");
1197 throw std::logic_error(
"lep_phi does not exist in this small_tree version.");
1201 throw std::logic_error(
"lep_phi_reliso does not exist in this small_tree version.");
1205 throw std::logic_error(
"lep_pt does not exist in this small_tree version.");
1209 throw std::logic_error(
"lep_pt_reliso does not exist in this small_tree version.");
1213 throw std::logic_error(
"max_dphi_bb does not exist in this small_tree version.");
1217 throw std::logic_error(
"max_dphi_blep does not exist in this small_tree version.");
1221 throw std::logic_error(
"max_dphi_bmet does not exist in this small_tree version.");
1225 throw std::logic_error(
"max_dr_bb does not exist in this small_tree version.");
1229 throw std::logic_error(
"max_dr_blep does not exist in this small_tree version.");
1233 throw std::logic_error(
"max_m_bb does not exist in this small_tree version.");
1237 throw std::logic_error(
"max_m_blep does not exist in this small_tree version.");
1241 throw std::logic_error(
"max_mt_bmet does not exist in this small_tree version.");
1245 throw std::logic_error(
"max_pt_bb does not exist in this small_tree version.");
1249 throw std::logic_error(
"max_pt_blep does not exist in this small_tree version.");
1253 throw std::logic_error(
"max_pt_bmet does not exist in this small_tree version.");
1257 throw std::logic_error(
"mht does not exist in this small_tree version.");
1261 throw std::logic_error(
"mht30 does not exist in this small_tree version.");
1265 throw std::logic_error(
"mht_sub does not exist in this small_tree version.");
1269 throw std::logic_error(
"min_dphi_bb does not exist in this small_tree version.");
1273 throw std::logic_error(
"min_dphi_blep does not exist in this small_tree version.");
1277 throw std::logic_error(
"min_dphi_bmet does not exist in this small_tree version.");
1281 throw std::logic_error(
"min_dr_bb does not exist in this small_tree version.");
1285 throw std::logic_error(
"min_dr_blep does not exist in this small_tree version.");
1289 throw std::logic_error(
"min_m_bb does not exist in this small_tree version.");
1293 throw std::logic_error(
"min_m_blep does not exist in this small_tree version.");
1297 throw std::logic_error(
"min_mt_bmet does not exist in this small_tree version.");
1301 throw std::logic_error(
"min_mt_bmet_with_w_mass does not exist in this small_tree version.");
1305 throw std::logic_error(
"min_pt_bb does not exist in this small_tree version.");
1309 throw std::logic_error(
"min_pt_blep does not exist in this small_tree version.");
1313 throw std::logic_error(
"min_pt_bmet does not exist in this small_tree version.");
1317 throw std::logic_error(
"mindphin_metjet does not exist in this small_tree version.");
1321 throw std::logic_error(
"mj does not exist in this small_tree version.");
1325 throw std::logic_error(
"mj08 does not exist in this small_tree version.");
1329 throw std::logic_error(
"mj15 does not exist in this small_tree version.");
1333 throw std::logic_error(
"mj_sub does not exist in this small_tree version.");
1337 throw std::logic_error(
"mt_reliso does not exist in this small_tree version.");
1341 throw std::logic_error(
"st does not exist in this small_tree version.");
1345 throw std::logic_error(
"st_reliso does not exist in this small_tree version.");
1349 throw std::logic_error(
"tru_gluglu_dphi does not exist in this small_tree version.");
1353 throw std::logic_error(
"tru_gluglu_m does not exist in this small_tree version.");
1357 throw std::logic_error(
"tru_gluglu_pt does not exist in this small_tree version.");
1361 throw std::logic_error(
"tru_gluglu_ptdiff does not exist in this small_tree version.");
1365 throw std::logic_error(
"tru_sphericity does not exist in this small_tree version.");
1369 throw std::logic_error(
"tru_tt_dphi does not exist in this small_tree version.");
1373 throw std::logic_error(
"tru_tt_m does not exist in this small_tree version.");
1377 throw std::logic_error(
"tru_tt_pt does not exist in this small_tree version.");
1381 throw std::logic_error(
"tru_tt_ptdiff does not exist in this small_tree version.");
1385 throw std::logic_error(
"trutop1_phi does not exist in this small_tree version.");
1389 throw std::logic_error(
"trutop1_pt does not exist in this small_tree version.");
1393 throw std::logic_error(
"trutop2_phi does not exist in this small_tree version.");
1397 throw std::logic_error(
"trutop2_pt does not exist in this small_tree version.");
1401 throw std::logic_error(
"w_pu_rpv does not exist in this small_tree version.");
1405 throw std::logic_error(
"lep_charge does not exist in this small_tree version.");
1409 throw std::logic_error(
"lep_charge_reliso does not exist in this small_tree version.");
1413 throw std::logic_error(
"n_isr_me does not exist in this small_tree version.");
1417 throw std::logic_error(
"n_isr_nonme does not exist in this small_tree version.");
1421 throw std::logic_error(
"nbadjets does not exist in this small_tree version.");
1425 throw std::logic_error(
"nbl30 does not exist in this small_tree version.");
1429 throw std::logic_error(
"nbl40 does not exist in this small_tree version.");
1433 throw std::logic_error(
"nbl_sub does not exist in this small_tree version.");
1437 throw std::logic_error(
"nbm30 does not exist in this small_tree version.");
1441 throw std::logic_error(
"nbm40 does not exist in this small_tree version.");
1445 throw std::logic_error(
"nbm_sub does not exist in this small_tree version.");
1449 throw std::logic_error(
"nbt30 does not exist in this small_tree version.");
1453 throw std::logic_error(
"nbt40 does not exist in this small_tree version.");
1457 throw std::logic_error(
"nbt_sub does not exist in this small_tree version.");
1461 throw std::logic_error(
"nels_reliso does not exist in this small_tree version.");
1465 throw std::logic_error(
"nfjets does not exist in this small_tree version.");
1469 throw std::logic_error(
"nfjets08 does not exist in this small_tree version.");
1473 throw std::logic_error(
"nfjets15 does not exist in this small_tree version.");
1477 throw std::logic_error(
"nfsubjets does not exist in this small_tree version.");
1481 throw std::logic_error(
"ngenfjets does not exist in this small_tree version.");
1485 throw std::logic_error(
"ngenjets does not exist in this small_tree version.");
1489 throw std::logic_error(
"nisotk10 does not exist in this small_tree version.");
1493 throw std::logic_error(
"nisotk10_mt100 does not exist in this small_tree version.");
1497 throw std::logic_error(
"nisotk15 does not exist in this small_tree version.");
1501 throw std::logic_error(
"nisotk15_mt100 does not exist in this small_tree version.");
1505 throw std::logic_error(
"njets30 does not exist in this small_tree version.");
1509 throw std::logic_error(
"njets40 does not exist in this small_tree version.");
1513 throw std::logic_error(
"nleps_reliso does not exist in this small_tree version.");
1517 throw std::logic_error(
"nmc_els does not exist in this small_tree version.");
1521 throw std::logic_error(
"nmc_htaus does not exist in this small_tree version.");
1525 throw std::logic_error(
"nmc_ltaus does not exist in this small_tree version.");
1529 throw std::logic_error(
"nmc_mus does not exist in this small_tree version.");
1533 throw std::logic_error(
"nmus_reliso does not exist in this small_tree version.");
1537 throw std::logic_error(
"nsubjets does not exist in this small_tree version.");
1541 throw std::logic_error(
"ntaus does not exist in this small_tree version.");
1545 throw std::logic_error(
"ntaus_againstEMu does not exist in this small_tree version.");
1549 throw std::logic_error(
"ntaus_againstEMu_mt100 does not exist in this small_tree version.");
1553 throw std::logic_error(
"ntaus_mt100 does not exist in this small_tree version.");
1557 throw std::logic_error(
"ntks does not exist in this small_tree version.");
1561 throw std::logic_error(
"ntks_chg does not exist in this small_tree version.");
1565 throw std::logic_error(
"ntks_chg_mini does not exist in this small_tree version.");
1569 throw std::logic_error(
"ntks_chg_reliso does not exist in this small_tree version.");
1573 throw std::logic_error(
"ntruels does not exist in this small_tree version.");
1577 throw std::logic_error(
"ntruleps does not exist in this small_tree version.");
1581 throw std::logic_error(
"ntrumeisr does not exist in this small_tree version.");
1585 throw std::logic_error(
"ntrumus does not exist in this small_tree version.");
1589 throw std::logic_error(
"ntrutaush does not exist in this small_tree version.");
1593 throw std::logic_error(
"ntrutausl does not exist in this small_tree version.");
1597 throw std::logic_error(
"nvels10 does not exist in this small_tree version.");
1601 throw std::logic_error(
"nvels_reliso does not exist in this small_tree version.");
1605 throw std::logic_error(
"nvmus10 does not exist in this small_tree version.");
1609 throw std::logic_error(
"nvmus_reliso does not exist in this small_tree version.");
1613 throw std::logic_error(
"badjets_islep does not exist in this small_tree version.");
1617 throw std::logic_error(
"els_tru_tm does not exist in this small_tree version.");
1621 throw std::logic_error(
"jets_bhad does not exist in this small_tree version.");
1625 throw std::logic_error(
"jets_bhad_tru does not exist in this small_tree version.");
1629 throw std::logic_error(
"jets_blep does not exist in this small_tree version.");
1633 throw std::logic_error(
"jets_blep_tru does not exist in this small_tree version.");
1637 throw std::logic_error(
"jets_islep does not exist in this small_tree version.");
1641 throw std::logic_error(
"mc_els_id does not exist in this small_tree version.");
1645 throw std::logic_error(
"mc_els_reco does not exist in this small_tree version.");
1649 throw std::logic_error(
"mc_mus_id does not exist in this small_tree version.");
1653 throw std::logic_error(
"mc_mus_reco does not exist in this small_tree version.");
1657 throw std::logic_error(
"mus_tru_tm does not exist in this small_tree version.");
1661 throw std::logic_error(
"taus_againstEMu does not exist in this small_tree version.");
1665 throw std::logic_error(
"tks_from_tau does not exist in this small_tree version.");
1669 throw std::logic_error(
"tks_from_tauhad does not exist in this small_tree version.");
1673 throw std::logic_error(
"tks_from_taulep does not exist in this small_tree version.");
1677 throw std::logic_error(
"tks_from_w does not exist in this small_tree version.");
1681 throw std::logic_error(
"tks_is_primary does not exist in this small_tree version.");
1685 throw std::logic_error(
"tks_is_primary_reliso does not exist in this small_tree version.");
1689 throw std::logic_error(
"tks_is_sig_lep does not exist in this small_tree version.");
1693 throw std::logic_error(
"trig does not exist in this small_tree version.");
1697 throw std::logic_error(
"badjets_eta does not exist in this small_tree version.");
1701 throw std::logic_error(
"badjets_id does not exist in this small_tree version.");
1705 throw std::logic_error(
"badjets_m does not exist in this small_tree version.");
1709 throw std::logic_error(
"badjets_phi does not exist in this small_tree version.");
1713 throw std::logic_error(
"badjets_pt does not exist in this small_tree version.");
1717 throw std::logic_error(
"dr_bb does not exist in this small_tree version.");
1721 throw std::logic_error(
"els_d0 does not exist in this small_tree version.");
1725 throw std::logic_error(
"els_dz does not exist in this small_tree version.");
1729 throw std::logic_error(
"els_miniso_10 does not exist in this small_tree version.");
1733 throw std::logic_error(
"els_miniso_10_ch does not exist in this small_tree version.");
1737 throw std::logic_error(
"els_miniso_15 does not exist in this small_tree version.");
1741 throw std::logic_error(
"els_miniso_tr07 does not exist in this small_tree version.");
1745 throw std::logic_error(
"els_miniso_tr07_ch does not exist in this small_tree version.");
1749 throw std::logic_error(
"els_miniso_tr10 does not exist in this small_tree version.");
1753 throw std::logic_error(
"els_miniso_tr10_ch does not exist in this small_tree version.");
1757 throw std::logic_error(
"els_miniso_tr10_pfpu does not exist in this small_tree version.");
1761 throw std::logic_error(
"els_mt does not exist in this small_tree version.");
1765 throw std::logic_error(
"els_reliso does not exist in this small_tree version.");
1769 throw std::logic_error(
"els_reliso_r01 does not exist in this small_tree version.");
1773 throw std::logic_error(
"els_reliso_r015 does not exist in this small_tree version.");
1777 throw std::logic_error(
"els_reliso_r02 does not exist in this small_tree version.");
1781 throw std::logic_error(
"els_reliso_r03 does not exist in this small_tree version.");
1785 throw std::logic_error(
"els_reliso_r04 does not exist in this small_tree version.");
1789 throw std::logic_error(
"els_sceta does not exist in this small_tree version.");
1793 throw std::logic_error(
"els_tru_dr does not exist in this small_tree version.");
1797 throw std::logic_error(
"fjets08_eta does not exist in this small_tree version.");
1801 throw std::logic_error(
"fjets08_m does not exist in this small_tree version.");
1805 throw std::logic_error(
"fjets08_phi does not exist in this small_tree version.");
1809 throw std::logic_error(
"fjets08_poscsv does not exist in this small_tree version.");
1813 throw std::logic_error(
"fjets08_pt does not exist in this small_tree version.");
1817 throw std::logic_error(
"fjets08_sumcsv does not exist in this small_tree version.");
1821 throw std::logic_error(
"fjets15_eta does not exist in this small_tree version.");
1825 throw std::logic_error(
"fjets15_m does not exist in this small_tree version.");
1829 throw std::logic_error(
"fjets15_phi does not exist in this small_tree version.");
1833 throw std::logic_error(
"fjets15_poscsv does not exist in this small_tree version.");
1837 throw std::logic_error(
"fjets15_pt does not exist in this small_tree version.");
1841 throw std::logic_error(
"fjets15_sumcsv does not exist in this small_tree version.");
1845 throw std::logic_error(
"fjets_eta does not exist in this small_tree version.");
1849 throw std::logic_error(
"fjets_m does not exist in this small_tree version.");
1853 throw std::logic_error(
"fjets_phi does not exist in this small_tree version.");
1857 throw std::logic_error(
"fjets_poscsv does not exist in this small_tree version.");
1861 throw std::logic_error(
"fjets_pt does not exist in this small_tree version.");
1865 throw std::logic_error(
"fjets_sumcsv does not exist in this small_tree version.");
1869 throw std::logic_error(
"fsubjets_eta does not exist in this small_tree version.");
1873 throw std::logic_error(
"fsubjets_m does not exist in this small_tree version.");
1877 throw std::logic_error(
"fsubjets_phi does not exist in this small_tree version.");
1881 throw std::logic_error(
"fsubjets_poscsv does not exist in this small_tree version.");
1885 throw std::logic_error(
"fsubjets_pt does not exist in this small_tree version.");
1889 throw std::logic_error(
"fsubjets_sumcsv does not exist in this small_tree version.");
1893 throw std::logic_error(
"genfjets_eta does not exist in this small_tree version.");
1897 throw std::logic_error(
"genfjets_m does not exist in this small_tree version.");
1901 throw std::logic_error(
"genfjets_phi does not exist in this small_tree version.");
1905 throw std::logic_error(
"genfjets_pt does not exist in this small_tree version.");
1909 throw std::logic_error(
"genjets_eta does not exist in this small_tree version.");
1913 throw std::logic_error(
"genjets_m does not exist in this small_tree version.");
1917 throw std::logic_error(
"genjets_phi does not exist in this small_tree version.");
1921 throw std::logic_error(
"genjets_pt does not exist in this small_tree version.");
1925 throw std::logic_error(
"glu_proj_frac does not exist in this small_tree version.");
1929 throw std::logic_error(
"isotk_dzpv does not exist in this small_tree version.");
1933 throw std::logic_error(
"isotk_eta does not exist in this small_tree version.");
1937 throw std::logic_error(
"isotk_iso does not exist in this small_tree version.");
1941 throw std::logic_error(
"isotk_mt does not exist in this small_tree version.");
1945 throw std::logic_error(
"isotk_pt does not exist in this small_tree version.");
1949 throw std::logic_error(
"jets_dphi_lep does not exist in this small_tree version.");
1953 throw std::logic_error(
"jets_dphi_met does not exist in this small_tree version.");
1957 throw std::logic_error(
"jets_dphi_sum does not exist in this small_tree version.");
1961 throw std::logic_error(
"jets_gen_pt does not exist in this small_tree version.");
1965 throw std::logic_error(
"jets_id does not exist in this small_tree version.");
1969 throw std::logic_error(
"jets_m does not exist in this small_tree version.");
1973 throw std::logic_error(
"jets_parton_pt does not exist in this small_tree version.");
1977 throw std::logic_error(
"jets_pt_from_mini does not exist in this small_tree version.");
1981 throw std::logic_error(
"jets_pt_res does not exist in this small_tree version.");
1985 throw std::logic_error(
"mc_els_eta does not exist in this small_tree version.");
1989 throw std::logic_error(
"mc_els_mpdr does not exist in this small_tree version.");
1993 throw std::logic_error(
"mc_els_pt does not exist in this small_tree version.");
1997 throw std::logic_error(
"mc_eta does not exist in this small_tree version.");
2001 throw std::logic_error(
"mc_htaus_eta does not exist in this small_tree version.");
2005 throw std::logic_error(
"mc_htaus_mpdr does not exist in this small_tree version.");
2009 throw std::logic_error(
"mc_htaus_pt does not exist in this small_tree version.");
2013 throw std::logic_error(
"mc_ltaus_eta does not exist in this small_tree version.");
2017 throw std::logic_error(
"mc_ltaus_mpdr does not exist in this small_tree version.");
2021 throw std::logic_error(
"mc_ltaus_pt does not exist in this small_tree version.");
2025 throw std::logic_error(
"mc_mus_eta does not exist in this small_tree version.");
2029 throw std::logic_error(
"mc_mus_mpdr does not exist in this small_tree version.");
2033 throw std::logic_error(
"mc_mus_pt does not exist in this small_tree version.");
2037 throw std::logic_error(
"mc_phi does not exist in this small_tree version.");
2041 throw std::logic_error(
"mc_pt does not exist in this small_tree version.");
2045 throw std::logic_error(
"mus_d0 does not exist in this small_tree version.");
2049 throw std::logic_error(
"mus_dz does not exist in this small_tree version.");
2053 throw std::logic_error(
"mus_miniso_10 does not exist in this small_tree version.");
2057 throw std::logic_error(
"mus_miniso_10_ch does not exist in this small_tree version.");
2061 throw std::logic_error(
"mus_miniso_15 does not exist in this small_tree version.");
2065 throw std::logic_error(
"mus_miniso_tr07 does not exist in this small_tree version.");
2069 throw std::logic_error(
"mus_miniso_tr07_ch does not exist in this small_tree version.");
2073 throw std::logic_error(
"mus_miniso_tr10 does not exist in this small_tree version.");
2077 throw std::logic_error(
"mus_miniso_tr10_ch does not exist in this small_tree version.");
2081 throw std::logic_error(
"mus_miniso_tr10_pfpu does not exist in this small_tree version.");
2085 throw std::logic_error(
"mus_mt does not exist in this small_tree version.");
2089 throw std::logic_error(
"mus_reliso does not exist in this small_tree version.");
2093 throw std::logic_error(
"mus_reliso_r01 does not exist in this small_tree version.");
2097 throw std::logic_error(
"mus_reliso_r015 does not exist in this small_tree version.");
2101 throw std::logic_error(
"mus_reliso_r02 does not exist in this small_tree version.");
2105 throw std::logic_error(
"mus_reliso_r03 does not exist in this small_tree version.");
2109 throw std::logic_error(
"mus_reliso_r04 does not exist in this small_tree version.");
2113 throw std::logic_error(
"mus_tru_dr does not exist in this small_tree version.");
2117 throw std::logic_error(
"subjets_csv does not exist in this small_tree version.");
2121 throw std::logic_error(
"subjets_eta does not exist in this small_tree version.");
2125 throw std::logic_error(
"subjets_id does not exist in this small_tree version.");
2129 throw std::logic_error(
"subjets_m does not exist in this small_tree version.");
2133 throw std::logic_error(
"subjets_mindr does not exist in this small_tree version.");
2137 throw std::logic_error(
"subjets_phi does not exist in this small_tree version.");
2141 throw std::logic_error(
"subjets_pt does not exist in this small_tree version.");
2145 throw std::logic_error(
"subjets_subeta does not exist in this small_tree version.");
2149 throw std::logic_error(
"subjets_subm does not exist in this small_tree version.");
2153 throw std::logic_error(
"subjets_subphi does not exist in this small_tree version.");
2157 throw std::logic_error(
"subjets_subpt does not exist in this small_tree version.");
2161 throw std::logic_error(
"sys_bctag does not exist in this small_tree version.");
2165 throw std::logic_error(
"taus_CombinedIsolationDeltaBetaCorrRaw3Hits does not exist in this small_tree version.");
2169 throw std::logic_error(
"taus_chargedIsoPtSum does not exist in this small_tree version.");
2173 throw std::logic_error(
"taus_eta does not exist in this small_tree version.");
2177 throw std::logic_error(
"taus_mt does not exist in this small_tree version.");
2181 throw std::logic_error(
"taus_phi does not exist in this small_tree version.");
2185 throw std::logic_error(
"taus_pt does not exist in this small_tree version.");
2189 throw std::logic_error(
"tks_eta does not exist in this small_tree version.");
2193 throw std::logic_error(
"tks_mini_ch does not exist in this small_tree version.");
2197 throw std::logic_error(
"tks_mini_ne does not exist in this small_tree version.");
2201 throw std::logic_error(
"tks_mt does not exist in this small_tree version.");
2205 throw std::logic_error(
"tks_phi does not exist in this small_tree version.");
2209 throw std::logic_error(
"tks_pt does not exist in this small_tree version.");
2213 throw std::logic_error(
"tks_r02_ch does not exist in this small_tree version.");
2217 throw std::logic_error(
"tks_r02_ne does not exist in this small_tree version.");
2221 throw std::logic_error(
"tks_r03_ch does not exist in this small_tree version.");
2225 throw std::logic_error(
"tks_r03_ne does not exist in this small_tree version.");
2229 throw std::logic_error(
"tks_r04_ch does not exist in this small_tree version.");
2233 throw std::logic_error(
"tks_r04_ne does not exist in this small_tree version.");
2237 throw std::logic_error(
"tks_r05_ch does not exist in this small_tree version.");
2241 throw std::logic_error(
"tks_r05_ne does not exist in this small_tree version.");
2245 throw std::logic_error(
"tks_tru_dp does not exist in this small_tree version.");
2249 throw std::logic_error(
"tks_tru_dr does not exist in this small_tree version.");
2253 throw std::logic_error(
"els_tru_id does not exist in this small_tree version.");
2257 throw std::logic_error(
"els_tru_momid does not exist in this small_tree version.");
2261 throw std::logic_error(
"fjets08_btags does not exist in this small_tree version.");
2265 throw std::logic_error(
"fjets08_nconst does not exist in this small_tree version.");
2269 throw std::logic_error(
"fjets15_btags does not exist in this small_tree version.");
2273 throw std::logic_error(
"fjets15_nconst does not exist in this small_tree version.");
2277 throw std::logic_error(
"fjets_btags does not exist in this small_tree version.");
2281 throw std::logic_error(
"fjets_nconst does not exist in this small_tree version.");
2285 throw std::logic_error(
"fsubjets_btags does not exist in this small_tree version.");
2289 throw std::logic_error(
"fsubjets_nconst does not exist in this small_tree version.");
2293 throw std::logic_error(
"genfjets_nconst does not exist in this small_tree version.");
2297 throw std::logic_error(
"genjets_genfjet_index does not exist in this small_tree version.");
2301 throw std::logic_error(
"genjets_isr_code does not exist in this small_tree version.");
2305 throw std::logic_error(
"jets_fjet08_index does not exist in this small_tree version.");
2309 throw std::logic_error(
"jets_fjet15_index does not exist in this small_tree version.");
2313 throw std::logic_error(
"jets_fjet_index does not exist in this small_tree version.");
2317 throw std::logic_error(
"jets_isr_code does not exist in this small_tree version.");
2321 throw std::logic_error(
"mc_id does not exist in this small_tree version.");
2325 throw std::logic_error(
"mc_status does not exist in this small_tree version.");
2329 throw std::logic_error(
"mus_tru_id does not exist in this small_tree version.");
2333 throw std::logic_error(
"mus_tru_momid does not exist in this small_tree version.");
2337 throw std::logic_error(
"subjets_fsubjet_index does not exist in this small_tree version.");
2341 throw std::logic_error(
"subjets_nsub does not exist in this small_tree version.");
2345 throw std::logic_error(
"taus_decayMode does not exist in this small_tree version.");
2349 throw std::logic_error(
"taus_n_pfcands does not exist in this small_tree version.");
2353 throw std::logic_error(
"tks_charge does not exist in this small_tree version.");
2357 throw std::logic_error(
"tks_from_pv does not exist in this small_tree version.");
2361 throw std::logic_error(
"tks_id does not exist in this small_tree version.");
2365 throw std::logic_error(
"tks_num_prongs does not exist in this small_tree version.");
2369 throw std::logic_error(
"tks_tru_id does not exist in this small_tree version.");
2373 throw std::logic_error(
"mc_mom does not exist in this small_tree version.");
2377 throw std::logic_error(
"mc_type does not exist in this small_tree version.");
2381 throw std::logic_error(
"pass does not exist in this small_tree version.");
2385 throw std::logic_error(
"dphi_neutralinos does not exist in this small_tree version.");
2389 throw std::logic_error(
"dphi_wlep does not exist in this small_tree version.");
2393 throw std::logic_error(
"dphi_wlep_reliso does not exist in this small_tree version.");
2397 throw std::logic_error(
"eff_trig does not exist in this small_tree version.");
2401 throw std::logic_error(
"gen_ht does not exist in this small_tree version.");
2405 throw std::logic_error(
"gen_met does not exist in this small_tree version.");
2409 throw std::logic_error(
"gen_met_phi does not exist in this small_tree version.");
2413 throw std::logic_error(
"gen_mj does not exist in this small_tree version.");
2417 throw std::logic_error(
"ht30 does not exist in this small_tree version.");
2421 throw std::logic_error(
"ht40 does not exist in this small_tree version.");
2425 throw std::logic_error(
"ht_isr does not exist in this small_tree version.");
2429 throw std::logic_error(
"ht_isr_me does not exist in this small_tree version.");
2433 throw std::logic_error(
"ht_isr_nonme does not exist in this small_tree version.");
2437 throw std::logic_error(
"ht_isr_tru does not exist in this small_tree version.");
2441 throw std::logic_error(
"ht_nonb does not exist in this small_tree version.");
2445 throw std::logic_error(
"ht_reliso does not exist in this small_tree version.");
2449 throw std::logic_error(
"ht_sub does not exist in this small_tree version.");
2453 throw std::logic_error(
"lep_eta does not exist in this small_tree version.");
2457 throw std::logic_error(
"lep_eta_reliso does not exist in this small_tree version.");
2461 throw std::logic_error(
"lep_phi does not exist in this small_tree version.");
2465 throw std::logic_error(
"lep_phi_reliso does not exist in this small_tree version.");
2469 throw std::logic_error(
"lep_pt does not exist in this small_tree version.");
2473 throw std::logic_error(
"lep_pt_reliso does not exist in this small_tree version.");
2477 throw std::logic_error(
"max_dphi_bb does not exist in this small_tree version.");
2481 throw std::logic_error(
"max_dphi_blep does not exist in this small_tree version.");
2485 throw std::logic_error(
"max_dphi_bmet does not exist in this small_tree version.");
2489 throw std::logic_error(
"max_dr_bb does not exist in this small_tree version.");
2493 throw std::logic_error(
"max_dr_blep does not exist in this small_tree version.");
2497 throw std::logic_error(
"max_m_bb does not exist in this small_tree version.");
2501 throw std::logic_error(
"max_m_blep does not exist in this small_tree version.");
2505 throw std::logic_error(
"max_mt_bmet does not exist in this small_tree version.");
2509 throw std::logic_error(
"max_pt_bb does not exist in this small_tree version.");
2513 throw std::logic_error(
"max_pt_blep does not exist in this small_tree version.");
2517 throw std::logic_error(
"max_pt_bmet does not exist in this small_tree version.");
2521 throw std::logic_error(
"mht does not exist in this small_tree version.");
2525 throw std::logic_error(
"mht30 does not exist in this small_tree version.");
2529 throw std::logic_error(
"mht_sub does not exist in this small_tree version.");
2533 throw std::logic_error(
"min_dphi_bb does not exist in this small_tree version.");
2537 throw std::logic_error(
"min_dphi_blep does not exist in this small_tree version.");
2541 throw std::logic_error(
"min_dphi_bmet does not exist in this small_tree version.");
2545 throw std::logic_error(
"min_dr_bb does not exist in this small_tree version.");
2549 throw std::logic_error(
"min_dr_blep does not exist in this small_tree version.");
2553 throw std::logic_error(
"min_m_bb does not exist in this small_tree version.");
2557 throw std::logic_error(
"min_m_blep does not exist in this small_tree version.");
2561 throw std::logic_error(
"min_mt_bmet does not exist in this small_tree version.");
2565 throw std::logic_error(
"min_mt_bmet_with_w_mass does not exist in this small_tree version.");
2569 throw std::logic_error(
"min_pt_bb does not exist in this small_tree version.");
2573 throw std::logic_error(
"min_pt_blep does not exist in this small_tree version.");
2577 throw std::logic_error(
"min_pt_bmet does not exist in this small_tree version.");
2581 throw std::logic_error(
"mindphin_metjet does not exist in this small_tree version.");
2585 throw std::logic_error(
"mj does not exist in this small_tree version.");
2589 throw std::logic_error(
"mj08 does not exist in this small_tree version.");
2593 throw std::logic_error(
"mj15 does not exist in this small_tree version.");
2597 throw std::logic_error(
"mj_sub does not exist in this small_tree version.");
2601 throw std::logic_error(
"mt_reliso does not exist in this small_tree version.");
2605 throw std::logic_error(
"st does not exist in this small_tree version.");
2609 throw std::logic_error(
"st_reliso does not exist in this small_tree version.");
2613 throw std::logic_error(
"tru_gluglu_dphi does not exist in this small_tree version.");
2617 throw std::logic_error(
"tru_gluglu_m does not exist in this small_tree version.");
2621 throw std::logic_error(
"tru_gluglu_pt does not exist in this small_tree version.");
2625 throw std::logic_error(
"tru_gluglu_ptdiff does not exist in this small_tree version.");
2629 throw std::logic_error(
"tru_sphericity does not exist in this small_tree version.");
2633 throw std::logic_error(
"tru_tt_dphi does not exist in this small_tree version.");
2637 throw std::logic_error(
"tru_tt_m does not exist in this small_tree version.");
2641 throw std::logic_error(
"tru_tt_pt does not exist in this small_tree version.");
2645 throw std::logic_error(
"tru_tt_ptdiff does not exist in this small_tree version.");
2649 throw std::logic_error(
"trutop1_phi does not exist in this small_tree version.");
2653 throw std::logic_error(
"trutop1_pt does not exist in this small_tree version.");
2657 throw std::logic_error(
"trutop2_phi does not exist in this small_tree version.");
2661 throw std::logic_error(
"trutop2_pt does not exist in this small_tree version.");
2665 throw std::logic_error(
"w_pu_rpv does not exist in this small_tree version.");
2669 throw std::logic_error(
"lep_charge does not exist in this small_tree version.");
2673 throw std::logic_error(
"lep_charge_reliso does not exist in this small_tree version.");
2677 throw std::logic_error(
"n_isr_me does not exist in this small_tree version.");
2681 throw std::logic_error(
"n_isr_nonme does not exist in this small_tree version.");
2685 throw std::logic_error(
"nbadjets does not exist in this small_tree version.");
2689 throw std::logic_error(
"nbl30 does not exist in this small_tree version.");
2693 throw std::logic_error(
"nbl40 does not exist in this small_tree version.");
2697 throw std::logic_error(
"nbl_sub does not exist in this small_tree version.");
2701 throw std::logic_error(
"nbm30 does not exist in this small_tree version.");
2705 throw std::logic_error(
"nbm40 does not exist in this small_tree version.");
2709 throw std::logic_error(
"nbm_sub does not exist in this small_tree version.");
2713 throw std::logic_error(
"nbt30 does not exist in this small_tree version.");
2717 throw std::logic_error(
"nbt40 does not exist in this small_tree version.");
2721 throw std::logic_error(
"nbt_sub does not exist in this small_tree version.");
2725 throw std::logic_error(
"nels_reliso does not exist in this small_tree version.");
2729 throw std::logic_error(
"nfjets does not exist in this small_tree version.");
2733 throw std::logic_error(
"nfjets08 does not exist in this small_tree version.");
2737 throw std::logic_error(
"nfjets15 does not exist in this small_tree version.");
2741 throw std::logic_error(
"nfsubjets does not exist in this small_tree version.");
2745 throw std::logic_error(
"ngenfjets does not exist in this small_tree version.");
2749 throw std::logic_error(
"ngenjets does not exist in this small_tree version.");
2753 throw std::logic_error(
"nisotk10 does not exist in this small_tree version.");
2757 throw std::logic_error(
"nisotk10_mt100 does not exist in this small_tree version.");
2761 throw std::logic_error(
"nisotk15 does not exist in this small_tree version.");
2765 throw std::logic_error(
"nisotk15_mt100 does not exist in this small_tree version.");
2769 throw std::logic_error(
"njets30 does not exist in this small_tree version.");
2773 throw std::logic_error(
"njets40 does not exist in this small_tree version.");
2777 throw std::logic_error(
"nleps_reliso does not exist in this small_tree version.");
2781 throw std::logic_error(
"nmc_els does not exist in this small_tree version.");
2785 throw std::logic_error(
"nmc_htaus does not exist in this small_tree version.");
2789 throw std::logic_error(
"nmc_ltaus does not exist in this small_tree version.");
2793 throw std::logic_error(
"nmc_mus does not exist in this small_tree version.");
2797 throw std::logic_error(
"nmus_reliso does not exist in this small_tree version.");
2801 throw std::logic_error(
"nsubjets does not exist in this small_tree version.");
2805 throw std::logic_error(
"ntaus does not exist in this small_tree version.");
2809 throw std::logic_error(
"ntaus_againstEMu does not exist in this small_tree version.");
2813 throw std::logic_error(
"ntaus_againstEMu_mt100 does not exist in this small_tree version.");
2817 throw std::logic_error(
"ntaus_mt100 does not exist in this small_tree version.");
2821 throw std::logic_error(
"ntks does not exist in this small_tree version.");
2825 throw std::logic_error(
"ntks_chg does not exist in this small_tree version.");
2829 throw std::logic_error(
"ntks_chg_mini does not exist in this small_tree version.");
2833 throw std::logic_error(
"ntks_chg_reliso does not exist in this small_tree version.");
2837 throw std::logic_error(
"ntruels does not exist in this small_tree version.");
2841 throw std::logic_error(
"ntruleps does not exist in this small_tree version.");
2845 throw std::logic_error(
"ntrumeisr does not exist in this small_tree version.");
2849 throw std::logic_error(
"ntrumus does not exist in this small_tree version.");
2853 throw std::logic_error(
"ntrutaush does not exist in this small_tree version.");
2857 throw std::logic_error(
"ntrutausl does not exist in this small_tree version.");
2861 throw std::logic_error(
"nvels10 does not exist in this small_tree version.");
2865 throw std::logic_error(
"nvels_reliso does not exist in this small_tree version.");
2869 throw std::logic_error(
"nvmus10 does not exist in this small_tree version.");
2873 throw std::logic_error(
"nvmus_reliso does not exist in this small_tree version.");
2877 throw std::logic_error(
"badjets_islep does not exist in this small_tree version.");
2881 throw std::logic_error(
"els_tru_tm does not exist in this small_tree version.");
2885 throw std::logic_error(
"jets_bhad does not exist in this small_tree version.");
2889 throw std::logic_error(
"jets_bhad_tru does not exist in this small_tree version.");
2893 throw std::logic_error(
"jets_blep does not exist in this small_tree version.");
2897 throw std::logic_error(
"jets_blep_tru does not exist in this small_tree version.");
2901 throw std::logic_error(
"jets_islep does not exist in this small_tree version.");
2905 throw std::logic_error(
"mc_els_id does not exist in this small_tree version.");
2909 throw std::logic_error(
"mc_els_reco does not exist in this small_tree version.");
2913 throw std::logic_error(
"mc_mus_id does not exist in this small_tree version.");
2917 throw std::logic_error(
"mc_mus_reco does not exist in this small_tree version.");
2921 throw std::logic_error(
"mus_tru_tm does not exist in this small_tree version.");
2925 throw std::logic_error(
"taus_againstEMu does not exist in this small_tree version.");
2929 throw std::logic_error(
"tks_from_tau does not exist in this small_tree version.");
2933 throw std::logic_error(
"tks_from_tauhad does not exist in this small_tree version.");
2937 throw std::logic_error(
"tks_from_taulep does not exist in this small_tree version.");
2941 throw std::logic_error(
"tks_from_w does not exist in this small_tree version.");
2945 throw std::logic_error(
"tks_is_primary does not exist in this small_tree version.");
2949 throw std::logic_error(
"tks_is_primary_reliso does not exist in this small_tree version.");
2953 throw std::logic_error(
"tks_is_sig_lep does not exist in this small_tree version.");
2957 throw std::logic_error(
"trig does not exist in this small_tree version.");
2961 throw std::logic_error(
"badjets_eta does not exist in this small_tree version.");
2965 throw std::logic_error(
"badjets_id does not exist in this small_tree version.");
2969 throw std::logic_error(
"badjets_m does not exist in this small_tree version.");
2973 throw std::logic_error(
"badjets_phi does not exist in this small_tree version.");
2977 throw std::logic_error(
"badjets_pt does not exist in this small_tree version.");
2981 throw std::logic_error(
"dr_bb does not exist in this small_tree version.");
2985 throw std::logic_error(
"els_d0 does not exist in this small_tree version.");
2989 throw std::logic_error(
"els_dz does not exist in this small_tree version.");
2993 throw std::logic_error(
"els_miniso_10 does not exist in this small_tree version.");
2997 throw std::logic_error(
"els_miniso_10_ch does not exist in this small_tree version.");
3001 throw std::logic_error(
"els_miniso_15 does not exist in this small_tree version.");
3005 throw std::logic_error(
"els_miniso_tr07 does not exist in this small_tree version.");
3009 throw std::logic_error(
"els_miniso_tr07_ch does not exist in this small_tree version.");
3013 throw std::logic_error(
"els_miniso_tr10 does not exist in this small_tree version.");
3017 throw std::logic_error(
"els_miniso_tr10_ch does not exist in this small_tree version.");
3021 throw std::logic_error(
"els_miniso_tr10_pfpu does not exist in this small_tree version.");
3025 throw std::logic_error(
"els_mt does not exist in this small_tree version.");
3029 throw std::logic_error(
"els_reliso does not exist in this small_tree version.");
3033 throw std::logic_error(
"els_reliso_r01 does not exist in this small_tree version.");
3037 throw std::logic_error(
"els_reliso_r015 does not exist in this small_tree version.");
3041 throw std::logic_error(
"els_reliso_r02 does not exist in this small_tree version.");
3045 throw std::logic_error(
"els_reliso_r03 does not exist in this small_tree version.");
3049 throw std::logic_error(
"els_reliso_r04 does not exist in this small_tree version.");
3053 throw std::logic_error(
"els_sceta does not exist in this small_tree version.");
3057 throw std::logic_error(
"els_tru_dr does not exist in this small_tree version.");
3061 throw std::logic_error(
"fjets08_eta does not exist in this small_tree version.");
3065 throw std::logic_error(
"fjets08_m does not exist in this small_tree version.");
3069 throw std::logic_error(
"fjets08_phi does not exist in this small_tree version.");
3073 throw std::logic_error(
"fjets08_poscsv does not exist in this small_tree version.");
3077 throw std::logic_error(
"fjets08_pt does not exist in this small_tree version.");
3081 throw std::logic_error(
"fjets08_sumcsv does not exist in this small_tree version.");
3085 throw std::logic_error(
"fjets15_eta does not exist in this small_tree version.");
3089 throw std::logic_error(
"fjets15_m does not exist in this small_tree version.");
3093 throw std::logic_error(
"fjets15_phi does not exist in this small_tree version.");
3097 throw std::logic_error(
"fjets15_poscsv does not exist in this small_tree version.");
3101 throw std::logic_error(
"fjets15_pt does not exist in this small_tree version.");
3105 throw std::logic_error(
"fjets15_sumcsv does not exist in this small_tree version.");
3109 throw std::logic_error(
"fjets_eta does not exist in this small_tree version.");
3113 throw std::logic_error(
"fjets_m does not exist in this small_tree version.");
3117 throw std::logic_error(
"fjets_phi does not exist in this small_tree version.");
3121 throw std::logic_error(
"fjets_poscsv does not exist in this small_tree version.");
3125 throw std::logic_error(
"fjets_pt does not exist in this small_tree version.");
3129 throw std::logic_error(
"fjets_sumcsv does not exist in this small_tree version.");
3133 throw std::logic_error(
"fsubjets_eta does not exist in this small_tree version.");
3137 throw std::logic_error(
"fsubjets_m does not exist in this small_tree version.");
3141 throw std::logic_error(
"fsubjets_phi does not exist in this small_tree version.");
3145 throw std::logic_error(
"fsubjets_poscsv does not exist in this small_tree version.");
3149 throw std::logic_error(
"fsubjets_pt does not exist in this small_tree version.");
3153 throw std::logic_error(
"fsubjets_sumcsv does not exist in this small_tree version.");
3157 throw std::logic_error(
"genfjets_eta does not exist in this small_tree version.");
3161 throw std::logic_error(
"genfjets_m does not exist in this small_tree version.");
3165 throw std::logic_error(
"genfjets_phi does not exist in this small_tree version.");
3169 throw std::logic_error(
"genfjets_pt does not exist in this small_tree version.");
3173 throw std::logic_error(
"genjets_eta does not exist in this small_tree version.");
3177 throw std::logic_error(
"genjets_m does not exist in this small_tree version.");
3181 throw std::logic_error(
"genjets_phi does not exist in this small_tree version.");
3185 throw std::logic_error(
"genjets_pt does not exist in this small_tree version.");
3189 throw std::logic_error(
"glu_proj_frac does not exist in this small_tree version.");
3193 throw std::logic_error(
"isotk_dzpv does not exist in this small_tree version.");
3197 throw std::logic_error(
"isotk_eta does not exist in this small_tree version.");
3201 throw std::logic_error(
"isotk_iso does not exist in this small_tree version.");
3205 throw std::logic_error(
"isotk_mt does not exist in this small_tree version.");
3209 throw std::logic_error(
"isotk_pt does not exist in this small_tree version.");
3213 throw std::logic_error(
"jets_dphi_lep does not exist in this small_tree version.");
3217 throw std::logic_error(
"jets_dphi_met does not exist in this small_tree version.");
3221 throw std::logic_error(
"jets_dphi_sum does not exist in this small_tree version.");
3225 throw std::logic_error(
"jets_gen_pt does not exist in this small_tree version.");
3229 throw std::logic_error(
"jets_id does not exist in this small_tree version.");
3233 throw std::logic_error(
"jets_m does not exist in this small_tree version.");
3237 throw std::logic_error(
"jets_parton_pt does not exist in this small_tree version.");
3241 throw std::logic_error(
"jets_pt_from_mini does not exist in this small_tree version.");
3245 throw std::logic_error(
"jets_pt_res does not exist in this small_tree version.");
3249 throw std::logic_error(
"mc_els_eta does not exist in this small_tree version.");
3253 throw std::logic_error(
"mc_els_mpdr does not exist in this small_tree version.");
3257 throw std::logic_error(
"mc_els_pt does not exist in this small_tree version.");
3261 throw std::logic_error(
"mc_eta does not exist in this small_tree version.");
3265 throw std::logic_error(
"mc_htaus_eta does not exist in this small_tree version.");
3269 throw std::logic_error(
"mc_htaus_mpdr does not exist in this small_tree version.");
3273 throw std::logic_error(
"mc_htaus_pt does not exist in this small_tree version.");
3277 throw std::logic_error(
"mc_ltaus_eta does not exist in this small_tree version.");
3281 throw std::logic_error(
"mc_ltaus_mpdr does not exist in this small_tree version.");
3285 throw std::logic_error(
"mc_ltaus_pt does not exist in this small_tree version.");
3289 throw std::logic_error(
"mc_mus_eta does not exist in this small_tree version.");
3293 throw std::logic_error(
"mc_mus_mpdr does not exist in this small_tree version.");
3297 throw std::logic_error(
"mc_mus_pt does not exist in this small_tree version.");
3301 throw std::logic_error(
"mc_phi does not exist in this small_tree version.");
3305 throw std::logic_error(
"mc_pt does not exist in this small_tree version.");
3309 throw std::logic_error(
"mus_d0 does not exist in this small_tree version.");
3313 throw std::logic_error(
"mus_dz does not exist in this small_tree version.");
3317 throw std::logic_error(
"mus_miniso_10 does not exist in this small_tree version.");
3321 throw std::logic_error(
"mus_miniso_10_ch does not exist in this small_tree version.");
3325 throw std::logic_error(
"mus_miniso_15 does not exist in this small_tree version.");
3329 throw std::logic_error(
"mus_miniso_tr07 does not exist in this small_tree version.");
3333 throw std::logic_error(
"mus_miniso_tr07_ch does not exist in this small_tree version.");
3337 throw std::logic_error(
"mus_miniso_tr10 does not exist in this small_tree version.");
3341 throw std::logic_error(
"mus_miniso_tr10_ch does not exist in this small_tree version.");
3345 throw std::logic_error(
"mus_miniso_tr10_pfpu does not exist in this small_tree version.");
3349 throw std::logic_error(
"mus_mt does not exist in this small_tree version.");
3353 throw std::logic_error(
"mus_reliso does not exist in this small_tree version.");
3357 throw std::logic_error(
"mus_reliso_r01 does not exist in this small_tree version.");
3361 throw std::logic_error(
"mus_reliso_r015 does not exist in this small_tree version.");
3365 throw std::logic_error(
"mus_reliso_r02 does not exist in this small_tree version.");
3369 throw std::logic_error(
"mus_reliso_r03 does not exist in this small_tree version.");
3373 throw std::logic_error(
"mus_reliso_r04 does not exist in this small_tree version.");
3377 throw std::logic_error(
"mus_tru_dr does not exist in this small_tree version.");
3381 throw std::logic_error(
"subjets_csv does not exist in this small_tree version.");
3385 throw std::logic_error(
"subjets_eta does not exist in this small_tree version.");
3389 throw std::logic_error(
"subjets_id does not exist in this small_tree version.");
3393 throw std::logic_error(
"subjets_m does not exist in this small_tree version.");
3397 throw std::logic_error(
"subjets_mindr does not exist in this small_tree version.");
3401 throw std::logic_error(
"subjets_phi does not exist in this small_tree version.");
3405 throw std::logic_error(
"subjets_pt does not exist in this small_tree version.");
3409 throw std::logic_error(
"subjets_subeta does not exist in this small_tree version.");
3413 throw std::logic_error(
"subjets_subm does not exist in this small_tree version.");
3417 throw std::logic_error(
"subjets_subphi does not exist in this small_tree version.");
3421 throw std::logic_error(
"subjets_subpt does not exist in this small_tree version.");
3425 throw std::logic_error(
"sys_bctag does not exist in this small_tree version.");
3429 throw std::logic_error(
"taus_CombinedIsolationDeltaBetaCorrRaw3Hits does not exist in this small_tree version.");
3433 throw std::logic_error(
"taus_chargedIsoPtSum does not exist in this small_tree version.");
3437 throw std::logic_error(
"taus_eta does not exist in this small_tree version.");
3441 throw std::logic_error(
"taus_mt does not exist in this small_tree version.");
3445 throw std::logic_error(
"taus_phi does not exist in this small_tree version.");
3449 throw std::logic_error(
"taus_pt does not exist in this small_tree version.");
3453 throw std::logic_error(
"tks_eta does not exist in this small_tree version.");
3457 throw std::logic_error(
"tks_mini_ch does not exist in this small_tree version.");
3461 throw std::logic_error(
"tks_mini_ne does not exist in this small_tree version.");
3465 throw std::logic_error(
"tks_mt does not exist in this small_tree version.");
3469 throw std::logic_error(
"tks_phi does not exist in this small_tree version.");
3473 throw std::logic_error(
"tks_pt does not exist in this small_tree version.");
3477 throw std::logic_error(
"tks_r02_ch does not exist in this small_tree version.");
3481 throw std::logic_error(
"tks_r02_ne does not exist in this small_tree version.");
3485 throw std::logic_error(
"tks_r03_ch does not exist in this small_tree version.");
3489 throw std::logic_error(
"tks_r03_ne does not exist in this small_tree version.");
3493 throw std::logic_error(
"tks_r04_ch does not exist in this small_tree version.");
3497 throw std::logic_error(
"tks_r04_ne does not exist in this small_tree version.");
3501 throw std::logic_error(
"tks_r05_ch does not exist in this small_tree version.");
3505 throw std::logic_error(
"tks_r05_ne does not exist in this small_tree version.");
3509 throw std::logic_error(
"tks_tru_dp does not exist in this small_tree version.");
3513 throw std::logic_error(
"tks_tru_dr does not exist in this small_tree version.");
3517 throw std::logic_error(
"els_tru_id does not exist in this small_tree version.");
3521 throw std::logic_error(
"els_tru_momid does not exist in this small_tree version.");
3525 throw std::logic_error(
"fjets08_btags does not exist in this small_tree version.");
3529 throw std::logic_error(
"fjets08_nconst does not exist in this small_tree version.");
3533 throw std::logic_error(
"fjets15_btags does not exist in this small_tree version.");
3537 throw std::logic_error(
"fjets15_nconst does not exist in this small_tree version.");
3541 throw std::logic_error(
"fjets_btags does not exist in this small_tree version.");
3545 throw std::logic_error(
"fjets_nconst does not exist in this small_tree version.");
3549 throw std::logic_error(
"fsubjets_btags does not exist in this small_tree version.");
3553 throw std::logic_error(
"fsubjets_nconst does not exist in this small_tree version.");
3557 throw std::logic_error(
"genfjets_nconst does not exist in this small_tree version.");
3561 throw std::logic_error(
"genjets_genfjet_index does not exist in this small_tree version.");
3565 throw std::logic_error(
"genjets_isr_code does not exist in this small_tree version.");
3569 throw std::logic_error(
"jets_fjet08_index does not exist in this small_tree version.");
3573 throw std::logic_error(
"jets_fjet15_index does not exist in this small_tree version.");
3577 throw std::logic_error(
"jets_fjet_index does not exist in this small_tree version.");
3581 throw std::logic_error(
"jets_isr_code does not exist in this small_tree version.");
3585 throw std::logic_error(
"mc_id does not exist in this small_tree version.");
3589 throw std::logic_error(
"mc_status does not exist in this small_tree version.");
3593 throw std::logic_error(
"mus_tru_id does not exist in this small_tree version.");
3597 throw std::logic_error(
"mus_tru_momid does not exist in this small_tree version.");
3601 throw std::logic_error(
"subjets_fsubjet_index does not exist in this small_tree version.");
3605 throw std::logic_error(
"subjets_nsub does not exist in this small_tree version.");
3609 throw std::logic_error(
"taus_decayMode does not exist in this small_tree version.");
3613 throw std::logic_error(
"taus_n_pfcands does not exist in this small_tree version.");
3617 throw std::logic_error(
"tks_charge does not exist in this small_tree version.");
3621 throw std::logic_error(
"tks_from_pv does not exist in this small_tree version.");
3625 throw std::logic_error(
"tks_id does not exist in this small_tree version.");
3629 throw std::logic_error(
"tks_num_prongs does not exist in this small_tree version.");
3633 throw std::logic_error(
"tks_tru_id does not exist in this small_tree version.");
3637 throw std::logic_error(
"mc_mom does not exist in this small_tree version.");
3641 throw std::logic_error(
"mc_type does not exist in this small_tree version.");
virtual int const & nfjets() const
virtual int const & nmc_mus() const
float const & ntrupv_mean() const
virtual std::vector< float > const & mc_htaus_pt() const
virtual std::vector< float > const & els_miniso_tr07_ch() const
virtual float const & st_reliso() const
virtual std::vector< float > const & genjets_phi() const
std::vector< float > const & jets_pt() const
virtual std::vector< float > const & tks_mini_ch() const
virtual std::vector< bool > const & mc_mus_id() const
virtual float const & dphi_neutralinos() const
virtual std::vector< float > const & isotk_dzpv() const
virtual int const & lep_charge() const
virtual std::vector< float > const & mus_d0() const
std::vector< bool > const & els_ispf() const
virtual int const & nbt30() const
virtual int const & ntks() const
virtual std::vector< float > const & fjets15_m() const
virtual std::vector< int > const & tks_num_prongs() const
virtual float const & trutop2_pt() const
virtual int const & nbm40() const
virtual std::vector< float > const & jets_id() const
virtual std::vector< bool > const & mc_els_id() const
virtual std::vector< float > const & fjets15_pt() const
virtual int const & ntks_chg_mini() const
virtual std::vector< float > const & fjets08_phi() const
virtual std::vector< float > const & jets_m() const
virtual std::vector< float > const & tks_mini_ne() const
virtual std::vector< float > const & taus_mt() const
std::vector< bool > * p_mus_sigid_
virtual int const & nbl_sub() const
virtual std::vector< int > const & tks_charge() const
virtual std::vector< float > const & tks_r03_ch() const
virtual std::vector< float > const & mc_mus_pt() const
virtual std::vector< bool > const & tks_from_taulep() const
virtual std::string Type() const
virtual int const & ntrutausl() const
virtual std::vector< float > const & mus_reliso_r02() const
std::vector< float > * p_mus_phi_
virtual std::vector< float > const & mc_phi() const
virtual int const & ntruleps() const
virtual std::vector< bool > const & tks_from_tauhad() const
virtual std::vector< float > const & fjets15_sumcsv() const
virtual std::vector< int > const & taus_decayMode() const
virtual int const & nbt_sub() const
std::vector< int > * p_els_charge_
virtual std::vector< float > const & mus_dz() const
virtual std::vector< int > const & jets_isr_code() const
virtual int const & ntaus_mt100() const
virtual int const & nisotk10_mt100() const
virtual std::vector< float > const & subjets_pt() const
virtual std::vector< float > const & els_tru_dr() const
virtual std::vector< float > const & isotk_eta() const
virtual std::vector< float > const & mus_miniso_tr07_ch() const
virtual float const & max_m_blep() const
virtual float const & max_pt_bmet() const
virtual float const & mht_sub() const
virtual int const & nbl40() const
virtual int const & ntrumus() const
virtual int const & nbl30() const
virtual std::vector< float > const & els_reliso() const
std::vector< bool > mus_sigid_
std::vector< float > * p_jets_csv_
virtual std::vector< float > const & fjets08_poscsv() const
virtual std::vector< float > const & subjets_eta() const
virtual unsigned const & mc_type() const
virtual std::vector< float > const & jets_parton_pt() const
virtual int const & ngenjets() const
virtual float const & lep_pt() const
float const & weight() const
virtual std::vector< bool > const & jets_bhad_tru() const
virtual std::vector< float > const & fjets15_eta() const
virtual std::vector< int > const & fjets_nconst() const
virtual std::vector< float > const & tks_r02_ne() const
virtual std::vector< bool > const & tks_from_tau() const
std::vector< float > * p_mus_pt_
virtual std::vector< int > const & mc_status() const
std::vector< float > const & jets_csv() const
virtual std::vector< float > const & jets_gen_pt() const
virtual float const & ht_isr_me() const
virtual float const & tru_sphericity() const
virtual float const & min_dphi_bb() const
virtual int const & nfjets08() const
virtual std::vector< float > const & genjets_pt() const
virtual std::vector< float > const & mus_reliso_r04() const
virtual std::vector< int > const & fsubjets_nconst() const
virtual std::vector< int > const & mus_tru_id() const
virtual float const & trutop2_phi() const
std::vector< bool > * p_els_sigid_
virtual std::vector< bool > const & jets_bhad() const
virtual std::vector< float > const & els_miniso_tr07() const
virtual int const & nsubjets() const
virtual std::vector< float > const & isotk_mt() const
std::vector< int > els_charge_
virtual std::vector< int > const & fjets08_btags() const
std::vector< float > jets_pt_
virtual std::vector< float > const & genfjets_pt() const
virtual std::vector< bool > const & mc_els_reco() const
virtual std::vector< float > const & subjets_id() const
virtual float const & max_dr_blep() const
virtual std::vector< float > const & fjets15_phi() const
virtual float const & mj15() const
virtual std::vector< float > const & tks_pt() const
virtual float const & lep_eta_reliso() const
virtual std::vector< int > const & fjets15_nconst() const
std::vector< bool > els_sigid_
virtual float const & tru_tt_pt() const
virtual int const & ntrutaush() const
virtual int const & nleps_reliso() const
std::vector< int > mus_charge_
virtual std::vector< float > const & fjets08_eta() const
virtual std::vector< float > const & tks_eta() const
virtual float const & min_mt_bmet_with_w_mass() const
virtual float const & ht_isr() const
virtual std::vector< float > const & tks_tru_dr() const
virtual int const & nmus_reliso() const
virtual std::vector< float > const & genjets_eta() const
virtual std::vector< float > const & els_miniso_10() const
std::vector< float > const & els_eta() const
virtual float const & max_dphi_bmet() const
virtual std::vector< float > const & badjets_m() const
virtual std::vector< float > const & els_miniso_tr10_ch() const
virtual float const & gen_ht() const
virtual std::vector< int > const & jets_fjet_index() const
int const & lumiblock() const
std::vector< float > const & mus_phi() const
std::vector< float > jets_eta_
virtual std::vector< float > const & mus_reliso_r03() const
virtual std::vector< float > const & els_reliso_r015() const
virtual std::vector< float > const & jets_dphi_met() const
virtual float const & st() const
virtual float const & dphi_wlep() const
virtual std::vector< float > const & els_reliso_r03() const
std::vector< float > const & jets_phi() const
std::vector< float > els_eta_
int const & ntrupv() const
virtual int const & nvels10() const
virtual std::vector< bool > const & taus_againstEMu() const
virtual float const & ht_isr_nonme() const
virtual std::vector< float > const & fjets08_sumcsv() const
virtual std::vector< float > const & mc_ltaus_eta() const
virtual int const & ntks_chg_reliso() const
virtual std::vector< float > const & jets_dphi_sum() const
virtual float const & min_pt_bmet() const
virtual std::vector< float > const & fjets08_pt() const
virtual int const & ntaus_againstEMu_mt100() const
virtual float const & max_dphi_blep() const
virtual float const & min_dphi_blep() const
virtual int const & nbadjets() const
virtual std::vector< float > const & mc_ltaus_pt() const
int const & event() const
std::vector< bool > const & els_sigid() const
virtual std::vector< int > const & fjets_btags() const
virtual std::vector< float > const & tks_r05_ne() const
virtual std::vector< float > const & tks_mt() const
std::vector< float > jets_csv_
int const & nvels() const
virtual std::vector< bool > const & trig() const
virtual std::vector< float > const & badjets_id() const
virtual int const & ntruels() const
virtual float const & tru_tt_dphi() const
virtual std::vector< float > const & fjets_m() const
virtual std::vector< float > const & taus_phi() const
virtual std::vector< float > const & fsubjets_m() const
virtual std::vector< float > const & tks_phi() const
virtual std::vector< float > const & genfjets_m() const
virtual std::vector< float > const & els_dz() const
virtual std::vector< int > const & genjets_isr_code() const
virtual std::vector< float > const & mc_htaus_eta() const
std::vector< float > const & mus_eta() const
virtual std::vector< int > const & tks_from_pv() const
float const & met_phi() const
virtual float const & max_pt_bb() const
virtual int const & nvels_reliso() const
virtual int const & n_isr_nonme() const
virtual std::vector< float > const & mus_tru_dr() const
float const & met() const
virtual std::vector< float > const & fsubjets_phi() const
virtual int const & lep_charge_reliso() const
virtual float const & lep_pt_reliso() const
virtual std::vector< int > const & taus_n_pfcands() const
virtual std::vector< float > const & mc_els_eta() const
virtual std::vector< bool > const & mus_tru_tm() const
virtual int const & ngenfjets() const
float GetBranchValue(TString branch)
virtual std::vector< float > const & tks_r04_ch() const
virtual std::vector< float > const & mus_miniso_10_ch() const
virtual float const & mht30() const
virtual float const & ht_sub() const
virtual std::vector< float > const & isotk_iso() const
virtual std::vector< int > const & tks_tru_id() const
virtual int const & nmc_htaus() const
std::vector< float > * p_jets_eta_
virtual std::vector< float > const & subjets_subm() const
virtual float const & ht30() const
virtual float const & ht_reliso() const
int const & nleps() const
virtual float const & max_m_bb() const
virtual std::vector< float > const & mus_mt() const
virtual std::vector< float > const & fjets_eta() const
virtual std::vector< float > const & mc_mus_mpdr() const
virtual std::vector< float > const & mc_eta() const
virtual float const & trutop1_pt() const
virtual std::vector< float > const & tks_r04_ne() const
virtual std::vector< float > const & els_miniso_tr10() const
virtual std::vector< float > const & mus_reliso_r01() const
std::vector< float > const & mus_pt() const
std::vector< float > * p_els_pt_
virtual std::vector< float > const & genfjets_phi() const
std::vector< int > const & mus_charge() const
virtual std::vector< float > const & els_sceta() const
virtual float const & gen_met() const
virtual std::vector< float > const & fsubjets_pt() const
virtual std::vector< bool > const & tks_is_primary_reliso() const
virtual std::vector< float > const & badjets_pt() const
virtual float const & max_dr_bb() const
std::vector< bool > * p_els_ispf_
virtual float const & w_pu_rpv() const
virtual std::vector< float > const & mus_miniso_10() const
virtual int const & ntks_chg() const
virtual float const & min_mt_bmet() const
virtual int const & njets40() const
virtual std::vector< float > const & els_miniso_15() const
virtual int const & nmc_ltaus() const
virtual float const & lep_phi() const
virtual std::vector< int > const & mc_id() const
virtual std::vector< float > const & mus_miniso_tr10_pfpu() const
virtual std::vector< float > const & els_miniso_10_ch() const
std::vector< float > * p_mus_eta_
virtual float const & mht() const
virtual std::vector< float > const & fjets_sumcsv() const
virtual std::vector< float > const & subjets_subeta() const
virtual int const & nmc_els() const
virtual float const & tru_gluglu_m() const
virtual int const & nfsubjets() const
virtual std::vector< int > const & genjets_genfjet_index() const
std::vector< float > mus_eta_
virtual std::vector< float > const & fjets08_m() const
virtual int const & nbt40() const
virtual float const & lep_eta() const
virtual std::vector< float > const & mus_reliso_r015() const
virtual float const & lep_phi_reliso() const
virtual std::vector< float > const & mc_htaus_mpdr() const
virtual std::vector< float > const & jets_dphi_lep() const
virtual std::vector< int > const & mus_tru_momid() const
virtual std::vector< float > const & mus_reliso() const
virtual std::vector< float > const & fjets_poscsv() const
virtual int const & nbm30() const
static const double bad_val_
virtual std::vector< float > const & mus_miniso_tr10() const
virtual float const & mj() const
virtual std::vector< float > const & mc_ltaus_mpdr() const
virtual float const & tru_gluglu_pt() const
std::vector< float > els_phi_
std::vector< float > jets_phi_
virtual float const & min_m_bb() const
virtual float const & max_mt_bmet() const
std::vector< float > els_pt_
virtual int const & nvmus_reliso() const
virtual std::vector< float > const & taus_pt() const
virtual float const & tru_gluglu_dphi() const
int const & njets() const
virtual std::vector< int > const & tks_id() const
virtual std::vector< float > const & fsubjets_eta() const
std::vector< bool > const & mus_sigid() const
virtual float const & eff_trig() const
virtual std::vector< float > const & taus_chargedIsoPtSum() const
virtual std::vector< float > const & subjets_subpt() const
virtual std::vector< size_t > const & mc_mom() const
std::vector< float > const & els_phi() const
std::vector< float > * p_jets_phi_
virtual bool const & pass() const
virtual std::vector< float > const & els_mt() const
virtual std::vector< float > const & mc_els_pt() const
virtual std::vector< int > const & fjets08_nconst() const
virtual std::vector< float > const & els_reliso_r02() const
virtual float const & ht_isr_tru() const
virtual std::vector< float > const & els_d0() const
virtual float const & mj_sub() const
virtual float const & mindphin_metjet() const
virtual std::vector< float > const & fjets15_poscsv() const
virtual std::vector< float > const & glu_proj_frac() const
virtual std::vector< int > const & els_tru_momid() const
virtual std::vector< float > const & mc_pt() const
virtual float const & min_m_blep() const
virtual float const & mj08() const
virtual std::vector< float > const & jets_pt_res() const
virtual std::vector< float > const & subjets_subphi() const
virtual std::vector< float > const & tks_r03_ne() const
virtual std::vector< float > const & fsubjets_poscsv() const
virtual std::vector< float > const & taus_CombinedIsolationDeltaBetaCorrRaw3Hits() const
virtual int const & n_isr_me() const
virtual int const & ntaus_againstEMu() const
virtual std::vector< float > const & subjets_m() const
virtual float const & min_pt_blep() const
virtual void GetEntry(const long entry)
virtual std::vector< float > const & isotk_pt() const
virtual std::vector< float > const & tks_tru_dp() const
virtual float const & gen_mj() const
virtual int const & nvmus10() const
virtual std::vector< int > const & jets_fjet15_index() const
virtual std::vector< float > const & mc_els_mpdr() const
virtual int const & nels_reliso() const
virtual std::vector< float > const & badjets_eta() const
virtual std::vector< float > const & genfjets_eta() const
virtual int const & nisotk15_mt100() const
virtual int const & nisotk10() const
virtual std::vector< bool > const & badjets_islep() const
virtual std::vector< int > const & els_tru_id() const
virtual std::vector< bool > const & mc_mus_reco() const
virtual std::vector< bool > const & tks_from_w() const
std::vector< float > * p_els_eta_
virtual float const & max_dphi_bb() const
virtual std::vector< float > const & mus_miniso_15() const
virtual std::vector< int > const & genfjets_nconst() const
std::vector< float > * p_jets_pt_
virtual int const & nbm_sub() const
virtual int const & ntrumeisr() const
virtual std::vector< float > const & badjets_phi() const
virtual std::vector< bool > const & jets_blep() const
std::vector< float > const & jets_eta() const
virtual float const & tru_tt_m() const
virtual float const & min_dr_blep() const
virtual std::vector< int > const & subjets_nsub() const
virtual std::vector< float > const & dr_bb() const
virtual std::vector< float > const & els_reliso_r04() const
virtual std::vector< float > const & mus_miniso_tr07() const
int Add(const std::string &filename)
virtual std::vector< int > const & subjets_fsubjet_index() const
virtual std::vector< bool > const & jets_blep_tru() const
virtual float const & max_pt_blep() const
small_tree * NewTree(const std::type_info &type)
virtual std::vector< float > const & tks_r05_ch() const
virtual std::vector< float > const & subjets_phi() const
virtual std::vector< float > const & tks_r02_ch() const
virtual std::vector< float > const & sys_bctag() const
virtual std::vector< float > const & mus_miniso_tr10_ch() const
virtual float const & trutop1_phi() const
virtual int const & njets30() const
virtual float const & tru_tt_ptdiff() const
virtual std::vector< bool > const & tks_is_primary() const
virtual float const & gen_met_phi() const
virtual float const & tru_gluglu_ptdiff() const
std::vector< float > mus_pt_
virtual std::vector< float > const & els_miniso_tr10_pfpu() const
virtual int const & ntaus() const
std::vector< bool > els_ispf_
virtual std::vector< float > const & genjets_m() const
std::vector< float > mus_phi_
virtual std::vector< float > const & fjets_phi() const
virtual std::vector< int > const & fsubjets_btags() const
std::vector< float > const & els_pt() const
std::vector< int > * p_mus_charge_
virtual std::vector< int > const & jets_fjet08_index() const
virtual std::vector< bool > const & els_tru_tm() const
virtual float const & min_pt_bb() const
virtual int const & nfjets15() const
virtual std::vector< float > const & els_reliso_r01() const
virtual std::vector< float > const & jets_pt_from_mini() const
std::vector< int > const & els_charge() const
std::vector< float > * p_els_phi_
virtual std::vector< int > const & fjets15_btags() const
virtual std::vector< float > const & mc_mus_eta() const
virtual float const & mt_reliso() const
virtual std::vector< float > const & subjets_mindr() const
virtual float const & min_dr_bb() const
virtual float const & dphi_wlep_reliso() const
bool PassString(TString cut)
virtual float const & ht40() const
virtual std::vector< float > const & fjets_pt() const
int const & nvmus() const
virtual std::vector< float > const & fsubjets_sumcsv() const
virtual int const & nisotk15() const
virtual std::vector< bool > const & tks_is_sig_lep() const
virtual std::vector< float > const & subjets_csv() const
virtual float const & min_dphi_bmet() const
virtual float const & ht_nonb() const
virtual std::vector< bool > const & jets_islep() const
virtual std::vector< float > const & taus_eta() const