Skip to content
Snippets Groups Projects
Commit a70e9fe3 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: README.md

parent ec8064ac
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment