41 #ifndef G4tgbVolumeMgr_h
42 #define G4tgbVolumeMgr_h
58 typedef std::map< G4String, G4tgbVolume* >
G4mssvol;
59 typedef std::multimap< G4String, G4VSolid* >
G4mmssol;
60 typedef std::multimap< G4String, G4LogicalVolume* >
G4mmslv;
61 typedef std::multimap< G4String, G4VPhysicalVolume* >
G4mmspv;
62 typedef std::map< G4LogicalVolume*, G4LogicalVolume* >
G4mlvlv;
63 typedef std::map< G4VPhysicalVolume*, G4VPhysicalVolume* >
G4mpvpv;
104 const G4bool bExists = 0 );
108 const G4bool bExists = 0 );
131 const std::multimap< G4String, G4VSolid* >&
GetSolids()
const
132 {
return theSolids; }
134 { theDetectorBuilder = db; }
136 {
return theDetectorBuilder; }