From 6245ff9c186cb723035c215313c6d4138bcd99cd Mon Sep 17 00:00:00 2001 From: Enrico Guiraud Date: Thu, 22 Jun 2023 11:40:45 -0600 Subject: [PATCH] Updates to README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3a56aa2..466708c 100644 --- a/README.md +++ b/README.md @@ -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.