Skip to content
Snippets Groups Projects
Commit 21bab2a4 authored by Alex Jentsch's avatar Alex Jentsch Committed by Alex Jentsch
Browse files

Another issue.

parent cc86cb9a
Branches
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ void b0_tracker_hits(const char* fname = "./sim_output/sim_forward_protons.root" ...@@ -75,7 +75,7 @@ void b0_tracker_hits(const char* fname = "./sim_output/sim_forward_protons.root"
return result; 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("xy_hit_pos", local_position, {"B0TrackerHits"})
.Define("x_pos", x_pos, {"xy_hit_pos"}) .Define("x_pos", x_pos, {"xy_hit_pos"})
.Define("y_pos", y_pos, {"xy_hit_pos"}); .Define("y_pos", y_pos, {"xy_hit_pos"});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment