Go to the source code of this file.
◆ G4DEBUG_NAVIGATION
#define G4DEBUG_NAVIGATION 1 |
◆ G4NEW_SAFETY
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const G4ITNavigator1 & |
n |
|
) |
| |
Definition at line 2003 of file G4ITNavigator1.cc.
2011 G4int oldcoutPrec = os.precision(4);
2014 os <<
"The current state of G4ITNavigator1 is: " <<
G4endl;
2017 <<
" Exiting = " << n.
fExiting << G4endl
2018 <<
" Entering = " << n.
fEntering << G4endl
2019 <<
" BlockedPhysicalVolume= " ;
2032 os << std::setw(30) <<
" ExitNormal " <<
" " 2033 << std::setw( 5) <<
" Valid " <<
" " 2034 << std::setw( 9) <<
" Exiting " <<
" " 2035 << std::setw( 9) <<
" Entering" <<
" " 2036 << std::setw(15) <<
" Blocked:Volume " <<
" " 2037 << std::setw( 9) <<
" ReplicaNo" <<
" " 2038 << std::setw( 8) <<
" LastStepZero " <<
" " 2044 << std::setw( 9) << n.
fExiting <<
" " 2047 { os << std::setw(15) <<
"None"; }
2063 os <<
"Current History: " << G4endl << n.
fHistory;
2066 os.precision(oldcoutPrec);
G4ThreeVector fExitNormal
G4NavigationHistory fHistory
G4ThreeVector fPreviousSftOrigin
const G4String & GetName() const
G4ThreeVector fLastLocatedPointLocal
G4VPhysicalVolume * fBlockedPhysicalVolume