40 : fLastSafetyPosition(0.0,0.0,0.0)
57 if( worldPV ==
nullptr )
61 "Found that existing tracking Navigator has NULL world");
89 fLastSafety = newSafety;
107 if( (moveLengthSq > 0.0 ) )
109 if( !fUseParallelGeometries )
112 newSafety = fpMassNavigator->ComputeSafety(
position, maxLength,
true);
115 if( newSafety < maxLength )
117 fLastSafety= newSafety;
124 newSafety = fpPathFinder->ComputeSafety(
position);
126 fLastSafety= newSafety;
137 newSafety = fLastSafety;
152 if( moveVec.
mag2() >
sqr(fLastSafety) )
156 ed <<
"Unsafe Move> Asked to relocate beyond 'Safety sphere'. Details: "
158 ed <<
" Safety Sphere: Radius = " << fLastSafety;
159 ed <<
" Center = " << fLastSafetyPosition <<
G4endl;
160 ed <<
" New Location : Move = " << moveVec.
mag();
161 ed <<
" Position = " << newPosition <<
G4endl;
162 G4Exception(
"G4SafetyHelper::ReLocateWithinVolume",
168 if( !fUseParallelGeometries )
170 fpMassNavigator->LocateGlobalPointWithinVolume( newPosition );
174 fpPathFinder->ReLocate( newPosition );
182 if( !fUseParallelGeometries )
184 fpMassNavigator->LocateGlobalPointAndSetup(newPosition, &newDirection,
189 fpPathFinder->Locate( newPosition, newDirection );
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
CLHEP::Hep3Vector G4ThreeVector
static G4PathFinder * GetInstance()
G4double ComputeSafety(const G4ThreeVector &pGlobalPoint, G4double maxRadius=DBL_MAX)
G4double CheckNextStep(const G4ThreeVector &position, const G4ThreeVector &direction, const G4double currentMaxStep, G4double &newSafety)
void InitialiseNavigator()
void Locate(const G4ThreeVector &pGlobalPoint, const G4ThreeVector &direction)
void ReLocateWithinVolume(const G4ThreeVector &pGlobalPoint)
static G4TransportationManager * GetTransportationManager()
G4Navigator * GetNavigatorForTracking() const