Skip to content

Moved Geant4 exception handler initialisation to Worker constructors.

Haakan Wennloef requested to merge movingExceptionHandler into master

Previously, when it was set in [GeometryBuilderGeant4] and [DepositionGeant4], the exception handler got overwritten with the default Geant4 one. This meant that Geant4 exceptions didn't get handled by the allpix::G4ExceptionHandler. This sorts that out.

Merge request reports