Geant4
10.00.p01
|
G4ITTrackHolder is an empty interface that permits to push tracks to the IT system without actually depending on the IT tracking system. More...
#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 G4ThreadLocal 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 51 of file G4ITTrackHolder.hh.
|
protected |
Definition at line 44 of file G4ITTrackHolder.cc.
References fInstance.
|
protectedvirtual |
Definition at line 49 of file G4ITTrackHolder.cc.
|
virtual |
Definition at line 63 of file G4ITTrackHolder.cc.
|
static |
Definition at line 53 of file G4ITTrackHolder.cc.
References fInstance.
Referenced by G4DNAChemistryManager::CreateSolvatedElectron(), G4DNAChemistryManager::CreateWaterMolecule(), G4DNASecondOrderReaction::PostStepDoIt(), G4DNAChemistryManager::PushMolecule(), and G4DNAChemistryManager::PushMoleculeAtParentTimeAndPlace().
|
virtual |
Definition at line 58 of file G4ITTrackHolder.cc.
Referenced by G4DNAChemistryManager::CreateSolvatedElectron(), G4DNAChemistryManager::CreateWaterMolecule(), G4DNAChemistryManager::PushMolecule(), and G4DNAChemistryManager::PushMoleculeAtParentTimeAndPlace().
|
staticprotected |
Definition at line 56 of file G4ITTrackHolder.hh.
Referenced by G4ITTrackHolder(), and Instance().