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

modified: options/tracker_reconstruction.py

parent 9d4be192
No related branches found
No related tags found
1 merge request!100Improve tracking setup
......@@ -106,7 +106,7 @@ vtx_b_reco = TrackerHitReconstruction("vtx_b_reco",
inputHitCollection = vtx_b_digi.outputHitCollection,
outputHitCollection="VertexBarrelRecHits")
vtx_ec_reco = TrackerHitReconstruction("vtx_ec_digi",
vtx_ec_reco = TrackerHitReconstruction("vtx_ec_reco",
inputHitCollection = vtx_ec_digi.outputHitCollection,
outputHitCollection="VertexEndcapRecHits")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment