Skip to content

Fixes for the GDML files to pass validation.

Andrei Gheata requested to merge fix_gdml_files into master

Most GDML files used by the tests in the gdml module were missing elements from the schema, such as material definition. Fixed this. The only file giving still validation errors is trackML due to repeated volume names, but the file can be correctly be read, so this is not critical.

Merge request reports