|
3 | 3 | [](https://doi.org/10.5281/zenodo.7274936)
|
4 | 4 | [](https://agc.readthedocs.io/en/latest/?badge=latest)
|
5 | 5 |
|
| 6 | +**Interested in other AGC-related projects?** See [list below](#agc-implementations-and-related-projects). |
6 | 7 |
|
7 | 8 | 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.
|
8 | 9 | This includes
|
@@ -45,16 +46,28 @@ We believe that the AGC can be useful in various contexts:
|
45 | 46 | - realistic environment to prototype analysis workflows,
|
46 | 47 | - functionality, integration & performance test for analysis facilities.
|
47 | 48 |
|
48 |
| -We are very interested in seeing (parts of) the AGC implemented in different ways! |
49 |
| -Besides the implementation in this repository, have a look at |
50 |
| - |
51 |
| -- a ROOT RDataFrame-based implementation: [root-project/analysis-grand-challenge](https://github.com/root-project/analysis-grand-challenge), |
52 |
| -- a pure Julia implementation: [Moelf/LHC_AGC.jl](https://github.com/Moelf/LHC_AGC.jl). |
53 |
| -- a columnflow implementation: [columnflow/agc_cms_ttbar](https://github.com/columnflow/agc_cms_ttbar). |
54 |
| - |
| 49 | +We are very interested in seeing (parts of) the AGC implemented in different ways. |
55 | 50 | Please get in touch if you have investigated other approaches you would like to share!
|
56 | 51 | There is no need to implement the full analysis task — it splits into pieces (for example the production of histograms) that can also be tackled individually.
|
57 | 52 |
|
| 53 | +## AGC implementations and related projects |
| 54 | + |
| 55 | +Besides the implementation in this repository, have a look at the following implementations as well: |
| 56 | + |
| 57 | +- ROOT RDataFrame-based implementation: [root-project/analysis-grand-challenge](https://github.com/root-project/analysis-grand-challenge) |
| 58 | +- pure Julia implementation: [Moelf/LHC_AGC.jl](https://github.com/Moelf/LHC_AGC.jl) |
| 59 | +- columnflow implementation: [columnflow/agc_cms_ttbar](https://github.com/columnflow/agc_cms_ttbar) |
| 60 | + |
| 61 | +Additional related projects are listed below. |
| 62 | +Are we missing some things in this list? |
| 63 | +Please get in touch! |
| 64 | + |
| 65 | +- AGC on REANA with Snakemake: [iris-hep/agc-reana](https://github.com/iris-hep/agc-reana) |
| 66 | +- small demo of AGC with `dask-awkward` and `coffea` 2024: [iris-hep/calver-coffea-agc-demo](https://github.com/iris-hep/calver-coffea-agc-demo/) |
| 67 | +- columnar analysis with ATLAS PHYSLITE Open Data: [iris-hep/agc-physlite](https://github.com/iris-hep/agc-physlite/) |
| 68 | +- exploring automatic differentiation for physics analysis: [iris-hep/agc-autodiff](https://github.com/iris-hep/agc-autodiff/) |
| 69 | +- AGC data processing with RNTuple files: [iris-hep/agc-rntuple](https://github.com/iris-hep/agc-rntuple) |
| 70 | + |
58 | 71 | ## More details: what is being investigated in the AGC context
|
59 | 72 |
|
60 | 73 | - New user interfaces: Complementary services that present the analyst with a notebook-based interface. Example software: Jupyter.
|
|
0 commit comments