#include <G4NavigationHistory.hh>
Definition at line 57 of file G4NavigationHistory.hh.
◆ G4NavigationHistory() [1/2]
G4NavigationHistory::G4NavigationHistory |
( |
| ) |
|
Definition at line 41 of file G4NavigationHistory.cc.
std::vector< G4NavigationLevel > * GetLevels()
std::vector< G4NavigationLevel > * fNavHistory
static G4NavigationHistoryPool * GetInstance()
◆ ~G4NavigationHistory()
G4NavigationHistory::~G4NavigationHistory |
( |
| ) |
|
Definition at line 63 of file G4NavigationHistory.cc.
void DeRegister(std::vector< G4NavigationLevel > *pLevels)
std::vector< G4NavigationLevel > * fNavHistory
static G4NavigationHistoryPool * GetInstance()
◆ G4NavigationHistory() [2/2]
Definition at line 48 of file G4NavigationHistory.cc.
std::vector< G4NavigationLevel > * GetLevels()
std::vector< G4NavigationLevel > * fNavHistory
G4int GetMaxDepth() const
static G4NavigationHistoryPool * GetInstance()
◆ BackLevel() [1/2]
void G4NavigationHistory::BackLevel |
( |
| ) |
|
|
inline |
◆ BackLevel() [2/2]
void G4NavigationHistory::BackLevel |
( |
G4int |
n | ) |
|
|
inline |
◆ Clear()
void G4NavigationHistory::Clear |
( |
| ) |
|
|
inline |
◆ EnlargeHistory()
void G4NavigationHistory::EnlargeHistory |
( |
| ) |
|
|
inlineprivate |
◆ GetDepth()
G4int G4NavigationHistory::GetDepth |
( |
| ) |
const |
|
inline |
◆ GetMaxDepth()
G4int G4NavigationHistory::GetMaxDepth |
( |
| ) |
const |
|
inline |
◆ GetPtrTopTransform()
◆ GetReplicaNo()
G4int G4NavigationHistory::GetReplicaNo |
( |
G4int |
n | ) |
const |
|
inline |
◆ GetTopReplicaNo()
G4int G4NavigationHistory::GetTopReplicaNo |
( |
| ) |
const |
|
inline |
◆ GetTopTransform()
◆ GetTopVolume()
◆ GetTopVolumeType()
EVolume G4NavigationHistory::GetTopVolumeType |
( |
| ) |
const |
|
inline |
◆ GetTransform()
◆ GetVolume()
◆ GetVolumeType()
◆ NewLevel()
◆ operator delete()
void G4NavigationHistory::operator delete |
( |
void * |
aHistory | ) |
|
|
inline |
◆ operator new()
void* G4NavigationHistory::operator new |
( |
size_t |
| ) |
|
|
inline |
◆ operator=()
◆ Reset()
void G4NavigationHistory::Reset |
( |
| ) |
|
|
inline |
◆ SetFirstEntry()
◆ operator<<
Definition at line 69 of file G4NavigationHistory.cc.
71 os <<
"History depth=" << nav.GetDepth() <<
G4endl;
72 for (
G4int i=0; i<=nav.GetDepth(); i++ )
74 os <<
"Level=["<<i<<
"]: ";
75 if( nav.GetVolume(i) != 0 )
77 os <<
"Phys Name=["<< nav.GetVolume(i)->GetName()
79 switch(nav.GetVolumeType(i))
85 os <<
"R" << nav.GetReplicaNo(i);
88 os <<
"P" << nav.GetReplicaNo(i);
95 os <<
"Phys = <Null>";
◆ fNavHistory
◆ fStackDepth
G4int G4NavigationHistory::fStackDepth |
|
private |
The documentation for this class was generated from the following files: