Skip to content
Snippets Groups Projects
Commit 9558fe58 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

TrackerSourceLinker instead of TrackerSourcesLinker when using collector

parent c4acfdfa
No related branches found
No related tags found
1 merge request!168Resolve "Remove obsolete algorithms from full simulations"
......@@ -510,10 +510,10 @@ trk_hit_col = TrackingHitsCollector("trk_hit_col",
algorithms.append(trk_hit_col)
# Hit Source linker
sourcelinker = TrackerSourcesLinker("trk_srcslnkr",
inputHitCollections = trk_hit_col.trackingHits,
outputSourceLinks = "TrackerSourceLinks",
outputMeasurements = "TrackerMeasurements")
sourcelinker = TrackerSourceLinker("trk_srcslnkr",
inputHitCollection = trk_hit_col.trackingHits,
outputSourceLinks = "TrackSourceLinks",
outputMeasurements = "TrackMeasurements")
algorithms.append(sourcelinker)
## Track param init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment