Skip to content

Commit 8ebea53

Browse files
committed
Docs
1 parent 5e300a4 commit 8ebea53

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ bld/
1717
*.xsd
1818
*.html
1919
*.temp
20+
*.cache
2021
docs/html
2122
docs/xml
2223

docs/pages/example.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ int main() {
6262
1. Apply the MC event weight.
6363
2. Select entries for which there are exactly two opposite-sign leptons in the event.
6464
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> < 60 GeV.
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$.
6666
5. Merge back together to form flavour-inclusive opposite-sign signal region.
6767
6. In each case, plot the distribution of the dilepton+MET transverse momentum.
6868
- Scale lepton energy scale by +/- 2% as systematic variations.
@@ -266,8 +266,8 @@ int main() {
266266
@section example-phys ATLAS DAOD_PHYS
267267
268268
1. Apply the MC event weight.
269-
2. Select for events with exactly 2 electrons with <i>p</i><sub>T</sub> > 10 GeV and <i>&eta;</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$.
271271
272272
@cpp
273273
#include "qhep/Event.h"
@@ -403,7 +403,7 @@ elapsed time (10 threads) = 10.4677s
403403
@section example-task7 IRIS-HEP ADL benchmark
404404
405405
- 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$.
407407
408408
@cpp
409409
#include <algorithm>

0 commit comments

Comments
 (0)