From a70e9fe37737ba6bf53cc45fcbe2075464708437 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Tue, 24 Aug 2021 10:03:45 -0500
Subject: [PATCH] 	modified:   README.md

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4a9ff5e..01d63dc 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. 
 
 
 
-- 
GitLab