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

#include <G4NavigationHistory.hh>

Public Member Functions

 G4NavigationHistory ()
 
 ~G4NavigationHistory ()
 
 G4NavigationHistory (const G4NavigationHistory &h)
 
G4NavigationHistoryoperator= (const G4NavigationHistory &h)
 
void Reset ()
 
void Clear ()
 
void SetFirstEntry (G4VPhysicalVolume *pVol)
 
const G4AffineTransformGetTopTransform () const
 
const G4AffineTransformGetPtrTopTransform () const
 
G4int GetTopReplicaNo () const
 
EVolume GetTopVolumeType () const
 
G4VPhysicalVolumeGetTopVolume () const
 
G4int GetDepth () const
 
G4int GetMaxDepth () const
 
const G4AffineTransformGetTransform (G4int n) const
 
G4int GetReplicaNo (G4int n) const
 
EVolume GetVolumeType (G4int n) const
 
G4VPhysicalVolumeGetVolume (G4int n) const
 
void NewLevel (G4VPhysicalVolume *pNewMother, EVolume vType=kNormal, G4int nReplica=-1)
 
void BackLevel ()
 
void BackLevel (G4int n)
 

Friends

std::ostream & operator<< (std::ostream &os, const G4NavigationHistory &h)
 

Detailed Description

Definition at line 56 of file G4NavigationHistory.hh.

Constructor & Destructor Documentation

G4NavigationHistory::G4NavigationHistory ( )

Definition at line 48 of file G4NavigationHistory.cc.

Here is the call graph for this function:

G4NavigationHistory::~G4NavigationHistory ( )

Definition at line 59 of file G4NavigationHistory.cc.

G4NavigationHistory::G4NavigationHistory ( const G4NavigationHistory h)

Definition at line 54 of file G4NavigationHistory.cc.

Member Function Documentation

void G4NavigationHistory::BackLevel ( )
inline

Here is the caller graph for this function:

void G4NavigationHistory::BackLevel ( G4int  n)
inline
void G4NavigationHistory::Clear ( )
inline

Here is the caller graph for this function:

G4int G4NavigationHistory::GetDepth ( ) const
inline

Here is the caller graph for this function:

G4int G4NavigationHistory::GetMaxDepth ( ) const
inline
const G4AffineTransform* G4NavigationHistory::GetPtrTopTransform ( ) const
inline
G4int G4NavigationHistory::GetReplicaNo ( G4int  n) const
inline

Here is the caller graph for this function:

G4int G4NavigationHistory::GetTopReplicaNo ( ) const
inline

Here is the caller graph for this function:

const G4AffineTransform& G4NavigationHistory::GetTopTransform ( ) const
inline

Here is the caller graph for this function:

G4VPhysicalVolume* G4NavigationHistory::GetTopVolume ( ) const
inline

Here is the caller graph for this function:

EVolume G4NavigationHistory::GetTopVolumeType ( ) const
inline

Here is the caller graph for this function:

const G4AffineTransform& G4NavigationHistory::GetTransform ( G4int  n) const
inline

Here is the caller graph for this function:

G4VPhysicalVolume* G4NavigationHistory::GetVolume ( G4int  n) const
inline

Here is the caller graph for this function:

EVolume G4NavigationHistory::GetVolumeType ( G4int  n) const
inline

Here is the caller graph for this function:

void G4NavigationHistory::NewLevel ( G4VPhysicalVolume pNewMother,
EVolume  vType = kNormal,
G4int  nReplica = -1 
)
inline

Here is the caller graph for this function:

G4NavigationHistory& G4NavigationHistory::operator= ( const G4NavigationHistory h)
void G4NavigationHistory::Reset ( )
inline
void G4NavigationHistory::SetFirstEntry ( G4VPhysicalVolume pVol)
inline

Here is the caller graph for this function:

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const G4NavigationHistory h 
)
friend

Definition at line 64 of file G4NavigationHistory.cc.


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