Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root-project/analysis-grand-challenge
The Analysis Grand Challenge benchmarks with ROOT
https://github.com/root-project/analysis-grand-challenge
Last synced: about 2 months ago
JSON representation
The Analysis Grand Challenge benchmarks with ROOT
- Host: GitHub
- URL: https://github.com/root-project/analysis-grand-challenge
- Owner: root-project
- License: mit
- Created: 2023-05-19T11:57:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T07:54:24.000Z (5 months ago)
- Last Synced: 2024-07-30T11:03:15.869Z (5 months ago)
- Language: Python
- Size: 1.97 MB
- Stars: 5
- Watchers: 5
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Analysis Grand Challenge implementations in modern ROOT
The analysis code can be found under [`analyses`](https://github.com/root-project/analysis-grand-challenge/tree/main/analyses/).
## About the Analysis Grand Challenge
The IRIS-HEP 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:- 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 stepsall done in a reproducible and preservable way that can scale to HL-LHC requirements.
The official AGC documentation can be found [at this link](https://agc.readthedocs.io/en/latest/index.html).