Geant4-11
Functions
G4tgrPlaceDivRep.cc File Reference
#include "G4tgrPlaceDivRep.hh"
#include "G4SystemOfUnits.hh"
#include "G4tgrUtils.hh"
#include "G4tgrMessenger.hh"
#include "G4tgrVolume.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4tgrPlaceDivRep &obj)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4tgrPlaceDivRep obj 
)

Definition at line 114 of file G4tgrPlaceDivRep.cc.

115{
116 os << "G4tgrPlaceDivRep= in " << obj.theParentName << " NDiv= " << obj.theNDiv
117 << " Width= " << obj.theWidth << " Axis= " << obj.theAxis
118 << " Offset= " << obj.theOffset << " DivType= " << obj.theDivType
119 << G4endl;
120
121 return os;
122}
#define G4endl
Definition: G4ios.hh:57
G4String theParentName
Definition: G4tgrPlace.hh:66