13#include "GeoModelKernel/GeoBox.h"
14#include "GeoModelKernel/GeoLogVol.h"
15#include "GeoModelKernel/GeoPhysVol.h"
16#include "GeoModelKernel/GeoMaterial.h"
37 m_width = parameters->baseBoardWidth();
38 m_length = parameters->baseBoardLength();
46 const GeoBox * simpleBaseBoardShape =
new GeoBox(0.5*
m_thickness,
50 const GeoLogVol * simpleBaseBoardLog =
53 GeoPhysVol * simpleBaseBoard =
new GeoPhysVol(simpleBaseBoardLog);
55 return simpleBaseBoard;
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated SCT in...
const GeoMaterial * m_material
SCT_BaseBoard(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials)
virtual GeoVPhysVol * build()
const std::string & getName() const
SCT_GeometryManager * m_geometryManager
SCT_MaterialManager * m_materials
GeoVPhysVol * m_physVolume
SCT_SharedComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr)