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
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
......@@ -114,6 +114,7 @@ vtxcluster_trk_init = TrackParamVertexClusterInit("vtxcluster_trk_init",
inputVertexHits="VertexBarrelRecHits",
inputClusters="SimpleClusters",
outputInitialTrackParameters="InitTrackParamsFromVtxClusters",
maxHitRadius=40.0*units.mm,
OutputLevel=DEBUG)
# Tracking algorithms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment