From cab2b05c5aadbc7c96795481623883d55fc80b9a Mon Sep 17 00:00:00 2001 From: Alexander Jentsch <ajentsch@bnl.gov> Date: Wed, 11 Aug 2021 11:09:30 -0400 Subject: [PATCH] Another issue. --- benchmarks/b0_tracker/scripts/b0_tracker_hits.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/b0_tracker/scripts/b0_tracker_hits.cxx b/benchmarks/b0_tracker/scripts/b0_tracker_hits.cxx index 352944af..c2d51285 100644 --- a/benchmarks/b0_tracker/scripts/b0_tracker_hits.cxx +++ b/benchmarks/b0_tracker/scripts/b0_tracker_hits.cxx @@ -75,7 +75,7 @@ void b0_tracker_hits(const char* fname = "./sim_output/sim_forward_protons.root" return result; }; - auto d1 = d0.Define("nhits", nhits, {"B0TrackerHits"}) + auto d1 = d0.Define("nhits", hits_theta, {"B0TrackerHits"}) .Define("xy_hit_pos", local_position, {"B0TrackerHits"}) .Define("x_pos", x_pos, {"xy_hit_pos"}) .Define("y_pos", y_pos, {"xy_hit_pos"}); -- GitLab