Skip to content

Commit

Permalink
update data postfit
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Mar 15, 2024
1 parent 3c86223 commit 3535605
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/HHbbVV/postprocessing/PlotFits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"source": [
"MAIN_DIR = Path(\"../../../\")\n",
"\n",
"plot_dir = MAIN_DIR / \"plots/PostFit/24Mar9NonresLeptonVeto\"\n",
"plot_dir = MAIN_DIR / \"plots/PostFit/24Mar15UpdateData\"\n",
"plot_dir.mkdir(exist_ok=True, parents=True)"
]
},
Expand All @@ -52,7 +52,7 @@
"metadata": {},
"outputs": [],
"source": [
"cards_dir = \"24Mar8NonresLeptonVeto\"\n",
"cards_dir = \"24Mar15UpdateData\"\n",
"asimov = False\n",
"\n",
"asimov_label = \"Asimov\" if asimov else \"\"\n",
Expand All @@ -68,7 +68,7 @@
"metadata": {},
"outputs": [],
"source": [
"templates_dir = Path(\"templates/24Mar8NonresHbbLeptonVeto\")\n",
"templates_dir = Path(\"templates/24Mar15UpdateData\")\n",
"templates_dict = {}\n",
"for year in years:\n",
" with (templates_dir / f\"{year}_templates.pkl\").open(\"rb\") as f:\n",
Expand Down Expand Up @@ -197,6 +197,13 @@
" # break\n",
" # break"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -215,7 +222,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.undefined"
"version": "3.9.15"
},
"orig_nbformat": 4,
"vscode": {
Expand Down

0 comments on commit 3535605

Please sign in to comment.