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

Fixed typo - still getting used to syntax.

parent a2e0d295
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ void b0_tracker_hits(const char* fname = "./sim_output/sim_forward_protons.root"
ROOT::RDataFrame d0(*t);
auto hits_eta = [&](const std::vector<dd4pod::TrackerHitData>& hits) {
auto hits_theta = [&](const std::vector<dd4pod::TrackerHitData>& hits) {
std::vector<double> result;
for (const auto& h : hits) {
ROOT::Math::XYZVector vec(h.position.x,h.position.y,h.position.z);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment