39 : fLastSafetyPosition(0.0,0.0,0.0)
55 if( worldPV ==
nullptr )
59 "Found that existing tracking Navigator has NULL world");
107 if( (moveLengthSq > 0.0 ) )
115 if( newSafety < maxLength )
155 ed <<
"Unsafe Move> Asked to relocate beyond 'Safety sphere'. Details: "
158 ed <<
" Center = " << fLastSafetyPosition <<
G4endl;
159 ed <<
" New Location : Move = " << moveVec.
mag();
160 ed <<
" Position = " << newPosition <<
G4endl;
161 G4Exception(
"G4SafetyHelper::ReLocateWithinVolume",