Skip to content
Snippets Groups Projects
Commit 50d1fcd2 authored by Markus FRANK's avatar Markus FRANK Committed by MarkusFrankATcernch
Browse files

Adopt new naming convention for Geant4 assembly imprints to allow recuperation...

Adopt new naming convention for Geant4 assembly imprints to allow recuperation of mother/daughter copy numbers
parent 1bf2e19a
No related branches found
No related tags found
No related merge requests found
...@@ -107,13 +107,13 @@ void Geant4AssemblyVolume::imprint(Geant4GeometryInfo& info, ...@@ -107,13 +107,13 @@ void Geant4AssemblyVolume::imprint(Geant4GeometryInfo& info,
#endif #endif
pvName << "AV_" pvName << "AV_"
<< GetAssemblyID() << GetAssemblyID()
<< '#' << '!'
<< parent->GetName() << parent->GetName()
<< ':' << '#'
<< parent->GetNumber() << parent->GetNumber()
<< '#' << '!'
<< node->GetName() << node->GetName()
<< ':' << '#'
<< node->GetNumber() << node->GetNumber()
<< std::ends; << std::ends;
// Generate a new physical volume instance inside a mother // Generate a new physical volume instance inside a mother
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment