30 fmt::print(
" {:<20} {:>15} {:>15} {:>15} {:>15} {:>15.3f} ({:4.2f},{:4.2f},{:4.2f})\n",
"", sec.Z, sec.A, sec.PDGCode,
31 fmt::format(
"{} ({})", sec.partID, sec.parentID), sec.GetGenMomentum(), sec.Coo[0], sec.Coo[1], sec.Coo[2]);
double GetGenMomentum() const
Get the particle generation momentum.
Simple struct to describe a MC particle.