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

modified: tracking/options/tracker_reconstruction.py

parent ea3bb1e1
No related branches found
No related tags found
1 merge request!45Some surfaces not fully working
......@@ -137,7 +137,7 @@ vtxcluster_trk_init = TrackParamVertexClusterInit("vtxcluster_trk_init",
# Tracking algorithms
trk_find_alg = TrackFindingAlgorithm("trk_find_alg",
inputSourceLinks = trk_hits_srclnkr.outputSourceLinks,
inputSourceLinks = sourcelinker.outputSourceLinks,
inputInitialTrackParameters= "InitTrackParams",#"InitTrackParamsFromClusters",
outputTrajectories="trajectories",
OutputLevel=DEBUG)
......@@ -149,7 +149,7 @@ parts_from_fit = ParticlesFromTrackFit("parts_from_fit",
OutputLevel=DEBUG)
trk_find_alg1 = TrackFindingAlgorithm("trk_find_alg1",
inputSourceLinks = trk_hits_srclnkr.outputSourceLinks,
inputSourceLinks = sourcelinker.outputSourceLinks,
inputInitialTrackParameters= "InitTrackParamsFromClusters",
outputTrajectories="trajectories1",
OutputLevel=DEBUG)
......@@ -161,7 +161,7 @@ parts_from_fit1 = ParticlesFromTrackFit("parts_from_fit1",
OutputLevel=DEBUG)
trk_find_alg2 = TrackFindingAlgorithm("trk_find_alg2",
inputSourceLinks = trk_hits_srclnkr.outputSourceLinks,
inputSourceLinks = sourcelinker.outputSourceLinks,
inputInitialTrackParameters= "InitTrackParamsFromVtxClusters",
outputTrajectories="trajectories2",
OutputLevel=DEBUG)
......
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