diff --git a/benchmarks/tof/options/track_reconstruction.py b/benchmarks/tof/options/track_reconstruction.py
index ca73db662a574a14bf530b18ade652245a6135dd..e0638d2f333fff7b996428a1e2957293a729745f 100644
--- a/benchmarks/tof/options/track_reconstruction.py
+++ b/benchmarks/tof/options/track_reconstruction.py
@@ -126,7 +126,7 @@ else:
 
 tof_b_reco = TrackerHitReconstruction("tof_b_reco",
         inputHitCollection=tof_b_digi.outputHitCollection,
-        outputHitCollection="BarrelTOFRecHits")
+        outputHitCollection="TOFBarrelRecHits")
 algorithms.append(tof_b_reco)
 
 gem_ec_reco = TrackerHitReconstruction("gem_ec_reco",