Skip to content

Fix clash between material and element names

ROOT has a problem with the gdml files written by Geant4, in cases where a material and an element have the same name.

It's necessary to manually rename the "Wolfram", "Lead" and "Silicon" materials (not elements) to something like "PureWolfram", "PureLead" and "PureSilicon" to distinguish them from the corresponding elements.

Merge request reports