diff --git a/benchmarks/far_forward/scripts/hits_far_forward_protons.cxx b/benchmarks/far_forward/scripts/hits_far_forward_protons.cxx
index dad7a1859357bf3089ca1e92cb239d83666b20c2..7b7877a170fa0bfa9619a4d22f1099133395aad6 100644
--- a/benchmarks/far_forward/scripts/hits_far_forward_protons.cxx
+++ b/benchmarks/far_forward/scripts/hits_far_forward_protons.cxx
@@ -95,7 +95,7 @@ auto local_position = [](const std::vector<dd4pod::TrackerHitData>& hits) {
       //auto pos1 = cellid_converter.position(h.cellID);
      
       //result.push_back({pos0.x / 10.0 - pos1.x(), pos0.y / 10.0 - pos1.y()});
-      result.push_back({pos0.x - local_x_offset, pos0.y});
+      result.push_back({pos0.x, pos0.y});
     }
     return result;
   };