Geant4-11
|
Public Member Functions | |
virtual void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
virtual void | UserSteppingAction (const G4Step *) |
def | UserSteppingAction (self, step) |
def | UserSteppingAction (self, step) |
Protected Attributes | |
G4SteppingManager * | fpSteppingManager = nullptr |
|
virtualinherited |
Reimplemented in G4MultiSteppingAction.
Definition at line 63 of file G4UserSteppingAction.cc.
References G4UserSteppingAction::fpSteppingManager.
Referenced by G4TrackingManager::SetUserAction().
|
inlinevirtualinherited |
Reimplemented in G4MSSteppingAction, G4AdjointSteppingAction, G4RTSteppingAction, G4MultiSteppingAction, and CB_G4UserSteppingAction.
Definition at line 56 of file G4UserSteppingAction.hh.
Referenced by export_G4UserSteppingAction(), G4SteppingManager::Stepping(), G4AdjointSteppingAction::UserSteppingAction(), and CB_G4UserSteppingAction::UserSteppingAction().
def test.MySteppingAction.UserSteppingAction | ( | self, | |
step | |||
) |
Definition at line 42 of file test.py.
References source.gApplyUICommand.
def test.MySteppingAction.UserSteppingAction | ( | self, | |
step | |||
) |
Definition at line 54 of file test.py.
|
protectedinherited |
Definition at line 60 of file G4UserSteppingAction.hh.
Referenced by G4UserSteppingAction::SetSteppingManagerPointer().