|
Geant4
10.01.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 <G4VITTrackHolder.hh>
Inheritance diagram for G4VITTrackHolder:
Collaboration diagram for G4VITTrackHolder:Public Member Functions | |
| virtual void | Push (G4Track *) |
| virtual size_t | GetNTracks () |
Static Public Member Functions | |
| static G4VITTrackHolder * | Instance () |
Protected Member Functions | |
| G4VITTrackHolder () | |
| virtual | ~G4VITTrackHolder () |
Static Protected Attributes | |
| static G4ThreadLocal G4VITTrackHolder * | 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 61 of file G4VITTrackHolder.hh.
|
protected |
Definition at line 45 of file G4VITTrackHolder.cc.
References fInstance.
|
protectedvirtual |
Definition at line 50 of file G4VITTrackHolder.cc.
References fInstance.
|
inlinevirtual |
Reimplemented in G4ITTrackHolder.
Definition at line 71 of file G4VITTrackHolder.hh.
|
static |
Definition at line 55 of file G4VITTrackHolder.cc.
References fInstance.
Referenced by G4DNAChemistryManager::CreateSolvatedElectron(), G4DNAChemistryManager::CreateWaterMolecule(), G4DNAChemistryManager::PushMolecule(), G4DNAChemistryManager::PushMoleculeAtParentTimeAndPlace(), and G4ITGun::PushTrack().
Here is the caller graph for this function:
|
virtual |
Reimplemented in G4ITTrackHolder.
Definition at line 61 of file G4VITTrackHolder.cc.
Referenced by G4DNAChemistryManager::CreateSolvatedElectron(), G4DNAChemistryManager::CreateWaterMolecule(), G4DNAChemistryManager::PushMolecule(), G4DNAChemistryManager::PushMoleculeAtParentTimeAndPlace(), and G4ITGun::PushTrack().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 66 of file G4VITTrackHolder.hh.
Referenced by G4VITTrackHolder(), Instance(), and ~G4VITTrackHolder().