Geant4  10.00.p02
G4ITNavigator Class Reference

#include <G4ITNavigator.hh>

+ Collaboration diagram for G4ITNavigator:

Classes

struct  G4SaveNavigatorState
 

Public Member Functions

 G4ITNavigator ()
 
virtual ~G4ITNavigator ()
 
G4ITNavigatorState_LockGetNavigatorState ()
 
void SetNavigatorState (G4ITNavigatorState_Lock *)
 
void NewNavigatorState ()
 
virtual G4double ComputeStep (const G4ThreeVector &pGlobalPoint, const G4ThreeVector &pDirection, const G4double pCurrentProposedStepLength, G4double &pNewSafety)
 
G4double CheckNextStep (const G4ThreeVector &pGlobalPoint, const G4ThreeVector &pDirection, const G4double pCurrentProposedStepLength, G4double &pNewSafety)
 
virtual G4VPhysicalVolumeResetHierarchyAndLocate (const G4ThreeVector &point, const G4ThreeVector &direction, const G4TouchableHistory &h)
 
virtual G4VPhysicalVolumeLocateGlobalPointAndSetup (const G4ThreeVector &point, const G4ThreeVector *direction=0, const G4bool pRelativeSearch=true, const G4bool ignoreDirection=true)
 
virtual void LocateGlobalPointWithinVolume (const G4ThreeVector &position)
 
void LocateGlobalPointAndUpdateTouchableHandle (const G4ThreeVector &position, const G4ThreeVector &direction, G4TouchableHandle &oldTouchableToUpdate, const G4bool RelativeSearch=true)
 
void LocateGlobalPointAndUpdateTouchable (const G4ThreeVector &position, const G4ThreeVector &direction, G4VTouchable *touchableToUpdate, const G4bool RelativeSearch=true)
 
void LocateGlobalPointAndUpdateTouchable (const G4ThreeVector &position, G4VTouchable *touchableToUpdate, const G4bool RelativeSearch=true)
 
void SetGeometricallyLimitedStep ()
 
virtual G4double ComputeSafety (const G4ThreeVector &globalpoint, const G4double pProposedMaxLength=DBL_MAX, const G4bool keepState=false)
 
G4VPhysicalVolumeGetWorldVolume () const
 
void SetWorldVolume (G4VPhysicalVolume *pWorld)
 
G4GRSVolumeCreateGRSVolume () const
 
G4GRSSolidCreateGRSSolid () const
 
G4TouchableHistoryCreateTouchableHistory () const
 
G4TouchableHistoryCreateTouchableHistory (const G4NavigationHistory *) const
 
virtual G4TouchableHistoryHandle CreateTouchableHistoryHandle () const
 
virtual G4ThreeVector GetLocalExitNormal (G4bool *valid)
 
virtual G4ThreeVector GetLocalExitNormalAndCheck (const G4ThreeVector &point, G4bool *valid)
 
virtual G4ThreeVector GetGlobalExitNormal (const G4ThreeVector &point, G4bool *valid)
 
G4int GetVerboseLevel () const
 
void SetVerboseLevel (G4int level)
 
G4bool IsActive () const
 
void Activate (G4bool flag)
 
G4bool EnteredDaughterVolume () const
 
G4bool ExitedMotherVolume () const
 
void CheckMode (G4bool mode)
 
G4bool IsCheckModeActive () const
 
void SetPushVerbosity (G4bool mode)
 
void PrintState () const
 
const G4AffineTransformGetGlobalToLocalTransform () const
 
const G4AffineTransform GetLocalToGlobalTransform () const
 
G4AffineTransform GetMotherToDaughterTransform (G4VPhysicalVolume *dVolume, G4int dReplicaNo, EVolume dVolumeType)
 
void ResetStackAndState ()
 
G4int SeverityOfZeroStepping (G4int *noZeroSteps) const
 
void SetSavedState ()
 
void RestoreSavedState ()
 
G4ThreeVector GetCurrentLocalCoordinate () const
 
G4ThreeVector NetTranslation () const
 
G4RotationMatrix NetRotation () const
 
void EnableBestSafety (G4bool value=false)
 

Protected Member Functions

G4ThreeVector ComputeLocalPoint (const G4ThreeVector &rGlobPoint) const
 
G4ThreeVector ComputeLocalAxis (const G4ThreeVector &pVec) const
 
virtual void ResetState ()
 
EVolume VolumeType (const G4VPhysicalVolume *pVol) const
 
EVolume CharacteriseDaughters (const G4LogicalVolume *pLog) const
 
G4int GetDaughtersRegularStructureId (const G4LogicalVolume *pLog) const
 
virtual void SetupHierarchy ()
 

Protected Attributes

G4double kCarTolerance
 
G4NavigationHistory fHistory
 
G4bool fEnteredDaughter
 
G4bool fExitedMother
 
G4bool fWasLimitedByGeometry
 
G4ThreeVector fStepEndPoint
 
G4ThreeVector fLastStepEndPointLocal
 
G4int fVerbose
 

Private Member Functions

void ComputeStepLog (const G4ThreeVector &pGlobalpoint, G4double moveLenSq) const
 

Private Attributes

G4bool fActive
 
G4bool fLastTriedStepComputation
 
G4bool fEntering
 
G4bool fExiting
 
G4VPhysicalVolumefBlockedPhysicalVolume
 
G4int fBlockedReplicaNo
 
G4ThreeVector fLastLocatedPointLocal
 
G4bool fLocatedOutsideWorld
 
G4bool fValidExitNormal
 
G4ThreeVector fExitNormal
 
G4ThreeVector fGrandMotherExitNormal
 
G4bool fLastStepWasZero
 
G4bool fLocatedOnEdge
 
G4int fNumberZeroSteps
 
G4int fActionThreshold_NoZeroSteps
 
G4int fAbandonThreshold_NoZeroSteps
 
G4ThreeVector fPreviousSftOrigin
 
G4double fPreviousSafety
 
G4SaveNavigatorStatefpSaveState
 
G4VPhysicalVolumefTopPhysical
 
G4bool fCheck
 
G4bool fPushed
 
G4bool fWarnPush
 
G4NormalNavigation fnormalNav
 
G4VoxelNavigation fvoxelNav
 
G4ParameterisedNavigation fparamNav
 
G4ReplicaNavigation freplicaNav
 
G4RegularNavigation fregularNav
 

Friends

std::ostream & operator<< (std::ostream &os, const G4ITNavigator &n)
 

Detailed Description

Definition at line 90 of file G4ITNavigator.hh.

Constructor & Destructor Documentation

G4ITNavigator::G4ITNavigator ( )
G4ITNavigator::~G4ITNavigator ( )
virtual

Definition at line 115 of file G4ITNavigator.cc.

Member Function Documentation

void G4ITNavigator::Activate ( G4bool  flag)
inline

Referenced by G4ITTransportationManager::Initialize().

+ Here is the caller graph for this function:

EVolume G4ITNavigator::CharacteriseDaughters ( const G4LogicalVolume pLog) const
inlineprotected

Referenced by ComputeSafety(), ComputeStep(), GetLocalExitNormal(), LocateGlobalPointAndSetup(), and LocateGlobalPointWithinVolume().

+ Here is the caller graph for this function:

void G4ITNavigator::CheckMode ( G4bool  mode)
inline
G4double G4ITNavigator::CheckNextStep ( const G4ThreeVector pGlobalPoint,
const G4ThreeVector pDirection,
const G4double  pCurrentProposedStepLength,
G4double pNewSafety 
)

Definition at line 1087 of file G4ITNavigator.cc.

References ComputeStep(), RestoreSavedState(), and SetSavedState().

+ Here is the call graph for this function:

G4ThreeVector G4ITNavigator::ComputeLocalAxis ( const G4ThreeVector pVec) const
inlineprotected

Referenced by ComputeStep().

+ Here is the caller graph for this function:

G4ThreeVector G4ITNavigator::ComputeLocalPoint ( const G4ThreeVector rGlobPoint) const
inlineprotected

Referenced by ComputeSafety(), ComputeStep(), and LocateGlobalPointWithinVolume().

+ Here is the caller graph for this function:

G4double G4ITNavigator::ComputeStep ( const G4ThreeVector pGlobalPoint,
const G4ThreeVector pDirection,
const G4double  pCurrentProposedStepLength,
G4double pNewSafety 
)
virtual

Definition at line 725 of file G4ITNavigator.cc.

References CharacteriseDaughters(), G4VPhysicalVolume::CheckOverlaps(), ComputeLocalAxis(), ComputeLocalPoint(), G4RegularNavigation::ComputeStep(), G4ParameterisedNavigation::ComputeStep(), G4NormalNavigation::ComputeStep(), G4VoxelNavigation::ComputeStep(), G4ReplicaNavigation::ComputeStep(), ComputeStepLog(), EventMustBeAborted, fAbandonThreshold_NoZeroSteps, fActionThreshold_NoZeroSteps, FatalException, fBlockedPhysicalVolume, fBlockedReplicaNo, fEnteredDaughter, fEntering, fExitedMother, fExiting, fExitNormal, fGrandMotherExitNormal, fHistory, fLastLocatedPointLocal, fLastStepEndPointLocal, fLastStepWasZero, fLastTriedStepComputation, fLocatedOnEdge, fnormalNav, fNumberZeroSteps, fparamNav, fPreviousSafety, fPreviousSftOrigin, fPushed, fregularNav, freplicaNav, fStepEndPoint, fValidExitNormal, fVerbose, fvoxelNav, fWarnPush, G4cout, G4endl, G4Exception(), G4ThreadLocal, GetDaughtersRegularStructureId(), G4VPhysicalVolume::GetLogicalVolume(), G4VPhysicalVolume::GetName(), G4VPhysicalVolume::GetRegularStructureId(), G4VPhysicalVolume::GetRotation(), G4LogicalVolume::GetSolid(), G4NavigationHistory::GetTopVolume(), G4NavigationHistory::GetTopVolumeType(), G4LogicalVolume::GetVoxelHeader(), JustWarning, kCarTolerance, kInfinity, kNormal, kParameterised, kReplica, LocateGlobalPointAndSetup(), LocateGlobalPointWithinVolume(), PrintState(), and G4VSolid::SurfaceNormal().

Referenced by G4ITTransportation::AlongStepGetPhysicalInteractionLength(), and CheckNextStep().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4ITNavigator::ComputeStepLog ( const G4ThreeVector pGlobalpoint,
G4double  moveLenSq 
) const
private

Definition at line 1640 of file G4ITNavigator.cc.

References fHistory, fLastLocatedPointLocal, fPreviousSafety, fPreviousSftOrigin, G4cerr, G4cout, G4endl, G4Exception(), G4ThreadLocal, G4NavigationHistory::GetTopTransform(), G4AffineTransform::Inverse(), JustWarning, kCarTolerance, mm, and sqr().

Referenced by ComputeStep().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4GRSSolid* G4ITNavigator::CreateGRSSolid ( ) const
inline
G4GRSVolume* G4ITNavigator::CreateGRSVolume ( ) const
inline
G4TouchableHistory* G4ITNavigator::CreateTouchableHistory ( ) const
inline

Referenced by CreateTouchableHistoryHandle(), G4ITStepProcessor::InitDefineStep(), and G4ITStepProcessor::SetInitialStep().

+ Here is the caller graph for this function:

G4TouchableHistory* G4ITNavigator::CreateTouchableHistory ( const G4NavigationHistory ) const
inline
G4TouchableHistoryHandle G4ITNavigator::CreateTouchableHistoryHandle ( ) const
virtual

Definition at line 1573 of file G4ITNavigator.cc.

References CreateTouchableHistory().

+ Here is the call graph for this function:

void G4ITNavigator::EnableBestSafety ( G4bool  value = false)
inline
G4bool G4ITNavigator::EnteredDaughterVolume ( ) const
inline

Referenced by GetLocalExitNormal(), and G4ITTransportation::PostStepDoIt().

+ Here is the caller graph for this function:

G4bool G4ITNavigator::ExitedMotherVolume ( ) const
inline

Referenced by G4ITTransportation::PostStepDoIt().

+ Here is the caller graph for this function:

G4ThreeVector G4ITNavigator::GetCurrentLocalCoordinate ( ) const
inline
G4int G4ITNavigator::GetDaughtersRegularStructureId ( const G4LogicalVolume pLog) const
inlineprotected

Referenced by ComputeSafety(), ComputeStep(), LocateGlobalPointAndSetup(), and LocateGlobalPointWithinVolume().

+ Here is the caller graph for this function:

G4ThreeVector G4ITNavigator::GetGlobalExitNormal ( const G4ThreeVector point,
G4bool valid 
)
virtual

Definition at line 1418 of file G4ITNavigator.cc.

References GetLocalExitNormalAndCheck(), GetLocalToGlobalTransform(), and G4AffineTransform::TransformAxis().

+ Here is the call graph for this function:

const G4AffineTransform& G4ITNavigator::GetGlobalToLocalTransform ( ) const
inline

Referenced by GetLocalExitNormalAndCheck().

+ Here is the caller graph for this function:

G4ThreeVector G4ITNavigator::GetLocalExitNormalAndCheck ( const G4ThreeVector point,
G4bool valid 
)
virtual

Definition at line 1393 of file G4ITNavigator.cc.

References fLastTriedStepComputation, GetGlobalToLocalTransform(), GetLocalExitNormal(), and G4AffineTransform::TransformPoint().

Referenced by GetGlobalExitNormal().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const G4AffineTransform G4ITNavigator::GetLocalToGlobalTransform ( ) const
inline

Referenced by GetGlobalExitNormal().

+ Here is the caller graph for this function:

G4AffineTransform G4ITNavigator::GetMotherToDaughterTransform ( G4VPhysicalVolume dVolume,
G4int  dReplicaNo,
EVolume  dVolumeType 
)

Definition at line 1347 of file G4ITNavigator.cc.

References G4VSolid::ComputeDimensions(), G4VPVParameterisation::ComputeSolid(), G4VPVParameterisation::ComputeTransformation(), FatalException, G4Exception(), G4VPhysicalVolume::GetLogicalVolume(), G4VPhysicalVolume::GetParameterisation(), G4VPhysicalVolume::GetRegularStructureId(), G4VPhysicalVolume::GetRotation(), G4VPhysicalVolume::GetTranslation(), kNormal, kParameterised, kReplica, and G4LogicalVolume::SetSolid().

Referenced by GetLocalExitNormal().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4ITNavigatorState_Lock * G4ITNavigator::GetNavigatorState ( )

Definition at line 594 of file G4ITNavigator.cc.

References fpSaveState, and SetSavedState().

Referenced by G4ITStepProcessor::DoDefinePhysicalStepLength(), and G4ITStepProcessor::DoStepping().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4ITNavigator::GetVerboseLevel ( ) const
inline
G4VPhysicalVolume* G4ITNavigator::GetWorldVolume ( ) const
inline
G4bool G4ITNavigator::IsActive ( ) const
inline
G4bool G4ITNavigator::IsCheckModeActive ( ) const
inline
G4VPhysicalVolume * G4ITNavigator::LocateGlobalPointAndSetup ( const G4ThreeVector point,
const G4ThreeVector direction = 0,
const G4bool  pRelativeSearch = true,
const G4bool  ignoreDirection = true 
)
virtual

Definition at line 151 of file G4ITNavigator.cc.

References G4NavigationHistory::BackLevel(), G4ReplicaNavigation::BackLocate(), CharacteriseDaughters(), G4VSolid::ComputeDimensions(), G4VPVParameterisation::ComputeSolid(), G4VPVParameterisation::ComputeTransformation(), G4ReplicaNavigation::ComputeTransformation(), fBlockedPhysicalVolume, fBlockedReplicaNo, fCheck, fEnteredDaughter, fEntering, fExitedMother, fExiting, fHistory, fLastLocatedPointLocal, fLastTriedStepComputation, fLocatedOnEdge, fLocatedOutsideWorld, fnormalNav, fparamNav, fregularNav, freplicaNav, fValidExitNormal, fVerbose, fvoxelNav, fWasLimitedByGeometry, G4cout, G4endl, G4VPhysicalVolume::GetCopyNo(), GetDaughtersRegularStructureId(), G4NavigationHistory::GetDepth(), G4VPhysicalVolume::GetLogicalVolume(), G4VSolid::GetName(), G4VPhysicalVolume::GetName(), G4VPhysicalVolume::GetParameterisation(), G4VPhysicalVolume::GetRegularStructureId(), G4LogicalVolume::GetSolid(), G4NavigationHistory::GetTopReplicaNo(), G4NavigationHistory::GetTopTransform(), G4NavigationHistory::GetTopVolume(), G4NavigationHistory::GetTopVolumeType(), G4LogicalVolume::GetVoxelHeader(), G4VSolid::Inside(), kNormal, kOutside, kParameterised, kReplica, kSurface, G4RegularNavigation::LevelLocate(), G4NormalNavigation::LevelLocate(), G4ParameterisedNavigation::LevelLocate(), G4VoxelNavigation::LevelLocate(), G4ReplicaNavigation::LevelLocate(), G4NavigationHistory::NewLevel(), CLHEP::normal(), PrintState(), ResetStackAndState(), G4VPhysicalVolume::SetCopyNo(), G4LogicalVolume::SetSolid(), G4VSolid::SurfaceNormal(), G4AffineTransform::TransformAxis(), G4AffineTransform::TransformPoint(), G4LogicalVolume::UpdateMaterial(), and VolumeType().

Referenced by ComputeStep(), ResetHierarchyAndLocate(), and G4ITStepProcessor::SetInitialStep().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4ITNavigator::LocateGlobalPointAndUpdateTouchable ( const G4ThreeVector position,
const G4ThreeVector direction,
G4VTouchable touchableToUpdate,
const G4bool  RelativeSearch = true 
)
inline
void G4ITNavigator::LocateGlobalPointAndUpdateTouchable ( const G4ThreeVector position,
G4VTouchable touchableToUpdate,
const G4bool  RelativeSearch = true 
)
inline
void G4ITNavigator::LocateGlobalPointAndUpdateTouchableHandle ( const G4ThreeVector position,
const G4ThreeVector direction,
G4TouchableHandle oldTouchableToUpdate,
const G4bool  RelativeSearch = true 
)
inline
void G4ITNavigator::LocateGlobalPointWithinVolume ( const G4ThreeVector position)
virtual

Definition at line 531 of file G4ITNavigator.cc.

References CharacteriseDaughters(), ComputeLocalPoint(), FatalException, fBlockedPhysicalVolume, fBlockedReplicaNo, fEnteredDaughter, fEntering, fExitedMother, fExiting, fHistory, fLastLocatedPointLocal, fLastTriedStepComputation, fparamNav, fVerbose, fvoxelNav, G4cout, G4endl, G4Exception(), GetDaughtersRegularStructureId(), G4VPhysicalVolume::GetLogicalVolume(), G4NavigationHistory::GetTopVolume(), G4NavigationHistory::GetTopVolumeType(), G4LogicalVolume::GetVoxelHeader(), kNormal, kParameterised, kReplica, G4ParameterisedNavigation::ParamVoxelLocate(), and G4VoxelNavigation::VoxelLocate().

Referenced by ComputeSafety(), ComputeStep(), and G4ITTransportation::PostStepDoIt().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4RotationMatrix G4ITNavigator::NetRotation ( ) const
inline
G4ThreeVector G4ITNavigator::NetTranslation ( ) const
inline
void G4ITNavigator::NewNavigatorState ( )

Definition at line 606 of file G4ITNavigator.cc.

References fpSaveState, and ResetState().

Referenced by G4ITStepProcessor::InitDefineStep().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4ITNavigator::PrintState ( ) const

Definition at line 1582 of file G4ITNavigator.cc.

References fBlockedPhysicalVolume, fBlockedReplicaNo, fEntering, fExiting, fExitNormal, fLastLocatedPointLocal, fLastStepWasZero, fPreviousSafety, fPreviousSftOrigin, fValidExitNormal, fVerbose, G4cout, G4endl, and G4VPhysicalVolume::GetName().

Referenced by ComputeSafety(), ComputeStep(), and LocateGlobalPointAndSetup().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4VPhysicalVolume * G4ITNavigator::ResetHierarchyAndLocate ( const G4ThreeVector point,
const G4ThreeVector direction,
const G4TouchableHistory h 
)
virtual

Definition at line 123 of file G4ITNavigator.cc.

References fHistory, fLastTriedStepComputation, G4TouchableHistory::GetHistory(), LocateGlobalPointAndSetup(), ResetState(), and SetupHierarchy().

Referenced by G4ITStepProcessor::DoStepping(), G4ITStepProcessor::InitDefineStep(), and G4ITStepProcessor::SetInitialStep().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4ITNavigator::ResetStackAndState ( )
inline

Referenced by G4ITNavigator(), and LocateGlobalPointAndSetup().

+ Here is the caller graph for this function:

void G4ITNavigator::ResetState ( )
protectedvirtual

Definition at line 1116 of file G4ITNavigator.cc.

References fBlockedPhysicalVolume, fBlockedReplicaNo, fEnteredDaughter, fEntering, fExitedMother, fExiting, fExitNormal, fLastLocatedPointLocal, fLastStepWasZero, fLocatedOnEdge, fLocatedOutsideWorld, fNumberZeroSteps, fPreviousSafety, fPreviousSftOrigin, fPushed, fValidExitNormal, fWasLimitedByGeometry, and kInfinity.

Referenced by NewNavigatorState(), and ResetHierarchyAndLocate().

+ Here is the caller graph for this function:

void G4ITNavigator::RestoreSavedState ( )

Definition at line 665 of file G4ITNavigator.cc.

References fBlockedPhysicalVolume, fBlockedReplicaNo, fEnteredDaughter, fEntering, fExitedMother, fExiting, fExitNormal, fLastLocatedPointLocal, fLastStepWasZero, fLocatedOnEdge, fLocatedOutsideWorld, fNumberZeroSteps, fPreviousSafety, fPreviousSftOrigin, fpSaveState, fPushed, fValidExitNormal, fWasLimitedByGeometry, G4ITNavigator::G4SaveNavigatorState::sBlockedReplicaNo, G4ITNavigator::G4SaveNavigatorState::sEnteredDaughter, G4ITNavigator::G4SaveNavigatorState::sEntering, G4ITNavigator::G4SaveNavigatorState::sExitedMother, G4ITNavigator::G4SaveNavigatorState::sExiting, G4ITNavigator::G4SaveNavigatorState::sExitNormal, G4ITNavigator::G4SaveNavigatorState::sLastLocatedPointLocal, G4ITNavigator::G4SaveNavigatorState::sLastStepWasZero, G4ITNavigator::G4SaveNavigatorState::sLocatedOnEdge, G4ITNavigator::G4SaveNavigatorState::sLocatedOutsideWorld, G4ITNavigator::G4SaveNavigatorState::sNumberZeroSteps, G4ITNavigator::G4SaveNavigatorState::spBlockedPhysicalVolume, G4ITNavigator::G4SaveNavigatorState::sPreviousSafety, G4ITNavigator::G4SaveNavigatorState::sPreviousSftOrigin, G4ITNavigator::G4SaveNavigatorState::sPushed, G4ITNavigator::G4SaveNavigatorState::sValidExitNormal, and G4ITNavigator::G4SaveNavigatorState::sWasLimitedByGeometry.

Referenced by CheckNextStep(), ComputeSafety(), and SetNavigatorState().

+ Here is the caller graph for this function:

void G4ITNavigator::SetGeometricallyLimitedStep ( )
inline

Referenced by G4ITTransportation::PostStepDoIt().

+ Here is the caller graph for this function:

void G4ITNavigator::SetNavigatorState ( G4ITNavigatorState_Lock navState)

Definition at line 600 of file G4ITNavigator.cc.

References fpSaveState, and RestoreSavedState().

Referenced by G4ITStepProcessor::DoDefinePhysicalStepLength(), G4ITStepProcessor::DoStepping(), and G4ITStepProcessor::InitDefineStep().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4ITNavigator::SetPushVerbosity ( G4bool  mode)
inline
void G4ITNavigator::SetSavedState ( )

Definition at line 621 of file G4ITNavigator.cc.

References fBlockedPhysicalVolume, fBlockedReplicaNo, fEnteredDaughter, fEntering, fExitedMother, fExiting, fExitNormal, fLastLocatedPointLocal, fLastStepWasZero, fLocatedOnEdge, fLocatedOutsideWorld, fNumberZeroSteps, fPreviousSafety, fPreviousSftOrigin, fpSaveState, fPushed, fValidExitNormal, fWasLimitedByGeometry, G4ITNavigator::G4SaveNavigatorState::sBlockedReplicaNo, G4ITNavigator::G4SaveNavigatorState::sEnteredDaughter, G4ITNavigator::G4SaveNavigatorState::sEntering, G4ITNavigator::G4SaveNavigatorState::sExitedMother, G4ITNavigator::G4SaveNavigatorState::sExiting, G4ITNavigator::G4SaveNavigatorState::sExitNormal, G4ITNavigator::G4SaveNavigatorState::sLastLocatedPointLocal, G4ITNavigator::G4SaveNavigatorState::sLastStepWasZero, G4ITNavigator::G4SaveNavigatorState::sLocatedOnEdge, G4ITNavigator::G4SaveNavigatorState::sLocatedOutsideWorld, G4ITNavigator::G4SaveNavigatorState::sNumberZeroSteps, G4ITNavigator::G4SaveNavigatorState::spBlockedPhysicalVolume, G4ITNavigator::G4SaveNavigatorState::sPreviousSafety, G4ITNavigator::G4SaveNavigatorState::sPreviousSftOrigin, G4ITNavigator::G4SaveNavigatorState::sPushed, G4ITNavigator::G4SaveNavigatorState::sValidExitNormal, and G4ITNavigator::G4SaveNavigatorState::sWasLimitedByGeometry.

Referenced by CheckNextStep(), ComputeSafety(), and GetNavigatorState().

+ Here is the caller graph for this function:

void G4ITNavigator::SetupHierarchy ( )
protectedvirtual

Definition at line 1150 of file G4ITNavigator.cc.

References G4VSolid::ComputeDimensions(), G4VPVParameterisation::ComputeSolid(), G4VPVParameterisation::ComputeTransformation(), G4ReplicaNavigation::ComputeTransformation(), fHistory, freplicaNav, G4NavigationHistory::GetDepth(), G4VPhysicalVolume::GetLogicalVolume(), G4VPhysicalVolume::GetParameterisation(), G4NavigationHistory::GetReplicaNo(), G4NavigationHistory::GetVolume(), G4NavigationHistory::GetVolumeType(), kNormal, kParameterised, kReplica, G4TouchableHistory::MoveUpHistory(), G4LogicalVolume::SetSolid(), and G4LogicalVolume::UpdateMaterial().

Referenced by ResetHierarchyAndLocate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4ITNavigator::SetVerboseLevel ( G4int  level)
inline
void G4ITNavigator::SetWorldVolume ( G4VPhysicalVolume pWorld)
inline

Referenced by G4ITTransportationManager::Initialize().

+ Here is the caller graph for this function:

G4int G4ITNavigator::SeverityOfZeroStepping ( G4int noZeroSteps) const
inline
EVolume G4ITNavigator::VolumeType ( const G4VPhysicalVolume pVol) const
inlineprotected

Referenced by GetLocalExitNormal(), and LocateGlobalPointAndSetup().

+ Here is the caller graph for this function:

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const G4ITNavigator n 
)
friend

Definition at line 1743 of file G4ITNavigator.cc.

Member Data Documentation

G4int G4ITNavigator::fAbandonThreshold_NoZeroSteps
private

Definition at line 441 of file G4ITNavigator.hh.

Referenced by ComputeStep(), and G4ITNavigator().

G4int G4ITNavigator::fActionThreshold_NoZeroSteps
private

Definition at line 439 of file G4ITNavigator.hh.

Referenced by ComputeStep(), and G4ITNavigator().

G4bool G4ITNavigator::fActive
private

Definition at line 394 of file G4ITNavigator.hh.

Referenced by G4ITNavigator().

G4bool G4ITNavigator::fCheck
private

Definition at line 494 of file G4ITNavigator.hh.

Referenced by GetLocalExitNormal(), and LocateGlobalPointAndSetup().

G4bool G4ITNavigator::fEnteredDaughter
protected
G4ThreeVector G4ITNavigator::fExitNormal
private
G4ThreeVector G4ITNavigator::fGrandMotherExitNormal
private

Definition at line 424 of file G4ITNavigator.hh.

Referenced by ComputeStep(), and GetLocalExitNormal().

G4ThreeVector G4ITNavigator::fLastStepEndPointLocal
protected

Definition at line 385 of file G4ITNavigator.hh.

Referenced by ComputeStep(), G4ITNavigator(), and GetLocalExitNormal().

G4bool G4ITNavigator::fLastStepWasZero
private
G4bool G4ITNavigator::fLocatedOnEdge
private
G4bool G4ITNavigator::fLocatedOutsideWorld
private
G4NormalNavigation G4ITNavigator::fnormalNav
private
G4int G4ITNavigator::fNumberZeroSteps
private

Definition at line 437 of file G4ITNavigator.hh.

Referenced by ComputeStep(), ResetState(), RestoreSavedState(), and SetSavedState().

G4ParameterisedNavigation G4ITNavigator::fparamNav
private
G4double G4ITNavigator::fPreviousSafety
private
G4ThreeVector G4ITNavigator::fPreviousSftOrigin
private
G4SaveNavigatorState* G4ITNavigator::fpSaveState
private
G4bool G4ITNavigator::fPushed
private

Definition at line 496 of file G4ITNavigator.hh.

Referenced by ComputeStep(), ResetState(), RestoreSavedState(), and SetSavedState().

G4RegularNavigation G4ITNavigator::fregularNav
private
G4ReplicaNavigation G4ITNavigator::freplicaNav
private
G4ThreeVector G4ITNavigator::fStepEndPoint
protected

Definition at line 382 of file G4ITNavigator.hh.

Referenced by ComputeSafety(), ComputeStep(), and G4ITNavigator().

G4VPhysicalVolume* G4ITNavigator::fTopPhysical
private

Definition at line 488 of file G4ITNavigator.hh.

G4bool G4ITNavigator::fValidExitNormal
private
G4int G4ITNavigator::fVerbose
protected
G4VoxelNavigation G4ITNavigator::fvoxelNav
private
G4bool G4ITNavigator::fWarnPush
private

Definition at line 496 of file G4ITNavigator.hh.

Referenced by ComputeStep().

G4bool G4ITNavigator::fWasLimitedByGeometry
protected
G4double G4ITNavigator::kCarTolerance
protected

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