57 const std::map<G4String, G4AttDef>* attDefs =
GetAttDefs();
61 if (
G4AttCheck(attValues, attDefs).Check(
"G4VTrajectory::ShowTrajectory")) {
67 for (
const auto& attValue : *attValues) {
68 auto iAttDef = attDefs->find(attValue.GetName());
69 os <<
"\n " << iAttDef->second.GetDesc() <<
" (" << attValue.GetName()
70 <<
"): " << attValue.GetValue();
84 if (
G4AttCheck(attValues, attDefs).Check(
"G4VTrajectory::ShowTrajectory")) {
88 for (
const auto& attValue : *attValues) {
89 const auto iAttDef = attDefs->find(attValue.GetName());
90 os <<
"\n " << iAttDef->second.GetDesc() <<
" (" << attValue.GetName()
91 <<
"): " << attValue.GetValue();