Skip to content

Commit df10867

Browse files
committed
Reference to RooFit
1 parent 1a6bfd3 commit df10867

2 files changed

Lines changed: 31 additions & 3 deletions

File tree

paper/paper.bib

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,34 @@ @article{Brun:1997pa
4343
year = "1997"
4444
}
4545

46+
@article{Antcheva:2009zz,
47+
author = "Antcheva, I. and others",
48+
title = "{ROOT: A C++ framework for petabyte data storage, statistical analysis and visualization}",
49+
eprint = "1508.07749",
50+
archivePrefix = "arXiv",
51+
primaryClass = "physics.data-an",
52+
reportNumber = "FERMILAB-PUB-09-661-CD",
53+
doi = "10.1016/j.cpc.2009.08.005",
54+
journal = "Comput. Phys. Commun.",
55+
volume = "180",
56+
pages = "2499--2512",
57+
year = "2009"
58+
}
59+
60+
# RooFit
61+
@article{Verkerke:2003ir,
62+
author = "Verkerke, Wouter and Kirkby, David P.",
63+
editor = "Lyons, L. and Karagoz, Muge",
64+
title = "{The RooFit toolkit for data modeling}",
65+
eprint = "physics/0306116",
66+
archivePrefix = "arXiv",
67+
reportNumber = "CHEP-2003-MOLT007",
68+
journal = "eConf",
69+
volume = "C0303241",
70+
pages = "MOLT007",
71+
year = "2003"
72+
}
73+
4674
# Pythia8
4775
@article{Bierlich:2022pfr,
4876
author = "Bierlich, Christian and others",

paper/paper.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ instances via definition files.
170170
* **Bonus Episode: Building and Deploying an Apptainer Container to GitHub Packages**: Using GitHub
171171
actions to build an Apptainer container and share it via GitHub Container Registry (GHCR).
172172

173-
The examples and exercises use ROOT [@Brun:1997pa] and Python, which are widely used in the HEP and Nuclear
173+
The examples and exercises use ROOT [@Brun:1997pa, @Antcheva:2009zz] and Python, which are widely used in the HEP and Nuclear
174174
Physics communities. Students practice the usage of containers to run ROOT interactively through PyROOT,
175-
building containers with the Pythia8 [@Bierlich:2022pfr] event generator and the Uproot [@Pivarski_Uproot] library for
176-
reading ROOT files, and creating definition files that execute RooFit tutorials. In later episodes,
175+
building containers with the Pythia8 physics event generator [@Bierlich:2022pfr] and the Uproot library [@Pivarski_Uproot] for
176+
reading ROOT files, and creating definition files that execute RooFit tutorials [@Verkerke:2003ir]. In later episodes,
177177
participants deploy long-running services such as a Jupyter notebook server with ROOT support and
178178
learn to share data between the host and the container using bind mounts.
179179

0 commit comments

Comments
 (0)