Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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

◆ DeleteInstance()

void G4ITTransportationManager::DeleteInstance ( )
static

Definition at line 53 of file G4ITTransportationManager.cc.

54{
55 if(fpInstance)
56 {
57 delete fpInstance;
58 fpInstance = 0;
59 }
60}

Referenced by G4ITStepProcessor::~G4ITStepProcessor().

◆ GetNavigatorForTracking()

G4ITNavigator * G4ITTransportationManager::GetNavigatorForTracking ( )

Definition at line 77 of file G4ITTransportationManager.cc.

78{
79 return fpNavigator;
80}

Referenced by G4ITTransportation::G4ITTransportation().

◆ GetTransportationManager()

G4ITTransportationManager * G4ITTransportationManager::GetTransportationManager ( )
static

Definition at line 71 of file G4ITTransportationManager.cc.

72{
73 if(fpInstance == 0) fpInstance = new G4ITTransportationManager;
74 return fpInstance;
75}

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


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