Skip to content
Snippets Groups Projects
Commit eeaa3aa6 authored by Ziyue Zhang's avatar Ziyue Zhang
Browse files

WIP: debug rcparticles usage when calling members

parent 21a0bb1d
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ namespace util {
const double py = 0.;
const double pz = 0.;
const double mass = 0.;*/
return ROOT::Math::PxPyPzMVector{part.p.x, part.p.y, part.p.z, part.mass()};
return ROOT::Math::PxPyPzMVector{part.p().x(), part.p().y(), part.p().z(), part.mass()};
});
return momenta;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment