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

modified: benchmarks/track_finding/options/track_reconstruction.py

parent 34e16071
No related branches found
No related tags found
1 merge request!181Track Finding: Number of proto-tracks
This commit is part of merge request !181. Comments created here will be created in the context of that merge request.
...@@ -129,7 +129,7 @@ trk_hit_col = TrackingHitsCollector("trk_hit_col", ...@@ -129,7 +129,7 @@ trk_hit_col = TrackingHitsCollector("trk_hit_col",
OutputLevel=DEBUG) OutputLevel=DEBUG)
algorithms.append( trk_hit_col ) algorithms.append( trk_hit_col )
# Hit Source linker # track finding
conformal_find = ConformalXYPeakProtoTracks("conformal_find", conformal_find = ConformalXYPeakProtoTracks("conformal_find",
inputTrackerHits=trk_hit_col.trackingHits, inputTrackerHits=trk_hit_col.trackingHits,
outputProtoTracks="outputProtoTracks", outputProtoTracks="outputProtoTracks",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment