12 #include "GeoModelKernel/GeoBox.h"
13 #include "GeoModelKernel/GeoLogVol.h"
14 #include "GeoModelKernel/GeoPhysVol.h"
15 #include "GeoModelKernel/GeoShape.h"
16 #include "GeoModelKernel/GeoShapeShift.h"
17 #include "GaudiKernel/SystemOfUnits.h"
56 if (
m_ringType == 0) { zposition = -1 * zposition; };
57 const GeoShape & connectorPos = (*moduleConnShape << GeoTrf::Translate3D(xposition,0.,zposition));
60 const GeoLogVol * moduleConnLog =
new GeoLogVol(
getName(), &connectorPos,
m_material);
62 GeoPhysVol * moduleConnector =
new GeoPhysVol(moduleConnLog);
64 return moduleConnector;