12#include "GeoModelKernel/GeoTube.h"
13#include "GeoModelKernel/GeoLogVol.h"
14#include "GeoModelKernel/GeoPhysVol.h"
15#include "GeoModelKernel/Units.h"
35 m_thickness = parameters->fwdDiscSupportThickness();
47 const GeoLogVol * discSupportLog =
new GeoLogVol(
getName(), discSupportShape,
m_material);
49 GeoPhysVol * discSupport =
new GeoPhysVol(discSupportLog);
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated SCT in...
const std::string & getName() const
std::string intToString(int i) const
SCT_GeometryManager * m_geometryManager
SCT_MaterialManager * m_materials
const GeoMaterial * m_material
SCT_FwdDiscSupport(const std::string &name, int iWheel, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials)
std::string m_materialName
virtual GeoVPhysVol * build()
GeoVPhysVol * m_physVolume
SCT_SharedComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr)