Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NavigationHistory.hh>
Public Member Functions | |
G4NavigationHistory () | |
~G4NavigationHistory () | |
G4NavigationHistory (const G4NavigationHistory &h) | |
G4NavigationHistory & | operator= (const G4NavigationHistory &h) |
void | Reset () |
void | Clear () |
void | SetFirstEntry (G4VPhysicalVolume *pVol) |
const G4AffineTransform & | GetTopTransform () const |
const G4AffineTransform * | GetPtrTopTransform () const |
G4int | GetTopReplicaNo () const |
EVolume | GetTopVolumeType () const |
G4VPhysicalVolume * | GetTopVolume () const |
std::size_t | GetDepth () const |
std::size_t | GetMaxDepth () const |
const G4AffineTransform & | GetTransform (G4int n) const |
G4int | GetReplicaNo (G4int n) const |
EVolume | GetVolumeType (G4int n) const |
G4VPhysicalVolume * | GetVolume (G4int n) const |
void | NewLevel (G4VPhysicalVolume *pNewMother, EVolume vType=kNormal, G4int nReplica=-1) |
void | BackLevel () |
void | BackLevel (G4int n) |
void * | operator new (std::size_t) |
void | operator delete (void *aHistory) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4NavigationHistory &h) |
Definition at line 52 of file G4NavigationHistory.hh.
G4NavigationHistory::G4NavigationHistory | ( | ) |
Definition at line 41 of file G4NavigationHistory.cc.
G4NavigationHistory::~G4NavigationHistory | ( | ) |
Definition at line 62 of file G4NavigationHistory.cc.
G4NavigationHistory::G4NavigationHistory | ( | const G4NavigationHistory & | h | ) |
Definition at line 47 of file G4NavigationHistory.cc.
|
inline |
|
inline |
|
inline |
Referenced by G4NavigationHistory().
|
inline |
Referenced by G4ReplicaNavigation::BackLocate(), G4SafetyCalculator::CompareSafetyValues(), G4ReplicaNavigation::ComputeSafety(), G4ITNavigator1::ComputeStep(), G4Navigator::ComputeStep(), G4ReplicaNavigation::ComputeStep(), G4RegularNavigation::ComputeStepSkippingEqualMaterials(), G4ITNavigator1::LocateGlobalPointAndSetup(), G4Navigator::LocateGlobalPointAndSetup(), G4ITNavigator1::SetupHierarchy(), and G4Navigator::SetupHierarchy().
|
inline |
Referenced by G4NavigationHistory().
|
inline |
|
inline |
|
inline |
Referenced by G4SafetyCalculator::ComputeLocalAxis(), G4SafetyCalculator::ComputeLocalPoint(), G4RegularNavigation::ComputeStep(), G4ReplicaNavigation::ComputeStep(), G4DrawVoxels::DrawVoxels(), G4TouchableHistory::G4TouchableHistory(), G4Navigator::GetGlobalExitNormal(), G4PSCylinderSurfaceCurrent::IsSelectedSurface(), G4PSCylinderSurfaceFlux::IsSelectedSurface(), G4PSFlatSurfaceCurrent::IsSelectedSurface(), G4PSFlatSurfaceFlux::IsSelectedSurface(), G4PSSphereSurfaceCurrent::IsSelectedSurface(), G4PSSphereSurfaceFlux::IsSelectedSurface(), G4ParameterisedNavigation::LevelLocate(), G4RegularNavigation::LevelLocate(), G4ITNavigator1::LocateGlobalPointAndSetup(), G4Navigator::LocateGlobalPointAndSetup(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSFlatSurfaceFlux::ProcessHits(), G4PSSphereSurfaceFlux::ProcessHits(), and G4PSVolumeFlux::ProcessHits().
|
inline |
Referenced by G4ITNavigator1::ComputeSafety(), G4Navigator::ComputeSafety(), G4NormalNavigation::ComputeSafety(), G4ParameterisedNavigation::ComputeSafety(), G4ReplicaNavigation::ComputeSafety(), G4VoxelNavigation::ComputeSafety(), G4ITNavigator1::ComputeStep(), G4Navigator::ComputeStep(), G4NormalNavigation::ComputeStep(), G4ParameterisedNavigation::ComputeStep(), G4RegularNavigation::ComputeStep(), G4ReplicaNavigation::ComputeStep(), G4VoxelNavigation::ComputeStep(), G4Navigator::GetGlobalExitNormal(), G4ITNavigator1::GetLocalExitNormal(), G4Navigator::GetLocalExitNormal(), G4ParameterisedNavigation::LevelLocate(), G4RegularNavigation::LevelLocate(), G4ITNavigator1::LocateGlobalPointAndSetup(), G4Navigator::LocateGlobalPointAndSetup(), G4ITNavigator1::LocateGlobalPointWithinVolume(), G4Navigator::LocateGlobalPointWithinVolume(), and G4SafetyCalculator::SafetyInCurrentVolume().
|
inline |
|
inline |
Referenced by G4ReplicaNavigation::BackLocate(), G4ReplicaNavigation::ComputeSafety(), G4ITNavigator1::ComputeStep(), G4Navigator::ComputeStep(), G4ReplicaNavigation::ComputeStep(), G4RegularNavigation::ComputeStepSkippingEqualMaterials(), G4TouchableHistory::GetRotation(), and G4TouchableHistory::GetTranslation().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by G4TouchableHistory::G4TouchableHistory().
|
friend |
Definition at line 67 of file G4NavigationHistory.cc.