12#include "GeoModelKernel/GeoBox.h"
13#include "GeoModelKernel/GeoLogVol.h"
14#include "GeoModelKernel/GeoPhysVol.h"
15#include "GeoModelKernel/Units.h"
35 m_thickness = parameters->fwdPPConnectorThickness();
36 m_deltaR = parameters->fwdPPConnectorDeltaR();
37 m_rphi = parameters->fwdPPConnectorRPhi();
45 const GeoLogVol * pPConnectorLog =
new GeoLogVol(
getName(), pPConnectorShape,
m_material);
47 GeoPhysVol * pPConnector =
new GeoPhysVol(pPConnectorLog);
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
const GeoMaterial * m_material
std::string m_materialName
virtual GeoVPhysVol * build()
SCT_FwdPPConnector(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials)
GeoVPhysVol * m_physVolume
SCT_SharedComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr)