Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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

◆ G4DEBUG_NAVIGATION

#define G4DEBUG_NAVIGATION   1

Definition at line 52 of file G4ITNavigator.cc.

Function Documentation

◆ operator<<()

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

Definition at line 1743 of file G4ITNavigator.cc.

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