Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UserTrackingAction.hh>
Public Member Functions | |
G4UserTrackingAction () | |
virtual | ~G4UserTrackingAction () |
void | SetTrackingManagerPointer (G4TrackingManager *pValue) |
virtual void | PreUserTrackingAction (const G4Track *) |
virtual void | PostUserTrackingAction (const G4Track *) |
Protected Attributes | |
G4TrackingManager * | fpTrackingManager |
Definition at line 54 of file G4UserTrackingAction.hh.
G4UserTrackingAction::G4UserTrackingAction | ( | ) |
Definition at line 45 of file G4UserTrackingAction.cc.
|
virtual |
Definition at line 64 of file G4UserTrackingAction.cc.
Reimplemented in G4RTTrackingAction.
Definition at line 69 of file G4UserTrackingAction.hh.
Referenced by G4TrackingManager::ProcessOneTrack().
Reimplemented in G4RTTrackingAction.
Definition at line 68 of file G4UserTrackingAction.hh.
Referenced by G4TrackingManager::ProcessOneTrack().
void G4UserTrackingAction::SetTrackingManagerPointer | ( | G4TrackingManager * | pValue | ) |
Definition at line 69 of file G4UserTrackingAction.cc.
Referenced by G4TrackingManager::SetUserAction().
|
protected |
Definition at line 76 of file G4UserTrackingAction.hh.
Referenced by SetTrackingManagerPointer().