#include "G4tgrPlaceSimple.hh"#include "G4SystemOfUnits.hh"#include "G4tgrUtils.hh"#include "G4tgrVolume.hh"#include "G4tgrMessenger.hh"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const G4tgrPlaceSimple &obj) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const G4tgrPlaceSimple & | obj | |||
| ) |
Definition at line 89 of file G4tgrPlaceSimple.cc.
References G4endl, G4tgrPlace::theParentName, G4tgrPlaceSimple::thePlace, and G4tgrPlaceSimple::theRotMatName.
00090 { 00091 os << "G4tgrPlaceSimple= in " << obj.theParentName 00092 << " Position= " << obj.thePlace 00093 << " RotMatName= " << obj.theRotMatName << G4endl; 00094 00095 return os; 00096 }
1.4.7