Skip to content

Commit cb8e483

Browse files
committed
up
1 parent 1b9fa5c commit cb8e483

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

binder/hists_plots.ipynb

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,14 @@
197197
"name": "stderr",
198198
"output_type": "stream",
199199
"text": [
200-
"INFO:root:Processing 2016 ele channel\n"
200+
"INFO:root:Processing 2016 ele channel\n",
201+
"INFO:root:Processing 2016 mu channel\n",
202+
"INFO:root:Processing 2016APV ele channel\n",
203+
"INFO:root:Processing 2016APV mu channel\n",
204+
"INFO:root:Processing 2017 ele channel\n",
205+
"INFO:root:Processing 2017 mu channel\n",
206+
"INFO:root:Processing 2018 ele channel\n",
207+
"INFO:root:Processing 2018 mu channel\n"
201208
]
202209
}
203210
],
@@ -1565,7 +1572,7 @@
15651572
},
15661573
{
15671574
"cell_type": "code",
1568-
"execution_count": 24,
1575+
"execution_count": null,
15691576
"metadata": {},
15701577
"outputs": [],
15711578
"source": [
@@ -1618,15 +1625,15 @@
16181625
"# \"fj_pt\",\n",
16191626
"# \"ht\",\n",
16201627
"# \"lep_fj_dr\", \n",
1621-
" \"lep_isolation_ele_highpt\",\n",
1622-
" \"lep_isolation_ele_lowpt\",\n",
1623-
" \"lep_isolation_mu_highpt\",\n",
1624-
" \"lep_isolation_mu_lowpt\",\n",
1628+
"# \"lep_isolation_ele_highpt\",\n",
1629+
"# \"lep_isolation_ele_lowpt\",\n",
1630+
"# \"lep_isolation_mu_highpt\",\n",
1631+
"# \"lep_isolation_mu_lowpt\",\n",
16251632
"# \"lep_met_mt\",\n",
1626-
" \"lep_misolation_ele_highpt\",\n",
1627-
" \"lep_misolation_ele_lowpt\",\n",
1628-
" \"lep_misolation_mu_highpt\",\n",
1629-
" \"lep_misolation_mu_lowpt\",\n",
1633+
"# \"lep_misolation_ele_highpt\",\n",
1634+
"# \"lep_misolation_ele_lowpt\",\n",
1635+
"# \"lep_misolation_mu_highpt\",\n",
1636+
"# \"lep_misolation_mu_lowpt\",\n",
16301637
"# \"lep_pt\",\n",
16311638
"# \"lep_eta\",\n",
16321639
"# \"met_fj_dphi\",\n",
@@ -1642,9 +1649,9 @@
16421649
" ############## AN end\n",
16431650
"\n",
16441651
" ############## Fake vs QCD\n",
1645-
"# \"fj_pt\",\n",
1652+
" \"fj_pt\",\n",
16461653
"# \"lep_pt\",\n",
1647-
"# \"met_pt\",\n",
1654+
" \"met_pt\",\n",
16481655
"# \"lep_fj_dr\",\n",
16491656
"# \"THWW\",\n",
16501657
" \n",
@@ -1653,7 +1660,7 @@
16531660
"# \"lep_pt\",\n",
16541661
"# \"lep_fj_dr\",\n",
16551662
"# \"met_pt\",\n",
1656-
"# \"rec_higgs_m\",\n",
1663+
" \"rec_higgs_m\",\n",
16571664
"\n",
16581665
" ############## Fake validation region\n",
16591666
"# \"fj_pt\",\n",
@@ -1713,10 +1720,10 @@
17131720
"\n",
17141721
"\n",
17151722
"years_to_plot = [\n",
1716-
"# \"2016\",\n",
1717-
"# \"2016APV\",\n",
1723+
" \"2016\",\n",
1724+
" \"2016APV\",\n",
17181725
" \"2017\",\n",
1719-
"# \"2018\",\n",
1726+
" \"2018\",\n",
17201727
"]\n",
17211728
"\n",
17221729
"channels_to_plot = [\n",

0 commit comments

Comments
 (0)