From bd866ff5d63848d14d2c0f41178dce594701259f Mon Sep 17 00:00:00 2001 From: Alex Jentsch <ajentsch@bnl.gov> Date: Mon, 13 Sep 2021 20:10:14 +0000 Subject: [PATCH] RP hits still not showing up. --- 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 dad7a185..7b7877a1 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; }; -- GitLab