MCPcopy Create free account
hub / github.com/Geant4/geant4 / GetUserEventAction

Method GetUserEventAction

source/run/include/G4RunManager.hh:383–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 return userPrimaryGeneratorAction;
382 }
383 inline const G4UserEventAction* GetUserEventAction() const { return userEventAction; }
384 inline const G4UserStackingAction* GetUserStackingAction() const { return userStackingAction; }
385 inline const G4UserTrackingAction* GetUserTrackingAction() const { return userTrackingAction; }
386 inline const G4UserSteppingAction* GetUserSteppingAction() const { return userSteppingAction; }

Callers 10

StoreUserActionsMethod · 0.45
WorkerRunStartMethod · 0.45
DefineUserActionsMethod · 0.45
StoreUserActionsMethod · 0.45
InitializeMethod · 0.45
InitializeMethod · 0.45
SteppingActionMethod · 0.45
ComputeBlinesMethod · 0.45
UserSteppingActionMethod · 0.45
RecordDNADamageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected