|
Geant4
10.00.p01
|
#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 53 of file G4VTrackTerminator.hh.
| G4VTrackTerminator::G4VTrackTerminator | ( | ) |
Definition at line 39 of file G4VTrackTerminator.cc.
References G4GeometryTolerance::GetInstance(), G4GeometryTolerance::GetSurfaceTolerance(), and kCarTolerance.
Here is the call graph for this function:
|
virtual |
Definition at line 44 of file G4VTrackTerminator.cc.
|
pure virtual |
Implemented in G4WeightWindowProcess, and G4ImportanceProcess.
|
pure virtual |
Implemented in G4WeightWindowProcess, and G4ImportanceProcess.
Referenced by G4SamplingPostStepAction::DoIt().
Here is the caller graph for this function:
|
protected |
Definition at line 65 of file G4VTrackTerminator.hh.
Referenced by G4VTrackTerminator(), G4ImportanceProcess::PostStepDoIt(), and G4WeightWindowProcess::PostStepDoIt().