ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/transportation/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 52 of file G4VTrackTerminator.hh.
View newest version in sPHENIX GitHub at line 52 of file G4VTrackTerminator.hh
G4VTrackTerminator::G4VTrackTerminator | ( | ) |
Definition at line 38 of file G4VTrackTerminator.cc.
View newest version in sPHENIX GitHub at line 38 of file G4VTrackTerminator.cc
References G4GeometryTolerance::GetInstance(), G4GeometryTolerance::GetSurfaceTolerance(), and kCarTolerance.
|
virtual |
Definition at line 43 of file G4VTrackTerminator.cc.
View newest version in sPHENIX GitHub at line 43 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 64 of file G4VTrackTerminator.hh.
View newest version in sPHENIX GitHub at line 64 of file G4VTrackTerminator.hh
Referenced by G4VTrackTerminator(), G4ImportanceProcess::PostStepDoIt(), and G4WeightWindowProcess::PostStepDoIt().