Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UserSteppingAction.hh>
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.
|
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(), and G4AdjointSteppingAction::UserSteppingAction().
|
protected |
Definition at line 58 of file G4UserSteppingAction.hh.
Referenced by SetSteppingManagerPointer().