From 71d27e808af8aaa0c62aa25c2809d05023caa5bd Mon Sep 17 00:00:00 2001
From: Alex Jentsch <ajentsch@bnl.gov>
Date: Mon, 13 Sep 2021 21:57:45 +0000
Subject: [PATCH] Typo.

---
 benchmarks/far_forward/scripts/hits_far_forward_protons.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/far_forward/scripts/hits_far_forward_protons.cxx b/benchmarks/far_forward/scripts/hits_far_forward_protons.cxx
index 3ea8c7dd..bf525902 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()});
-      if(pos0.z() < 26500){result.push_back({pos0.x, pos0.y});} //roughly isolate to first layer
+      if(pos0.z < 26500){result.push_back({pos0.x, pos0.y});} //roughly isolate to first layer
     }
     return result;
   };
-- 
GitLab