Geant4  10.00.p02
G4ITTrackHolder Class Reference

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>

+ Collaboration diagram for G4ITTrackHolder:

Public Member Functions

virtual void PushTrack (G4Track *)
 
virtual double GetTimeStep () const
 

Static Public Member Functions

static G4ITTrackHolderInstance ()
 

Protected Member Functions

 G4ITTrackHolder ()
 
virtual ~G4ITTrackHolder ()
 

Static Protected Attributes

static G4ThreadLocal
G4ITTrackHolder
fInstance
 

Detailed Description

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.

Constructor & Destructor Documentation

G4ITTrackHolder::G4ITTrackHolder ( )
protected

Definition at line 44 of file G4ITTrackHolder.cc.

References fInstance.

G4ITTrackHolder::~G4ITTrackHolder ( )
protectedvirtual

Definition at line 49 of file G4ITTrackHolder.cc.

Member Function Documentation

double G4ITTrackHolder::GetTimeStep ( ) const
virtual

Definition at line 63 of file G4ITTrackHolder.cc.

G4ITTrackHolder * G4ITTrackHolder::Instance ( void  )
static

Definition at line 53 of file G4ITTrackHolder.cc.

References fInstance.

Referenced by G4DNAChemistryManager::CreateSolvatedElectron(), G4DNAChemistryManager::CreateWaterMolecule(), G4DNASecondOrderReaction::PostStepDoIt(), G4DNAChemistryManager::PushMolecule(), and G4DNAChemistryManager::PushMoleculeAtParentTimeAndPlace().

+ Here is the caller graph for this function:

void G4ITTrackHolder::PushTrack ( G4Track track)
virtual

Definition at line 58 of file G4ITTrackHolder.cc.

Referenced by G4DNAChemistryManager::CreateSolvatedElectron(), G4DNAChemistryManager::CreateWaterMolecule(), G4DNAChemistryManager::PushMolecule(), and G4DNAChemistryManager::PushMoleculeAtParentTimeAndPlace().

+ Here is the caller graph for this function:

Member Data Documentation

G4ThreadLocal G4ITTrackHolder * G4ITTrackHolder::fInstance
staticprotected

Definition at line 56 of file G4ITTrackHolder.hh.

Referenced by G4ITTrackHolder(), and Instance().


The documentation for this class was generated from the following files: