From a0e2dbd72b8f114ca6f22f48363f5ae9150bfbb0 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 24 Aug 2021 09:37:51 -0500 Subject: [PATCH] modified: README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index dfdb67b..2183575 100644 --- a/README.md +++ b/README.md @@ -197,3 +197,16 @@ https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/blob/maste *demonstrate how to add this* +#### Looking closer + +The options file above is trigger by the CI via, +1. [`.gitlab-ci.yml`](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/blob/master/.gitlab-ci.yml#L67) +2. [`benchmarks/track_finding/config.yml`](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/blob/master/benchmarks/track_finding/config.yml#L6 ) +3. [`benchmarks/track_finding/multiple_tracks.sh`](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/blob/master/benchmarks/track_finding/multiple_tracks.sh) + +The last script is worth looking closer as it does everything... +- First it generates some events with script +- Then it runs Geant4 +- Then it runs juggler. + + -- GitLab