12#include "GeoModelKernel/GeoBox.h"
13#include "GeoModelKernel/GeoLogVol.h"
14#include "GeoModelKernel/GeoPhysVol.h"
15#include "GeoModelKernel/GeoMaterial.h"
16#include "GeoModelKernel/Units.h"
34 m_length = parameters->hybridLength();
35 m_width = parameters->hybridWidth();
42 const GeoBox * simpleHybridShape =
new GeoBox(0.5*
m_thickness,
45 const GeoLogVol * simpleHybridLog =
47 GeoPhysVol * simpleHybrid =
new GeoPhysVol(simpleHybridLog);
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
virtual GeoVPhysVol * build()
const GeoMaterial * m_material
SCT_Hybrid(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)