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", ...@@ -137,7 +137,7 @@ vtxcluster_trk_init = TrackParamVertexClusterInit("vtxcluster_trk_init",
# Tracking algorithms # Tracking algorithms
trk_find_alg = TrackFindingAlgorithm("trk_find_alg", trk_find_alg = TrackFindingAlgorithm("trk_find_alg",
inputSourceLinks = trk_hits_srclnkr.outputSourceLinks, inputSourceLinks = sourcelinker.outputSourceLinks,
inputInitialTrackParameters= "InitTrackParams",#"InitTrackParamsFromClusters", inputInitialTrackParameters= "InitTrackParams",#"InitTrackParamsFromClusters",
outputTrajectories="trajectories", outputTrajectories="trajectories",
OutputLevel=DEBUG) OutputLevel=DEBUG)
...@@ -149,7 +149,7 @@ parts_from_fit = ParticlesFromTrackFit("parts_from_fit", ...@@ -149,7 +149,7 @@ parts_from_fit = ParticlesFromTrackFit("parts_from_fit",
OutputLevel=DEBUG) OutputLevel=DEBUG)
trk_find_alg1 = TrackFindingAlgorithm("trk_find_alg1", trk_find_alg1 = TrackFindingAlgorithm("trk_find_alg1",
inputSourceLinks = trk_hits_srclnkr.outputSourceLinks, inputSourceLinks = sourcelinker.outputSourceLinks,
inputInitialTrackParameters= "InitTrackParamsFromClusters", inputInitialTrackParameters= "InitTrackParamsFromClusters",
outputTrajectories="trajectories1", outputTrajectories="trajectories1",
OutputLevel=DEBUG) OutputLevel=DEBUG)
...@@ -161,7 +161,7 @@ parts_from_fit1 = ParticlesFromTrackFit("parts_from_fit1", ...@@ -161,7 +161,7 @@ parts_from_fit1 = ParticlesFromTrackFit("parts_from_fit1",
OutputLevel=DEBUG) OutputLevel=DEBUG)
trk_find_alg2 = TrackFindingAlgorithm("trk_find_alg2", trk_find_alg2 = TrackFindingAlgorithm("trk_find_alg2",
inputSourceLinks = trk_hits_srclnkr.outputSourceLinks, inputSourceLinks = sourcelinker.outputSourceLinks,
inputInitialTrackParameters= "InitTrackParamsFromVtxClusters", inputInitialTrackParameters= "InitTrackParamsFromVtxClusters",
outputTrajectories="trajectories2", outputTrajectories="trajectories2",
OutputLevel=DEBUG) OutputLevel=DEBUG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment