Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4GeomTestStreamLogger.cc File Reference
#include <iomanip>
#include "G4SystemOfUnits.hh"
#include "G4GeomTestStreamLogger.hh"
#include "G4VSolid.hh"
#include "G4VPhysicalVolume.hh"
#include "G4GeomTestOverlapList.hh"
#include "G4GeomTestOvershootList.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const G4GeomTestStreamLogger::PrintPos &p)
 
std::ostream & operator<< (std::ostream &o, const G4GeomTestStreamLogger::VolumeNameAndCopy &p)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream &  o,
const G4GeomTestStreamLogger::PrintPos p 
)

Definition at line 70 of file G4GeomTestStreamLogger.cc.

72{
73 p.Print(o);
74 return o;
75}

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream &  o,
const G4GeomTestStreamLogger::VolumeNameAndCopy p 
)

Definition at line 88 of file G4GeomTestStreamLogger.cc.

90{
91 p.Print(o);
92 return o;
93}