Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UserSteppingAction.hh>
Public Member Functions | |
G4UserSteppingAction () | |
virtual | ~G4UserSteppingAction () |
void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
virtual void | UserSteppingAction (const G4Step *) |
Protected Attributes | |
G4SteppingManager * | fpSteppingManager |
Definition at line 51 of file G4UserSteppingAction.hh.
G4UserSteppingAction::G4UserSteppingAction | ( | ) |
Definition at line 49 of file G4UserSteppingAction.cc.
|
virtual |
Definition at line 68 of file G4UserSteppingAction.cc.
void G4UserSteppingAction::SetSteppingManagerPointer | ( | G4SteppingManager * | pValue | ) |
Definition at line 73 of file G4UserSteppingAction.cc.
Referenced by G4TrackingManager::SetUserAction().
Reimplemented in G4MSSteppingAction, G4AdjointSteppingAction, and G4RTSteppingAction.
Definition at line 65 of file G4UserSteppingAction.hh.
Referenced by G4SteppingManager::Stepping(), and G4AdjointSteppingAction::UserSteppingAction().
|
protected |
Definition at line 72 of file G4UserSteppingAction.hh.
Referenced by SetSteppingManagerPointer().