diff --git a/benchmarks/roman_pots/preprocess_model_training_data.cxx b/benchmarks/roman_pots/preprocess_model_training_data.cxx
index 47d7e4c68f8ae52705cc3e89ad72fef5e3e15e58..5d327ac7d7511b5baecdbaca8045c30cbebfa6d6 100644
--- a/benchmarks/roman_pots/preprocess_model_training_data.cxx
+++ b/benchmarks/roman_pots/preprocess_model_training_data.cxx
@@ -100,10 +100,10 @@ void preprocess_model_training_data(TString inputFile, TString outputFile, TStri
             }
         }
 
-        double hit1minZ = 25099.0;
-        double hit1maxZ = 26022.0;
-        double hit2minZ = 27099.0;
-        double hit2maxZ = 28022.0;
+        double hit1minZ = 32547.3-923/2.0;
+        double hit1maxZ = 32547.3+923/2.0;
+        double hit2minZ = 34245.5-923/2.0;
+        double hit2maxZ = 34245.5+923/2.0;
 
         double rpHitLayerOne[3];
         double rpHitLayerTwo[3];