12#include "GeoModelKernel/GeoTube.h"
13#include "GeoModelKernel/GeoLogVol.h"
14#include "GeoModelKernel/GeoPhysVol.h"
15#include "GeoModelKernel/Units.h"
35 m_thickness = parameters->fwdDiscFixationThickness();
36 m_radius = parameters->fwdDiscFixationRadius();
44 const GeoLogVol * discFixationLog =
new GeoLogVol(
getName(), discFixationShape,
m_material);
46 GeoPhysVol * discFixation =
new GeoPhysVol(discFixationLog);
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated SCT in...
const std::string & getName() const
SCT_GeometryManager * m_geometryManager
SCT_MaterialManager * m_materials
SCT_FwdDiscFixation(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials)
std::string m_materialName
virtual GeoVPhysVol * build()
const GeoMaterial * m_material
GeoVPhysVol * m_physVolume
SCT_SharedComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr)