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

modified: options/track_reconstruction.py

parent 4e109fe5
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.
...@@ -141,8 +141,7 @@ algorithms.append( conformal_find ) ...@@ -141,8 +141,7 @@ algorithms.append( conformal_find )
sourcelinker = TrackerSourceLinker("sourcelinker", sourcelinker = TrackerSourceLinker("sourcelinker",
inputHitCollection=trk_hit_col.trackingHits, inputHitCollection=trk_hit_col.trackingHits,
outputSourceLinks="TrackSourceLinks", outputSourceLinks="TrackSourceLinks",
outputMeasurements="TrackMeasurements", outputMeasurements="TrackMeasurements")
OutputLevel=DEBUG)
algorithms.append( sourcelinker ) algorithms.append( sourcelinker )
## Track param init ## Track param init
......
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