Skip to content

Exported GDML files stored reference addresses in name (GH PR44)

Simon Spannagel requested to merge fix_GDML_export into master

Exported GDML files stored reference addresses in name. When exporting a GDML file using GDMLOutputWriterModule and importing GDML back into allpix, the following error occurs:

-------- EEEE ------- G4Exception-START -------- EEEE ------- *** ExceptionHandler is not defined ***
*** G4Exception : ReadError
issued by : G4GDMLReadStructure::GetVolume()
Referenced volume 'world_log' was not found!
*** Fatal Exception ***
-------- EEEE ------- G4Exception-END -------- EEEE -------
Referenced volume 'world_log' was not found!

Solved by removing the addresses from the names during GDML export.

https://github.com/allpix-squared/allpix-squared/pull/44

Edited by Simon Spannagel

Merge request reports