From 7419e855bb1965b31faab4865107daa87c152a4a Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Fri, 13 Nov 2020 16:32:20 -0600 Subject: [PATCH] Updated readme --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/README.md b/README.md index faaa47d8..0ea7a225 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,41 @@ Reconstruction Benchmarks for the EIC [](https://eicweb.phy.anl.gov/EIC/reconstruction_benchmarks/-/commits/master) +## Benchmarks + +### Clustering + +Located in `clustering` directory. +- Barrel Clusters (`clustering/barrel_clusters.sh`) + +### EM Calorimetry + +Located in `clustering` directory. +- Crystal Calorimeter electron reconstruction (`ecal/emcal_electrons.sh`) +- Crystal Calorimeter pi0 reconstruction (`ecal/emcal_pi0s.sh`) + +Todo: +- ECal endcaps/barrel calorimetry +- Crystal calorimeter/endcap/barrel energy reconstruction efficiency + +### Tracking + +Located in `tracking` directory. +- Central (barrel) electron track reconstruction (`tracking/central_electrons.sh`) + +Todo: +- Endcap electron tracks. +- TOF PID with UFSD + +### RICH + +Located in `rich` directory. +- PID of forward hadrons -- kaons/pions/protons (`rich/forward_hadrons.sh`) + +Todo: +- detailed K/pi separation + + ## Adding new benchmarks ### Pass/Fail tests @@ -11,3 +46,13 @@ Reconstruction Benchmarks for the EIC - Any non-zero value will be considered failure. - Script + +### Junit reports via gitlab API + +Example: + +``` +curl "https://eicweb.phy.anl.gov/api/v4/projects/18/pipelines/4832/test_report" +``` + + -- GitLab