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

modified: tracking/options/tracker_reconstruction.py

parent b293d078
Branches
No related tags found
1 merge request!34Added minHitRadius for vertex cluster seeding
...@@ -114,6 +114,7 @@ vtxcluster_trk_init = TrackParamVertexClusterInit("vtxcluster_trk_init", ...@@ -114,6 +114,7 @@ vtxcluster_trk_init = TrackParamVertexClusterInit("vtxcluster_trk_init",
inputVertexHits="VertexBarrelRecHits", inputVertexHits="VertexBarrelRecHits",
inputClusters="SimpleClusters", inputClusters="SimpleClusters",
outputInitialTrackParameters="InitTrackParamsFromVtxClusters", outputInitialTrackParameters="InitTrackParamsFromVtxClusters",
maxHitRadius=40.0*units.mm,
OutputLevel=DEBUG) OutputLevel=DEBUG)
# Tracking algorithms # Tracking algorithms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment