8 #include "GeoModelKernel/GeoLogVol.h"
11 #include "G4LogicalVolume.hh"
12 #include "G4Material.hh"
18 typedef std::map<std::string, G4LogicalVolume*, std::less<std::string> >
vMap;
28 const std::string&
n=
theLog->getName();
30 G4LogicalVolume *theG4Log=0;
31 G4Material* theG4Mat=theMaterialFactory.
Build(
theLog->getMaterial());
33 G4VSolid * theG4Solid = theSolidFactory.Build(
theLog->getShape());
36 theG4Log =
new G4LogicalVolume(theG4Solid,