#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) |
| 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 }
1.4.7