|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UserSteppingAction.hh>
Inheritance diagram for G4UserSteppingAction:Public Member Functions | |
| G4UserSteppingAction () | |
| virtual | ~G4UserSteppingAction ()=default |
| virtual void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
| virtual void | UserSteppingAction (const G4Step *) |
Protected Attributes | |
| G4SteppingManager * | fpSteppingManager = nullptr |
Definition at line 44 of file G4UserSteppingAction.hh.
| G4UserSteppingAction::G4UserSteppingAction | ( | ) |
Definition at line 40 of file G4UserSteppingAction.cc.
Referenced by G4AdjointSteppingAction::SetUserAdjointSteppingAction(), and G4AdjointSteppingAction::SetUserForwardSteppingAction().
|
virtualdefault |
|
virtual |
Reimplemented in G4MultiSteppingAction.
Definition at line 57 of file G4UserSteppingAction.cc.
Referenced by G4TrackingManager::SetUserAction().
|
inlinevirtual |
Reimplemented in G4AdjointSteppingAction, G4MSSteppingAction, G4MultiSteppingAction, and G4RTSteppingAction.
Definition at line 55 of file G4UserSteppingAction.hh.
Referenced by G4SteppingManager::Stepping().
|
protected |
Definition at line 58 of file G4UserSteppingAction.hh.
Referenced by SetSteppingManagerPointer().