Import Geant4 9.0.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4TransportationManager.icc,v 1.9 2006/11/03 20:16:50 asaim Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: G4TransportationManager.icc,v 1.10 2007/04/20 15:28:37 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// ------------------------------------------------------------
|
||||
// GEANT 4 inlined function members implementation
|
||||
// ------------------------------------------------------------
|
||||
@@ -50,7 +50,8 @@ G4Navigator* G4TransportationManager::GetNavigatorForTracking() const
|
||||
// ----------------------------------------------------------------------------
|
||||
// SetWorldForTracking()
|
||||
//
|
||||
// Set the tracking world volume. This method is to be invoked by G4RunManagerKernel.
|
||||
// Set the tracking world volume.
|
||||
// This method is to be invoked by G4RunManagerKernel.
|
||||
//
|
||||
inline
|
||||
void G4TransportationManager::SetWorldForTracking(G4VPhysicalVolume* theWorld)
|
||||
@@ -154,3 +155,14 @@ G4TransportationManager::GetWorldsIterator()
|
||||
= std::vector<G4VPhysicalVolume*>::iterator(fWorlds.begin());
|
||||
return iterator;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// GetSafetyHelper()
|
||||
//
|
||||
// Return pointer to the created navigation safety helper instance.
|
||||
//
|
||||
inline
|
||||
G4SafetyHelper* G4TransportationManager::GetSafetyHelper() const
|
||||
{
|
||||
return fSafetyHelper;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user