Geant4-11
|
#include <G4UserSteppingAction.hh>
Public Member Functions | |
G4UserSteppingAction () | |
virtual void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
virtual void | UserSteppingAction (const G4Step *) |
virtual | ~G4UserSteppingAction () |
Protected Attributes | |
G4SteppingManager * | fpSteppingManager = nullptr |
Definition at line 44 of file G4UserSteppingAction.hh.
G4UserSteppingAction::G4UserSteppingAction | ( | ) |
Definition at line 39 of file G4UserSteppingAction.cc.
References FatalException, G4Exception(), and G4ParticleTable::GetParticleTable().
|
virtual |
Definition at line 57 of file G4UserSteppingAction.cc.
|
virtual |
Reimplemented in G4MultiSteppingAction.
Definition at line 63 of file G4UserSteppingAction.cc.
References fpSteppingManager.
Referenced by G4TrackingManager::SetUserAction().
|
inlinevirtual |
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().
|
protected |
Definition at line 60 of file G4UserSteppingAction.hh.
Referenced by SetSteppingManagerPointer().