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"
38 for (
int i = 0; i < 4; i++){
39 if (parameters->fwdCoolingBlockHiLo(i) ==
m_hiLo && parameters->fwdCoolingBlockMainOrSecondary(i) ==
m_mainSec) {
45 std::cout <<
"SCT_FwdCoolingBlock: ERROR. Cooling block type is missing. HiLo = " <<
m_hiLo
46 <<
", MainSecondary = " <<
m_mainSec << std::endl;
66 const GeoLogVol *coolingBlockLog =
68 GeoPhysVol * coolingBlock =
new GeoPhysVol(coolingBlockLog);
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
std::string m_materialName
virtual GeoVPhysVol * build()
SCT_FwdCoolingBlock(const std::string &name, int hiLo, int mainOrSecondary, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials)
const GeoMaterial * m_material
GeoVPhysVol * m_physVolume
SCT_SharedComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr)