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

Method GetUserStackingAction

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

Source from the content-addressed store, hash-verified

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; }
387

Callers 5

StoreUserActionsMethod · 0.45
WorkerRunStartMethod · 0.45
DefineUserActionsMethod · 0.45
StoreUserActionsMethod · 0.45
ComputeBlinesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected