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

WIP: Try out Dummy

parent 33d71195
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ namespace util { ...@@ -83,7 +83,7 @@ namespace util {
std::vector<ROOT::Math::PxPyPzMVector> momenta{parts.size()}; std::vector<ROOT::Math::PxPyPzMVector> momenta{parts.size()};
// transform our raw tracker info into proper 4-momenta // transform our raw tracker info into proper 4-momenta
std::transform(parts.begin(), parts.end(), momenta.begin(), [](const auto& part) { std::transform(parts.begin(), parts.end(), momenta.begin(), [](const auto& part) {
eic::VectorXYZ p = part.p; eic::VectorXYZ p = part.p();
const double px = 0.; const double px = 0.;
const double py = 0.; const double py = 0.;
const double pz = 0.; const double pz = 0.;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment