G4ITTrackHolder Class Reference

#include <G4ITTrackHolder.hh>


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 G4ITTrackHolderfInstance


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 49 of file G4ITTrackHolder.hh.


Constructor & Destructor Documentation

G4ITTrackHolder::G4ITTrackHolder (  )  [protected]

Definition at line 43 of file G4ITTrackHolder.cc.

References fInstance.

00044 {
00045     fInstance = this;
00046 }

G4ITTrackHolder::~G4ITTrackHolder (  )  [protected, virtual]

Definition at line 48 of file G4ITTrackHolder.cc.

00049 {
00050 }


Member Function Documentation

double G4ITTrackHolder::GetTimeStep (  )  const [virtual]

Definition at line 62 of file G4ITTrackHolder.cc.

00063 {
00064     return 0;
00065 }

G4ITTrackHolder * G4ITTrackHolder::Instance (  )  [static]

Definition at line 52 of file G4ITTrackHolder.cc.

References fInstance.

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

00053 {
00054     return fInstance;
00055 }

void G4ITTrackHolder::PushTrack ( G4Track  )  [virtual]

Definition at line 57 of file G4ITTrackHolder.cc.

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

00058 {
00059     delete track;
00060 }


Field Documentation

G4ITTrackHolder * G4ITTrackHolder::fInstance [static, protected]

Definition at line 54 of file G4ITTrackHolder.hh.

Referenced by G4ITTrackHolder(), and Instance().


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:52:19 2013 for Geant4 by  doxygen 1.4.7