diff --git a/benchmarks/tracking/options/tracker_reconstruction.py b/benchmarks/tracking/options/tracker_reconstruction.py
index 2d1358ad39ae273e69d6069385b12b73d04335f5..d3bdb42564144ba119ccf94bae4286cfe531d223 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 )