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

Method SetUserAction

source/run/src/G4RunManager.cc:981–984  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

979
980// --------------------------------------------------------------------
981void G4RunManager::SetUserAction(G4UserRunAction* userAction)
982{
983 userRunAction = userAction;
984}
985
986// --------------------------------------------------------------------
987void G4RunManager::SetUserAction(G4VUserPrimaryGeneratorAction* userAction)

Callers 8

StoreUserActionsMethod · 0.45
RestoreUserActionsMethod · 0.45
StoreUserActionsMethod · 0.45
RestoreUserActionsMethod · 0.45
WorkerRunStartMethod · 0.45
WorkerRunEndMethod · 0.45
StoreUserActionsMethod · 0.45
RestoreUserActionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected