6 #include "GeoModelKernel/GeoTube.h"
7 #include "GeoModelKernel/GeoLogVol.h"
8 #include "GeoModelKernel/GeoPhysVol.h"
9 #include "GeoModelKernel/GeoMaterial.h"
10 #include "GeoModelKernel/GeoTransform.h"
17 GeoModelIO::ReadGeoModel* sqliteReader,
18 std::shared_ptr<std::map<std::string, GeoFullPhysVol*>> mapFPV,
19 std::shared_ptr<std::map<std::string, GeoAlignableTransform*>> mapAX)
53 const GeoTube* supportTube =
new GeoTube(rmin,rmax,halflength);
56 std::string logName =
"DiskSup";
59 logName = logName+o.str();
60 GeoLogVol* theSupport =
new GeoLogVol(logName,supportTube,supportMat);
61 GeoPhysVol* supportPhys =
new GeoPhysVol(theSupport);