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

modified: options/tracker_reconstruction.py

parent 6bc3db01
No related branches found
No related tags found
1 merge request!28Updating options file.
This commit is part of merge request !28. Comments created here will be created in the context of that merge request.
......@@ -161,16 +161,18 @@ parts_from_fit1 = ParticlesFromTrackFit("parts_from_fit1",
outputTrackParameters="outputTrackParameters1",
OutputLevel=DEBUG)
#trk_find_alg2 = TrackFindingAlgorithm("trk_find_alg2",
# inputSourceLinks="BarrelSourceLinks",
trk_find_alg2 = TrackFindingAlgorithm("trk_find_alg2",
inputSourceLinks = trk_hits_srclnkr.outputSourceLinks,
inputMeasurements = trk_hits_srclnkr.outputMeasurements,
inputInitialTrackParameters= "InitTrackParams",#"InitTrackParamsFromClusters",
#inputInitialTrackParameters= "InitTrackParamsFromVtxClusters",
# outputTrajectories="trajectories2",
# OutputLevel=DEBUG)
#parts_from_fit2 = ParticlesFromTrackFit("parts_from_fit2",
# inputTrajectories="trajectories2",
# outputParticles="ReconstructedParticles2",
# outputTrackParameters="outputTrackParameters2",
# OutputLevel=DEBUG)
outputTrajectories="trajectories2",
OutputLevel=DEBUG)
parts_from_fit2 = ParticlesFromTrackFit("parts_from_fit2",
inputTrajectories="trajectories2",
outputParticles="ReconstructedParticles2",
outputTrackParameters="outputTrackParameters2",
OutputLevel=DEBUG)
#types = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment