Skip to content

Avoid importing simulation-specific Cfg methods in non-simulation jobs (ATLASSIM-7061)

John Derek Chapman requested to merge jchapman/athena:FixATLASSIM-7061_main into main

The failure of the build of the Geant4 external today (ATLINFR-5235) caused some digitization jobs to fail as simulation-specific code was being imported during the configuration (ATLASSIM-7061).

The affected modules have been updated to only import simulation-specific Cfg methods during Simulation jobs.

Merge request reports