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

Method GetUserTrackingAction

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

Source from the content-addressed store, hash-verified

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; }
387
388 // Set the number of additional (optional) waiting stacks.

Callers 2

DefineUserActionsMethod · 0.45
StoreUserActionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected