From 5f9a68f73a12ca6fb2da97519bcf12d857d9054f Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 12 Aug 2021 16:15:10 -0500 Subject: [PATCH] modified: benchmarks/tracking/options/tracker_reconstruction.py --- benchmarks/tracking/options/tracker_reconstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/tracking/options/tracker_reconstruction.py b/benchmarks/tracking/options/tracker_reconstruction.py index 2d1358ad..d3bdb425 100644 --- a/benchmarks/tracking/options/tracker_reconstruction.py +++ b/benchmarks/tracking/options/tracker_reconstruction.py @@ -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 ) -- GitLab