Geant4-11
|
#include <G4ITTransportationManager.hh>
Public Member Functions | |
G4int | ActivateNavigator (G4ITNavigator *aNavigator) |
void | DeActivateNavigator (G4ITNavigator *aNavigator) |
void | DeRegisterNavigator (G4ITNavigator *aNavigator) |
std::vector< G4ITNavigator * >::iterator | GetActiveNavigatorsIterator () |
G4ITNavigator * | GetNavigator (const G4String &worldName) |
G4ITNavigator * | GetNavigator (G4VPhysicalVolume *aWorld) |
G4ITNavigator * | GetNavigatorForTracking () const |
size_t | GetNoActiveNavigators () const |
size_t | GetNoWorlds () const |
G4VPhysicalVolume * | GetParallelWorld (const G4String &worldName) |
G4ITSafetyHelper * | GetSafetyHelper () const |
std::vector< G4VPhysicalVolume * >::iterator | GetWorldsIterator () |
void | InactivateAll () |
G4VPhysicalVolume * | IsWorldExisting (const G4String &worldName) |
G4bool | RegisterWorld (G4VPhysicalVolume *aWorld) |
void | SetWorldForTracking (G4VPhysicalVolume *theWorld) |
Static Public Member Functions | |
static void | DeleteInstance () |
static G4ITTransportationManager * | GetTransportationManager () |
Private Member Functions | |
void | ClearNavigators () |
void | DeRegisterWorld (G4VPhysicalVolume *aWorld) |
G4ITTransportationManager () | |
void | Initialize () |
~G4ITTransportationManager () | |
Private Attributes | |
std::vector< G4ITNavigator * > | fActiveNavigators |
std::vector< G4ITNavigator * > | fNavigators |
G4ITSafetyHelper * | fpSafetyHelper |
std::vector< G4VPhysicalVolume * > | fWorlds |
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 61 of file G4ITTransportationManager.hh.
|
private |
Definition at line 45 of file G4ITTransportationManager.cc.
References Initialize().
Referenced by GetTransportationManager().
|
private |
Definition at line 50 of file G4ITTransportationManager.cc.
References ClearNavigators(), and fpSafetyHelper.
G4int G4ITTransportationManager::ActivateNavigator | ( | G4ITNavigator * | aNavigator | ) |
Definition at line 267 of file G4ITTransportationManager.cc.
References fActiveNavigators, fNavigators, G4Exception(), and JustWarning.
|
private |
Definition at line 71 of file G4ITTransportationManager.cc.
References fActiveNavigators, fNavigators, and fWorlds.
Referenced by ~G4ITTransportationManager().
void G4ITTransportationManager::DeActivateNavigator | ( | G4ITNavigator * | aNavigator | ) |
Definition at line 305 of file G4ITTransportationManager.cc.
References fActiveNavigators, fNavigators, G4Exception(), and JustWarning.
|
static |
Definition at line 56 of file G4ITTransportationManager.cc.
References fpInstance.
void G4ITTransportationManager::DeRegisterNavigator | ( | G4ITNavigator * | aNavigator | ) |
Definition at line 228 of file G4ITTransportationManager.cc.
References DeRegisterWorld(), FatalException, fNavigators, G4Exception(), and JustWarning.
|
private |
Definition at line 406 of file G4ITTransportationManager.cc.
References fWorlds, G4Exception(), G4VPhysicalVolume::GetName(), and JustWarning.
Referenced by DeRegisterNavigator().
|
inline |
Referenced by G4ITPathFinder::ComputeSafety(), G4ITMultiNavigator::GetGlobalExitNormal(), G4ITPathFinder::Locate(), G4ITMultiNavigator::LocateGlobalPointAndSetup(), G4ITMultiNavigator::LocateGlobalPointWithinVolume(), G4ITPathFinder::PrepareNewTrack(), G4ITPathFinder::ReLocate(), and G4ITMultiNavigator::ResetHierarchyAndLocate().
G4ITNavigator * G4ITTransportationManager::GetNavigator | ( | const G4String & | worldName | ) |
Definition at line 145 of file G4ITTransportationManager.cc.
References FatalException, fNavigators, G4Exception(), and IsWorldExisting().
G4ITNavigator * G4ITTransportationManager::GetNavigator | ( | G4VPhysicalVolume * | aWorld | ) |
Definition at line 188 of file G4ITTransportationManager.cc.
References FatalException, fNavigators, fWorlds, G4Exception(), and G4VPhysicalVolume::GetName().
G4ITNavigator * G4ITTransportationManager::GetNavigatorForTracking | ( | ) | const |
|
inline |
|
inline |
G4VPhysicalVolume * G4ITTransportationManager::GetParallelWorld | ( | const G4String & | worldName | ) |
Definition at line 123 of file G4ITTransportationManager.cc.
References G4VPhysicalVolume::GetLogicalVolume(), GetNavigatorForTracking(), G4VPhysicalVolume::GetRotation(), G4LogicalVolume::GetSolid(), G4VPhysicalVolume::GetTranslation(), IsWorldExisting(), and RegisterWorld().
|
inline |
|
static |
Definition at line 110 of file G4ITTransportationManager.cc.
References fpInstance, and G4ITTransportationManager().
Referenced by G4DNAMolecularDissociation::DecayIt(), G4ITMultiNavigator::G4ITMultiNavigator(), G4ITPathFinder::G4ITPathFinder(), G4ITTransportation::G4ITTransportation(), G4ITSafetyHelper::InitialiseNavigator(), and G4ITStepProcessor::Initialize().
|
inline |
void G4ITTransportationManager::InactivateAll | ( | ) |
Definition at line 336 of file G4ITTransportationManager.cc.
References fActiveNavigators, and fNavigators.
|
private |
Definition at line 83 of file G4ITTransportationManager.cc.
References fActiveNavigators, fNavigators, fpSafetyHelper, fWorlds, G4TransportationManager::GetNavigatorForTracking(), G4TransportationManager::GetNoWorlds(), G4TransportationManager::GetTransportationManager(), G4TransportationManager::GetWorldsIterator(), and G4Navigator::GetWorldVolume().
Referenced by G4ITTransportationManager().
G4VPhysicalVolume * G4ITTransportationManager::IsWorldExisting | ( | const G4String & | worldName | ) |
Definition at line 359 of file G4ITTransportationManager.cc.
References fNavigators, fWorlds, and G4InuclParticleNames::name().
Referenced by GetNavigator(), and GetParallelWorld().
G4bool G4ITTransportationManager::RegisterWorld | ( | G4VPhysicalVolume * | aWorld | ) |
Definition at line 384 of file G4ITTransportationManager.cc.
References fWorlds.
Referenced by GetParallelWorld().
|
inline |
|
private |
Definition at line 122 of file G4ITTransportationManager.hh.
Referenced by ActivateNavigator(), ClearNavigators(), DeActivateNavigator(), InactivateAll(), and Initialize().
|
private |
Definition at line 120 of file G4ITTransportationManager.hh.
Referenced by ActivateNavigator(), ClearNavigators(), DeActivateNavigator(), DeRegisterNavigator(), GetNavigator(), InactivateAll(), Initialize(), and IsWorldExisting().
|
staticprivate |
{Duplicated version of G4TransportationManager. This class just contains the pointer to the navigator object of the simulation.}
Definition at line 116 of file G4ITTransportationManager.hh.
Referenced by DeleteInstance(), and GetTransportationManager().
|
private |
Definition at line 119 of file G4ITTransportationManager.hh.
Referenced by Initialize(), and ~G4ITTransportationManager().
|
private |
Definition at line 124 of file G4ITTransportationManager.hh.
Referenced by ClearNavigators(), DeRegisterWorld(), GetNavigator(), Initialize(), IsWorldExisting(), and RegisterWorld().