Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
G4ITNavigator.cc File Reference
#include <iomanip>
#include "G4ITNavigator.hh"
#include "G4ios.hh"
#include "G4SystemOfUnits.hh"
#include "G4GeometryTolerance.hh"
#include "G4VPhysicalVolume.hh"

Go to the source code of this file.

Macros

#define G4DEBUG_NAVIGATION   1
 

Functions

std::ostream & operator<< (std::ostream &os, const G4ITNavigator &n)
 

Macro Definition Documentation

#define G4DEBUG_NAVIGATION   1

Definition at line 52 of file G4ITNavigator.cc.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const G4ITNavigator n 
)

Definition at line 1743 of file G4ITNavigator.cc.

References G4ITNavigator::fHistory, and G4endl.

1744 {
1745  os << "Current History: " << G4endl << n.fHistory;
1746  return os;
1747 }
G4NavigationHistory fHistory
#define G4endl
Definition: G4ios.hh:61