Skip to content
Snippets Groups Projects
Commit 6e492f9a authored by John Chapman's avatar John Chapman Committed by John Derek Chapman
Browse files

Add initial version of G4AtlasActionInitialization

`G4AtlasActionInitialization` derives from `G4VUserActionInitialization`.
Classes based on  `G4VUserActionInitialization` are the recommended way
of initializing `G4UserActions` in Geant4MT. Switching to this approach
should make our Athena interface to Geant4 more standard. Currently the
class just wraps calls to the `UserActionSvc`. Ideally `G4RunActions`
would be initialized for the master thread also via the `BuildForMaster`
call. This functionality was missing in the current implementation, so
has not been added here in order to reproduce exactly the current behaviour.
Adding it requires significant refactoring which is best handled in a
separate merge request.
parent f23762a3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment