|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VTrackTerminator.hh>
Inheritance diagram for G4VTrackTerminator:Public Member Functions | |
| G4VTrackTerminator () | |
| virtual | ~G4VTrackTerminator () |
| virtual void | KillTrack () const =0 |
| virtual const G4String & | GetName () const =0 |
Protected Attributes | |
| G4double | kCarTolerance |
Definition at line 52 of file G4VTrackTerminator.hh.
| G4VTrackTerminator::G4VTrackTerminator | ( | ) |
Definition at line 38 of file G4VTrackTerminator.cc.
Referenced by G4ImportanceProcess::G4ImportanceProcess(), and G4WeightWindowProcess::G4WeightWindowProcess().
|
virtual |
Definition at line 43 of file G4VTrackTerminator.cc.
|
pure virtual |
Implemented in G4ImportanceProcess, and G4WeightWindowProcess.
|
pure virtual |
Implemented in G4ImportanceProcess, and G4WeightWindowProcess.
|
protected |
Definition at line 64 of file G4VTrackTerminator.hh.
Referenced by G4VTrackTerminator(), G4ImportanceProcess::PostStepDoIt(), and G4WeightWindowProcess::PostStepDoIt().