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

modified: benchmarks/tracking/options/tracker_reconstruction.py

parent d9a62398
No related tags found
1 merge request!159Draft: Turned on debugging
......@@ -107,7 +107,7 @@ vtx_ec_reco = TrackerHitReconstruction("vtx_ec_reco",
algorithms.append( vtx_ec_reco )
trk_hit_col = TrackingHitsCollector2("trk_hit_col",
inputHits=[trk_b_reco.outputHitCollection, trk_ec_reco.outputHitCollection, vtx_b_reco.outputHitCollection, vtx_ec_reco.outputHitCollection],
inputTrackingHits=[trk_b_reco.outputHitCollection, trk_ec_reco.outputHitCollection, vtx_b_reco.outputHitCollection, vtx_ec_reco.outputHitCollection],
trackingHits="trackingHits")
algorithms.append( trk_hit_col )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment