Go to the source code of this file.
◆ G4NEW_SAFETY
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const G4Navigator & |
n |
|
) |
| |
Definition at line 2250 of file G4Navigator.cc.
2258 G4int oldcoutPrec = os.precision(4);
2261 os <<
"The current state of G4Navigator is: " <<
G4endl;
2264 <<
" Exiting = " << n.
fExiting << G4endl
2265 <<
" Entering = " << n.
fEntering << G4endl
2266 <<
" BlockedPhysicalVolume= " ;
2279 os << std::setw(30) <<
" ExitNormal " <<
" " 2280 << std::setw( 5) <<
" Valid " <<
" " 2281 << std::setw( 9) <<
" Exiting " <<
" " 2282 << std::setw( 9) <<
" Entering" <<
" " 2283 << std::setw(15) <<
" Blocked:Volume " <<
" " 2284 << std::setw( 9) <<
" ReplicaNo" <<
" " 2285 << std::setw( 8) <<
" LastStepZero " <<
" " 2291 << std::setw( 9) << n.
fExiting <<
" " 2294 { os << std::setw(15) <<
"None"; }
2310 os <<
"Current History: " << G4endl << n.
fHistory;
2313 os.precision(oldcoutPrec);
G4VPhysicalVolume * fBlockedPhysicalVolume
G4ThreeVector fPreviousSftOrigin
G4NavigationHistory fHistory
G4ThreeVector fLastLocatedPointLocal
const G4String & GetName() const
G4ThreeVector fExitNormal