Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
G4ITNavigator Class Reference

#include <G4ITNavigator.hh>

Collaboration diagram for G4ITNavigator:
Collaboration graph
[legend]

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
 

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 ( )

Definition at line 58 of file G4ITNavigator.cc.

Here is the call graph for this function:

G4ITNavigator::~G4ITNavigator ( )
virtual

Definition at line 115 of file G4ITNavigator.cc.

Member Function Documentation

void G4ITNavigator::Activate ( G4bool  flag)
inline
EVolume G4ITNavigator::CharacteriseDaughters ( const G4LogicalVolume pLog) const
inlineprotected

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.

Here is the call graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

G4double G4ITNavigator::ComputeSafety ( const G4ThreeVector globalpoint,
const G4double  pProposedMaxLength = DBL_MAX,
const G4bool  keepState = false 
)
virtual

Definition at line 1441 of file G4ITNavigator.cc.

Here is the call graph for this function:

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.

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

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.

Here is the call graph for this function:

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

Here is the caller graph for this function:

G4bool G4ITNavigator::ExitedMotherVolume ( ) const
inline

Here is the caller graph for this function:

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

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.

Here is the call graph for this function:

const G4AffineTransform& G4ITNavigator::GetGlobalToLocalTransform ( ) const
inline

Here is the caller graph for this function:

G4ThreeVector G4ITNavigator::GetLocalExitNormal ( G4bool valid)
virtual

Definition at line 1200 of file G4ITNavigator.cc.

Here is the call graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function:

const G4AffineTransform G4ITNavigator::GetLocalToGlobalTransform ( ) const
inline

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.

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.

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.

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.

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.

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.

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.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4ITNavigator::ResetStackAndState ( )
inline

Here is the caller graph for this function:

void G4ITNavigator::ResetState ( )
protectedvirtual

Definition at line 1116 of file G4ITNavigator.cc.

Here is the caller graph for this function:

void G4ITNavigator::RestoreSavedState ( )

Definition at line 665 of file G4ITNavigator.cc.

Here is the caller graph for this function:

void G4ITNavigator::SetGeometricallyLimitedStep ( )
inline

Here is the caller graph for this function:

void G4ITNavigator::SetNavigatorState ( G4ITNavigatorState_Lock navState)

Definition at line 600 of file G4ITNavigator.cc.

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.

Here is the caller graph for this function:

void G4ITNavigator::SetupHierarchy ( )
protectedvirtual

Definition at line 1150 of file G4ITNavigator.cc.

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
G4int G4ITNavigator::SeverityOfZeroStepping ( G4int noZeroSteps) const
inline
EVolume G4ITNavigator::VolumeType ( const G4VPhysicalVolume pVol) const
inlineprotected

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

G4bool G4ITNavigator::fEnteredDaughter
protected

Definition at line 369 of file G4ITNavigator.hh.

G4bool G4ITNavigator::fExitedMother
protected

Definition at line 375 of file G4ITNavigator.hh.

G4NavigationHistory G4ITNavigator::fHistory
protected

Definition at line 365 of file G4ITNavigator.hh.

G4ThreeVector G4ITNavigator::fLastStepEndPointLocal
protected

Definition at line 385 of file G4ITNavigator.hh.

G4ThreeVector G4ITNavigator::fStepEndPoint
protected

Definition at line 382 of file G4ITNavigator.hh.

G4int G4ITNavigator::fVerbose
protected

Definition at line 389 of file G4ITNavigator.hh.

G4bool G4ITNavigator::fWasLimitedByGeometry
protected

Definition at line 379 of file G4ITNavigator.hh.

G4double G4ITNavigator::kCarTolerance
protected

Definition at line 358 of file G4ITNavigator.hh.


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