Skip to content

Commit

Permalink
Update background_modeling_lesson.ipynb
Browse files Browse the repository at this point in the history
Removed 'h = h = Hist' typo.
  • Loading branch information
mattbellis authored Jul 31, 2024
1 parent 04a2262 commit 5b80232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instructors/background_modeling_lesson.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
"metadata": {},
"outputs": [],
"source": [
"h = h = Hist.new.Reg(40,0,4000, name='mtt', label=f'$M_{{t\\overline{{t}}}}$ GeV/c$^2$')\\\n",
"h = Hist.new.Reg(40,0,4000, name='mtt', label=f'$M_{{t\\overline{{t}}}}$ GeV/c$^2$')\\\n",
" .StrCat([], name=\"dataset\", label=\"dataset\", growth=True)\\\n",
" .Weight()\n",
"\n",
Expand Down Expand Up @@ -1113,7 +1113,7 @@
"metadata": {},
"outputs": [],
"source": [
"h = h = Hist.new.Reg(40,0,4000, name='mtt', label=f'$M_{{t\\overline{{t}}}}$ GeV/c$^2$')\\\n",
"h = Hist.new.Reg(40,0,4000, name='mtt', label=f'$M_{{t\\overline{{t}}}}$ GeV/c$^2$')\\\n",
" .StrCat([], name=\"dataset\", label=\"dataset\", growth=True)\\\n",
" .Weight()\n",
"\n",
Expand Down

0 comments on commit 5b80232

Please sign in to comment.