Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
farakiko committed Feb 21, 2024
1 parent 528cd44 commit 2d44da5
Show file tree
Hide file tree
Showing 6 changed files with 7,588 additions and 103 deletions.
145 changes: 73 additions & 72 deletions binder/combine.ipynb

Large diffs are not rendered by default.

742 changes: 742 additions & 0 deletions binder/combine_sig_v6.ipynb

Large diffs are not rendered by default.

35 changes: 5 additions & 30 deletions binder/hists_plots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -46,7 +46,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -56,34 +56,9 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"{'ele': {'Run2': 137640.0,\n",
" '2016APV': 19492.72,\n",
" '2016': 16809.96,\n",
" '2017': 41476.02,\n",
" '2018': 59816.23},\n",
" 'mu': {'Run2': 137640.0,\n",
" '2016APV': 19436.16,\n",
" '2016': 16810.81,\n",
" '2017': 41475.26,\n",
" '2018': 59781.96},\n",
" 'lep': {'Run2': 137640.0,\n",
" '2016APV': 19436.16,\n",
" '2016': 16810.81,\n",
" '2017': 41475.26,\n",
" '2018': 59781.96}}"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"# get lumi\n",
"with open(\"../fileset/luminosity.json\") as f:\n",
Expand Down Expand Up @@ -5876,7 +5851,7 @@
"fig, ax = plt.subplots(figsize=(10, 8))\n",
"\n",
"\n",
"taggers = [\n",
"taggerss = [\n",
" \"fj_ParT_score\",\n",
" \"fj_ParT_score_finetuned\",\n",
"# \"fj_ParT_score_finetuned_v35_1\",\n",
Expand Down
Loading

0 comments on commit 2d44da5

Please sign in to comment.