You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/example.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ int main() {
62
62
1. Apply the MC event weight.
63
63
2. Select entries for which there are exactly two opposite-sign leptons in the event.
64
64
3. Separate into different/same-flavour cases for electrons and muons.
65
-
4. Apply signal region cuts: <i>E</i><sub>T</sub><sup>miss</sup> > 30 GeV, <i>m</i><sub>ll</sub> < 60GeV.
65
+
4. Apply signal region cuts: @f$E_{\mathrm{T}}^{\mathrm{miss}} > 30\,\mathrm{GeV}@f$ and @f$m_{\ell\ell}< 60\,\mathrm{GeV}@f$.
66
66
5. Merge back together to form flavour-inclusive opposite-sign signal region.
67
67
6. In each case, plot the distribution of the dilepton+MET transverse momentum.
68
68
- Scale lepton energy scale by +/- 2% as systematic variations.
@@ -266,8 +266,8 @@ int main() {
266
266
@section example-phys ATLAS DAOD_PHYS
267
267
268
268
1. Apply the MC event weight.
269
-
2. Select for events with exactly 2 electrons with <i>p</i><sub>T</sub> > 10GeV and <i>η</i> < 2.4.
270
-
3. Compute & plot their di-invariant mass, <i>m</i><sub>ee</sub>.
269
+
2. Select for events with exactly 2 electrons with @f$p_{\mathrm{T}} > 10\,\mathrm{GeV}@f$ and @f$ \eta < 2.4 @f$.
270
+
3. Compute & plot their di-invariant mass, @f$ m_{ee} @f$.
271
271
272
272
@cpp
273
273
#include "qhep/Event.h"
@@ -403,7 +403,7 @@ elapsed time (10 threads) = 10.4677s
403
403
@section example-task7 IRIS-HEP ADL benchmark
404
404
405
405
- Collision dataset: [2012 CMS open data](http://opendata.cern.ch/record/6021) (16 GiB, 53 million events).
406
-
- Task 7: plot the scalar sum in each event of the <i>p</i><sub>T</sub> of jets with <i>p</i><sub>T</sub> > 30 GeV that are not within 0.4 in Δ<i>R</i> of any light lepton with <i>p</i><sub>T</sub> > 10 GeV.
406
+
- Task 7: plot the scalar sum in each event of the @f$p_{\mathrm{T}}@f$ of jets with @f$p_{\mathrm{T}}>30\,\mathrm{GeV}@f$ that are not within @f$\Delta R < 0.4@f$ of any light lepton with @f$p_{\mathrm{T}}>10\,\mathrm{GeV}@f$.
0 commit comments