diff --git a/README.md b/README.md index 4a9ff5efaaabd3ea4500d282d4af98b555031115..01d63dcad583aeae98d7e595f341cb5278b314de 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ The basic tasks for adding a new algorithm are: ### Example: `ConformalXYPeakProtoTracks` Builds proto-tracks based on the conformal mapping in the XY plane of circles to lines. -See [the code comments for details](https://eicweb.phy.anl.gov/EIC/juggler/-/blob/master/JugTrack/src/components/ConformalXYPeakProtoTracks.cpp#L28). +See [the code in this commit for details](https://eicweb.phy.anl.gov/EIC/juggler/-/blob/7bea6564a483c944399543cfd13a4a963a76f471/JugTrack/src/components/ConformalXYPeakProtoTracks.cpp#L28). <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"/> @@ -215,6 +215,14 @@ you would run the script from the top level directory. bash benchmarks/track_finding/multiple_tracks.sh ``` +#### "Options" files + +The curious reader will have already looked at the +[options file](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/blob/master/benchmarks/track_finding/options/track_reconstruction.py) +to find this orchestrates all the algorithms. + +Note that in future, we anticipate moving away from "options" files in favor of a pure python solution. +The files will essentially look the same aside from some initial boiler plate.