diff --git a/DDG4/src/Geant4AssemblyVolume.cpp b/DDG4/src/Geant4AssemblyVolume.cpp index a5804f4b1d9f71eb611698aa12bf5d4607a751c9..0a9dc779bc724953def136d817db7d01657adb90 100644 --- a/DDG4/src/Geant4AssemblyVolume.cpp +++ b/DDG4/src/Geant4AssemblyVolume.cpp @@ -107,13 +107,13 @@ void Geant4AssemblyVolume::imprint(Geant4GeometryInfo& info, #endif pvName << "AV_" << GetAssemblyID() - << '#' + << '!' << parent->GetName() - << ':' + << '#' << parent->GetNumber() - << '#' + << '!' << node->GetName() - << ':' + << '#' << node->GetNumber() << std::ends; // Generate a new physical volume instance inside a mother