Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Definition at line 116 of file G4tgrPlaceDivRep.cc.

References G4endl, and G4tgrPlace::theParentName.

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 }
G4String theParentName
Definition: G4tgrPlace.hh:72
#define G4endl
Definition: G4ios.hh:61