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
* changed tab titles on docs
* changed funcx+pyhf typo
* added ipython to docs/requirements for python syntax highlighting
* rearranged to avoid warnings and fixed edit links
* added docs badge in readme
* added requirements.txt for event plotting notebook and got rid of unnecessary utils (removed tree printing)
* added other documentation link in readme
The Analysis Grand Challenge (AGC) is about performing the last steps in an analysis pipeline at scale to test workflows envisioned for the HL-LHC.
6
8
This includes
@@ -29,7 +31,7 @@ Additional information is available in two workshops focused on the AGC:
29
31
-[IRIS-HEP AGC Tools 2021 Workshop, Nov 3–4 2021](https://indico.cern.ch/e/agc-tools-workshop)
30
32
-[IRIS-HEP AGC Tools 2022 Workshop, April 25–26 2022](https://indico.cern.ch/e/agc-tools-2)
31
33
32
-
We also have a [dedicated webpage](https://iris-hep.org/grand-challenges.html).
34
+
We also have a [dedicated webpage](https://iris-hep.org/grand-challenges.html) and a [website for documentation](https://agc.readthedocs.io/en/latest/?badge=latest).
Copy file name to clipboardExpand all lines: docs/event-plotting/plotEvents.py
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@
15
15
16
16
# %% [markdown]
17
17
# # Plot $t\bar{t}$ Events
18
-
# ______
19
18
#
20
19
# This notebook allows one to visualize events, including jets and the genParticles they are matched to. Trees from events are also printed using the `printTrees` method in `utils`.
Copy file name to clipboardExpand all lines: docs/index.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,8 @@ More details: what is being investigated in the AGC context
67
67
* **New user interfaces**: Complementary services that present the analyst with a notebook-based interface. Example software: Jupyter.
68
68
* **Data access**: Services that provide quick access to the experiment’s official data sets, often allowing simple derivations and local caching for efficient access. Example software and services: ``Rucio``, ``ServiceX``, ``SkyHook``, ``iDDS``, ``RNTuple``.
69
69
* **Event selection**: Systems/frameworks allowing analysts to process entire datasets, select desired events, and calculate derived quantities. Example software and services: ``coffea``, ``awkward-array``, ``func_adl``, ``RDataFrame``.
70
-
Histogramming and summary statistics: Closely tied to the event selection, histogramming tools provide physicists with the ability to summarize the observed quantities in a dataset. Example software and services: ``coffea``, ``func_adl``, ``cabinetry``, ``hist``.
71
-
* **Statistical model building and fitting**: Tools that translate specifications for event selection, summary statistics, and histogramming quantities into statistical models, leveraging the capabilities above, and perform fits and statistical analysis with the resulting models. Example software and services: ``cabinetry``, ``pyhf``, ``FuncX``+``pyhf`` fitting service
70
+
* **Histogramming and summary statistics**: Closely tied to the event selection, histogramming tools provide physicists with the ability to summarize the observed quantities in a dataset. Example software and services: ``coffea``, ``func_adl``, ``cabinetry``, ``hist``.
71
+
* **Statistical model building and fitting**: Tools that translate specifications for event selection, summary statistics, and histogramming quantities into statistical models, leveraging the capabilities above, and perform fits and statistical analysis with the resulting models. Example software and services: ``cabinetry``, ``pyhf``, ``FuncX`` + ``pyhf`` fitting service
72
72
* **Reinterpretation / analysis preservation**: Standards for capturing the entire analysis workflow, and services to reuse the workflow which enables reinterpretation. Example software and services: ``REANA``, ``RECAST``.
73
73
74
74
Acknowledgements
@@ -79,7 +79,7 @@ This work was supported by the U.S. National Science Foundation (NSF) cooperativ
79
79
.. toctree::
80
80
:maxdepth:2
81
81
:titlesonly:
82
-
:caption:CMS AGC
82
+
:caption:ttbar with CMS Open Data
83
83
:glob:
84
84
85
85
cms-open-data-ttbar/ttbar_analysis_pipeline
@@ -90,7 +90,7 @@ This work was supported by the U.S. National Science Foundation (NSF) cooperativ
0 commit comments