57 return (
this==&right);
67 const std::map<G4String,G4AttDef>* attDefs =
GetAttDefs();
70 if (
G4AttCheck(attValues,attDefs).Check(
"G4VTrajectory::ShowTrajectory")) {
76 std::vector<G4AttValue>::iterator iAttVal;
77 for (iAttVal = attValues->begin();
78 iAttVal != attValues->end(); ++iAttVal) {
79 std::map<G4String,G4AttDef>::const_iterator iAttDef =
80 attDefs->find(iAttVal->GetName());
81 os <<
"\n " << iAttDef->second.GetDesc()
82 <<
" (" << iAttVal->GetName()
83 <<
"): " << iAttVal->GetValue();
96 if (
G4AttCheck(attValues,attDefs).Check(
"G4VTrajectory::ShowTrajectory")) {
100 for (iAttVal = attValues->begin();
101 iAttVal != attValues->end(); ++iAttVal) {
102 std::map<G4String,G4AttDef>::const_iterator iAttDef =
103 attDefs->find(iAttVal->GetName());
104 os <<
"\n " << iAttDef->second.GetDesc()
105 <<
" (" << iAttVal->GetName()
106 <<
"): " << iAttVal->GetValue();
118 if (0 != pVVisManager) {