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

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

Definition at line 116 of file G4tgrPlaceDivRep.cc.

References G4endl, G4tgrPlaceDivRep::theAxis, G4tgrPlaceDivRep::theDivType, G4tgrPlaceDivRep::theNDiv, G4tgrPlaceDivRep::theOffset, G4tgrPlace::theParentName, and G4tgrPlaceDivRep::theWidth.

00117 {
00118   os << "G4tgrPlaceDivRep= in " << obj.theParentName
00119      << " NDiv= " << obj.theNDiv << " Width= " << obj.theWidth
00120      << " Axis= " << obj.theAxis << " Offset= " << obj.theOffset
00121      << " DivType= " << obj.theDivType << G4endl;
00122 
00123   return os;
00124 }


Generated on Mon May 27 17:51:10 2013 for Geant4 by  doxygen 1.4.7