Geant4
10.00.p03
|
#include <G4ITTransportationManager.hh>
Public Member Functions | |
G4ITNavigator * | GetNavigatorForTracking () |
Static Public Member Functions | |
static void | DeleteInstance () |
static G4ITTransportationManager * | GetTransportationManager () |
Private Member Functions | |
G4ITTransportationManager () | |
~G4ITTransportationManager () | |
void | Initialize () |
Private Attributes | |
G4ITNavigator * | fpNavigator |
Static Private Attributes | |
static G4ThreadLocal G4ITTransportationManager * | fpInstance |
{Duplicated version of G4TransportationManager. This class just contains the pointer to the navigator object of the simulation.} More... | |
Definition at line 42 of file G4ITTransportationManager.hh.
|
private |
Definition at line 43 of file G4ITTransportationManager.cc.
References Initialize().
Referenced by GetTransportationManager().
|
private |
Definition at line 48 of file G4ITTransportationManager.cc.
References fpNavigator.
|
static |
Definition at line 53 of file G4ITTransportationManager.cc.
References fpInstance.
Referenced by G4ITStepProcessor::~G4ITStepProcessor().
G4ITNavigator * G4ITTransportationManager::GetNavigatorForTracking | ( | ) |
Definition at line 77 of file G4ITTransportationManager.cc.
References fpNavigator.
Referenced by G4ITTransportation::G4ITTransportation().
|
static |
Definition at line 71 of file G4ITTransportationManager.cc.
References fpInstance, and G4ITTransportationManager().
Referenced by G4ITTransportation::G4ITTransportation(), and G4ITStepProcessor::Initialize().
|
private |
Definition at line 62 of file G4ITTransportationManager.cc.
References G4ITNavigator::Activate(), fpNavigator, G4TransportationManager::GetNavigatorForTracking(), G4TransportationManager::GetTransportationManager(), G4Navigator::GetWorldVolume(), and G4ITNavigator::SetWorldVolume().
Referenced by G4ITTransportationManager().
|
staticprivate |
{Duplicated version of G4TransportationManager. This class just contains the pointer to the navigator object of the simulation.}
Definition at line 52 of file G4ITTransportationManager.hh.
Referenced by DeleteInstance(), and GetTransportationManager().
|
private |
Definition at line 54 of file G4ITTransportationManager.hh.
Referenced by GetNavigatorForTracking(), Initialize(), and ~G4ITTransportationManager().