diff --git a/benchmarks/far_forward/options/far_forward_reconstruction.py b/benchmarks/far_forward/options/far_forward_reconstruction.py
index 50420e8c0ba23117d2cc8f8ea1d07c189bfc118b..c5092c794a37a070323316241740ad7295e15f68 100644
--- a/benchmarks/far_forward/options/far_forward_reconstruction.py
+++ b/benchmarks/far_forward/options/far_forward_reconstruction.py
@@ -17,7 +17,7 @@ podioevent = EICDataSvc("EventDataSvc", inputs=input_sims, OutputLevel=WARNING)
 
 from Configurables import PodioInput
 
-from Configurables import Jug__Digi__SimTrackerHitCollector as SimTrackerHitCollector
+from Configurables import Jug__Digi__SimTrackerHitsCollector as SimTrackerHitsCollector
 from Configurables import Jug__Digi__SiliconTrackerDigi as TrackerDigi
 from Configurables import Jug__Reco__TrackerHitReconstruction as TrackerReco
 
@@ -50,7 +50,7 @@ podin = PodioInput("PodioReader", collections=sim_colls)
 algorithms.append(podin)
 
 ## Roman pots
-ffi_romanpot_coll = SimTrackerHitCollector("ffi_romanpot_coll",
+ffi_romanpot_coll = SimTrackerHitsCollector("ffi_romanpot_coll",
         inputSimTrackerHits = [
                 "ForwardRomanPotHits1",
                 "ForwardRomanPotHits2"],
@@ -73,7 +73,7 @@ ffi_romanpot_parts = FarForwardParticles("ffi_romanpot_parts",
 algorithms.append(ffi_romanpot_parts)
 
 ## Off momentum tracker
-ffi_offmtracker_coll = SimTrackerHitCollector("ffi_offmtracker_coll",
+ffi_offmtracker_coll = SimTrackerHitsCollector("ffi_offmtracker_coll",
         inputSimTrackerHits = [
                 "ForwardOffMTrackerHits1",
                 "ForwardOffMTrackerHits2",