Skip to content

Commit

Permalink
Updates to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eguiraud committed Jun 22, 2023
1 parent b3d2dba commit 6245ff9
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Analysis Grand Challenge (AGC) benchmarks with ROOT

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.
This includes
This includes:

- columnar data extraction from large datasets,
- processing of that data (event filtering, construction of observables, evaluation of systematic uncertainties) into histograms,
- statistical model construction and statistical inference,
- relevant visualizations for these steps,
- columnar data extraction from large datasets
- processing of that data (event filtering, construction of observables, evaluation of systematic uncertainties) into histograms
- statistical model construction and statistical inference
- visualizations for these steps

all done in a reproducible & preservable way that can scale to HL-LHC requirements.

The reference implementation of the workflows is hosted at https://github.com/iris-hep/analysis-grand-challenge. This repository demonstrates usage of ROOT facilities in the same type of benchmarks. The physics analyses code can be found in the `analyses` folder.
The official AGC documentation can be found [at this link](https://agc.readthedocs.io/en/latest/index.html).

This repository implements AGC analysis tasks using modern ROOT interfaces.

The physics analyses implementations can be found in the `analyses` folder.

0 comments on commit 6245ff9

Please sign in to comment.