68 delete theDetectorBuilder;
102 theVolumeList.insert( G4mssvol::value_type( vol->
GetName(),
110 theSolids.insert( G4mmssol::value_type( solid->
GetName(),
118 theLVs.insert( G4mmslv::value_type( lv->
GetName(),
124 G4cout <<
" G4tgbVolumeMgr::RegisterMe() - Logical volume registered: "
133 thePVs.insert( G4mmspv::value_type( pv->
GetName(),
143 const_cast<G4LogicalVolume*>(parentLV);
145 const_cast<G4LogicalVolume*>(logvol);
152 G4mapsvol::iterator cite;
154 for(cite = vollist.begin(); cite != vollist.end(); cite++)
166 G4mssvol::const_iterator cite = theVolumeList.find( volname );
167 if( cite == theVolumeList.end() )
169 G4String ErrMessage =
"G4tgbVolume not found: " + volname +
" !";
170 G4Exception(
"G4tgbVolumeMgr::FindVolume()",
"InvalidSetup",
173 return (*cite).second;
183 G4cout <<
" G4tgbVolumeMgr::FindG4Solid() - " << name <<
G4endl;
188 std::pair<G4mmssol::iterator, G4mmssol::iterator> mmssdi;
189 mmssdi = theSolids.equal_range( name );
191 if( mmssdi.first != mmssdi.second ) {
192 G4mmssol::const_iterator mmsscite = mmssdi.first;
197 G4cout <<
" G4tgbVolumeMgr::FindG4Solid() - Solid finding "
215 oldSolid = (*mmsscite).second;
219 G4cout <<
" G4tgbVolumeMgr::FindG4Solid() - Solid already found "
228 G4cout <<
" G4tgbVolumeMgr::FindG4Solid() - Old solid: "
241 G4mmslv::const_iterator mscite = theLVs.find( name );
242 if( mscite == theLVs.end() )
246 G4String ErrMessage =
"Logical volume name " + name +
" not found !";
247 G4Exception(
"G4tgbVolumeMgr::FindG4LogVol()",
"InvalidSetup",
254 return (*mscite).second;
262 G4mmspv::const_iterator mscite = thePVs.find( name );
263 if( mscite == thePVs.end() )
267 G4String ErrMessage =
"Physical volume name " + name +
" not found !";
268 G4Exception(
"G4tgbVolumeMgr::FindG4PhysVol()",
"InvalidSetup",
275 return (*mscite).second;
289 G4cout <<
" G4tgbVolumeMgr::GetTopPhysVol() - pv: "
306 G4cout <<
" G4tgbVolumeMgr::GetTopLogVol theLVInvTresize "
307 << theLVInvTree.size() <<
G4endl;
310 if( theLVInvTree.size() == 0 )
312 G4Exception(
"G4tgbVolumeMgr::GetTopLogVol()",
"InvalidSetup",
320 lv = (*(theLVInvTree.begin())).first;
324 while( (*(theLVInvTree.find( lv ))).second != 0)
327 lv = (*(theLVInvTree.find( lv ))).second;
331 G4cout <<
" G4tgbVolumeMgr::GetTopPhysVol: lv "
361 G4cout <<
" @@@@@@@@@@@@@ Dumping Geant4 geometry objects Summary " <<
G4endl;
362 G4cout <<
" @@@ Geometry built inside world volume: "
364 G4cout <<
" Number of G4VSolid's: " << theSolids.size() <<
G4endl;
365 G4cout <<
" Number of G4LogicalVolume's: " << theLVs.size() <<
G4endl;
366 G4cout <<
" Number of G4VPhysicalVolume's: " << thePVs.size() <<
G4endl;
369 G4cout <<
" Number of G4Isotope's: "
371 G4cout <<
" Number of G4Element's: "
373 G4cout <<
" Number of G4Material's: "
377 G4cout <<
" Number of G4RotationMatrix's: "
390 G4mmssol::const_iterator cite;
391 for( cite = theSolids.begin(); cite != theSolids.end(); cite++)
393 G4cout <<
"G4SOLID: " << (*cite).second->GetName()
394 <<
" of type " << (*cite).second->GetEntityType() <<
G4endl;
402 G4cout <<
" @@@@@@@@@@@@@ DUMPING G4LogicalVolume's Tree " <<
G4endl;
412 unsigned int leafDepth)
414 for(
size_t ii=0; ii < leafDepth; ii++ )
439 G4cout <<
" @@@@@@@@@@@@@ DUMPING G4PhysicalVolume's Tree " <<
G4endl;
449 unsigned int leafDepth)
451 for(
size_t ii=0; ii < leafDepth; ii++ )