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

WIP: debug rcparticles usage when calling members

parent eeaa3aa6
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
...@@ -88,7 +88,7 @@ namespace util { ...@@ -88,7 +88,7 @@ namespace util {
const double py = 0.; const double py = 0.;
const double pz = 0.; const double pz = 0.;
const double mass = 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; return momenta;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment