66 const std::map<G4String, G4AttDef>* attDefs =
GetAttDefs();
70 if (
G4AttCheck(attValues, attDefs).Check(
"G4VTrajectory::ShowTrajectory")) {
76 for (
const auto& attValue : *attValues) {
77 auto iAttDef = attDefs->find(attValue.GetName());
78 os <<
"\n " << iAttDef->second.GetDesc() <<
" (" << attValue.GetName()
79 <<
"): " << attValue.GetValue();
93 if (
G4AttCheck(attValues, attDefs).Check(
"G4VTrajectory::ShowTrajectory")) {
97 for (
const auto& attValue : *attValues) {
98 const auto iAttDef = attDefs->find(attValue.GetName());
99 os <<
"\n " << iAttDef->second.GetDesc() <<
" (" << attValue.GetName()
100 <<
"): " << attValue.GetValue();