From 814dd31bffbcd518afd85639fe193c88e3190539 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 24 Aug 2021 08:58:10 -0500 Subject: [PATCH] modified: README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f2dfcc..dfdb67b 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,21 @@ See [the code comments for details](https://eicweb.phy.anl.gov/EIC/juggler/-/blo <a href="https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/jobs/277584/artifacts/file/results/track_finding/rec_multiple_tracks_nProtoTracks.png"> <img src="https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/jobs/277584/artifacts/raw/results/track_finding/rec_multiple_tracks_nProtoTracks.png?inline=false"/> </a> + #### Add parameter -https://eicweb.phy.anl.gov/EIC/juggler/-/issues/43 +Here is an an issue requesting a parameter to the algorithm: https://eicweb.phy.anl.gov/EIC/juggler/-/issues/43 + +*demonstrate how to do this...* + + +#### Use new parameter + +New issue in reconstruction_benchmarks: +https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/issues/63 + +We essentially need to a single line here: +https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/blob/master/benchmarks/track_finding/options/track_reconstruction.py#L133 + +*demonstrate how to add this* -- GitLab