Skip to content

Improvements in Geant4 Interface

Simon Spannagel requested to merge fix_g4_logging into master
  • First set up logging destinations, then starting to initialize geometry
  • Register exception handler with Geant4 to avoid them calling abort() causing a hard end. We handle the G4Exception by constructing and throwing a ModuleError with a descriptive message.

Merge request reports