Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ITTrackHolder.hh>
Public Member Functions | |
virtual void | PushTrack (G4Track *) |
virtual double | GetTimeStep () const |
Static Public Member Functions | |
static G4ITTrackHolder * | Instance () |
Protected Member Functions | |
G4ITTrackHolder () | |
virtual | ~G4ITTrackHolder () |
Static Protected Attributes | |
static G4ITTrackHolder * | fInstance |
G4ITTrackHolder is an empty interface that permits to push tracks to the IT system without actually depending on the IT tracking system. However, G4ITTrackHolder does not permit to retrieve any track.
Definition at line 49 of file G4ITTrackHolder.hh.
|
protected |
Definition at line 43 of file G4ITTrackHolder.cc.
|
protectedvirtual |
Definition at line 48 of file G4ITTrackHolder.cc.
|
virtual |
Definition at line 62 of file G4ITTrackHolder.cc.
|
static |
Definition at line 52 of file G4ITTrackHolder.cc.
Referenced by G4DNAChemistryManager::CreateSolvatedElectron(), G4DNAChemistryManager::CreateWaterMolecule(), G4DNASecondOrderReaction::PostStepDoIt(), G4DNAChemistryManager::PushMolecule(), and G4DNAChemistryManager::PushMoleculeAtParentTimeAndPlace().
|
virtual |
Definition at line 57 of file G4ITTrackHolder.cc.
Referenced by G4DNAChemistryManager::CreateSolvatedElectron(), G4DNAChemistryManager::CreateWaterMolecule(), G4DNAChemistryManager::PushMolecule(), and G4DNAChemistryManager::PushMoleculeAtParentTimeAndPlace().
|
staticprotected |
Definition at line 54 of file G4ITTrackHolder.hh.
Referenced by G4ITTrackHolder(), and Instance().