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

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