Skip to content
Snippets Groups Projects
Commit 872a6436 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Update track_reconstruction.py

parent ed492b16
No related branches found
No related tags found
1 merge request!196Verbose output from CKF
......@@ -148,8 +148,7 @@ trk_find_alg = TrackFindingAlgorithm("trk_find_alg",
inputSourceLinks = sourcelinker.outputSourceLinks,
inputMeasurements = sourcelinker.outputMeasurements,
inputInitialTrackParameters= "InitTrackParams",#"InitTrackParamsFromClusters",
outputTrajectories="trajectories")
OutputLevel=VERBOSE)
outputTrajectories="trajectories", OutputLevel=VERBOSE)
algorithms.append( trk_find_alg )
parts_from_fit = ParticlesFromTrackFit("parts_from_fit",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment