G4ITTransportationManager Class Reference

#include <G4ITTransportationManager.hh>


Public Member Functions

G4ITNavigatorGetNavigatorForTracking ()

Static Public Member Functions

static void DeleteInstance ()
static G4ITTransportationManagerGetTransportationManager ()


Detailed Description

Definition at line 42 of file G4ITTransportationManager.hh.


Member Function Documentation

void G4ITTransportationManager::DeleteInstance (  )  [static]

Definition at line 53 of file G4ITTransportationManager.cc.

Referenced by G4ITStepProcessor::~G4ITStepProcessor().

00054 {
00055     if(fpInstance)
00056     {
00057         delete fpInstance;
00058         fpInstance = 0;
00059     }
00060 }

G4ITNavigator * G4ITTransportationManager::GetNavigatorForTracking (  ) 

Definition at line 77 of file G4ITTransportationManager.cc.

Referenced by G4ITTransportation::G4ITTransportation().

00078 {
00079     return fpNavigator;
00080 }

G4ITTransportationManager * G4ITTransportationManager::GetTransportationManager (  )  [static]

Definition at line 71 of file G4ITTransportationManager.cc.

Referenced by G4ITTransportation::G4ITTransportation(), and G4ITStepProcessor::Initialize().

00072 {
00073     if(fpInstance == 0) fpInstance = new G4ITTransportationManager;
00074     return fpInstance;
00075 }


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