48 extern std::ofstream
ofile;
60 G4cout <<
"Instantiated unit rotation matrix irot=" << irot <<
G4endl;
64 G4cout <<
"Reading the call List file " << inFile <<
"..." <<
G4endl;
74 G4cout <<
"Call List file read completed. Build geometry" <<
G4endl;
97 G4cout <<
"Top-level G3toG4 logical volume " << topLV->
GetName() <<
" "
103 G4cout <<
"scan through G4LogicalVolumeStore:" <<
G4endl;
124 G4int ndau = _lvol -> GetNoDaughters();
126 G4cout <<
"G44LogicalVolume " << _lvol->
GetName() <<
" at level " << level
127 <<
" contains " << ndau <<
" daughters." <<
G4endl;
128 for (
G4int idau=0; idau<ndau; idau++){
129 _pdvol = _lvol-> GetDaughter(idau);
130 _ldvol = _pdvol -> GetLogicalVolume();
131 G4cout <<
"G4VPhysical volume " << std::setw(5) << _pdvol -> GetName()
132 <<
" (G4LogicalVolume " << std::setw(5) << _ldvol->
GetName() <<
")"