Geant4
10.01.p02
|
#include <G4VTrackTerminator.hh>
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.
|
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().
|
protected |
Definition at line 65 of file G4VTrackTerminator.hh.
Referenced by G4VTrackTerminator(), G4ImportanceProcess::PostStepDoIt(), and G4WeightWindowProcess::PostStepDoIt().