G4tgrVolumeDivision.cc File Reference

#include "G4tgrVolumeDivision.hh"
#include "G4SystemOfUnits.hh"
#include "G4tgrUtils.hh"
#include "G4tgrVolumeMgr.hh"
#include "G4tgrPlace.hh"
#include "G4tgrFileReader.hh"
#include "G4tgrPlaceDivRep.hh"
#include "G4tgrMessenger.hh"

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 153 of file G4tgrVolumeDivision.cc.

References G4endl, G4tgrVolume::theName, and G4tgrVolumeDivision::thePlaceDiv.

00154 {
00155   os << "G4tgrVolumeDivision= " << obj.theName
00156      << " Placement= " << *(obj.thePlaceDiv) << G4endl;
00157 
00158   return os;
00159 }


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