Skip to content

Commit

Permalink
fix math rendering in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Sep 25, 2024
1 parent 9ccf574 commit aa6794a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pineappl_py/docs/source/advanced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,9 @@
"- transform the phase-space variables into the well-known LAB quantities, and\n",
"- we want to simulate the setup from CMS DY 7 TeV, see: <https://arxiv.org/abs/1310.7291>\n",
"\n",
"This means, we\n",
"- add phase-space cuts:\n",
" - $ p_\\mathrm{T}^\\ell > 14~\\text{GeV} $\n",
" - $ |y^\\ell| < 2.4 $\n",
" - $ 60~\\text{GeV} < M_{\\ell\\bar{\\ell}} < 120~\\text{GeV} $\n",
"- and we want the differential cross section w.r.t. $|y_{\\ell\\bar{\\ell}}|$, with bin limits $0 < |y_{\\ell\\bar{\\ell}}| < 2.4$, in steps of $0.1$."
"This means, we need to add phase-space cuts:\n",
" $$ p_\\mathrm{T}^\\ell > 14~\\text{GeV}, \\quad |y^\\ell| < 2.4, \\quad 60~\\text{GeV} < M_{\\ell\\bar{\\ell}} < 120~\\text{GeV}$$\n",
"and we want the differential cross section w.r.t. $|y_{\\ell\\bar{\\ell}}|$, with bin limits $0 < |y_{\\ell\\bar{\\ell}}| < 2.4$, in steps of $0.1$."
]
},
{
Expand Down Expand Up @@ -446,7 +443,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit aa6794a

Please sign in to comment.