#include <SCT_FwdCoolingBlock.h>
|
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 16 of file SCT_FwdCoolingBlock.h.
◆ types
◆ SCT_FwdCoolingBlock()
Definition at line 20 of file SCT_FwdCoolingBlock.cxx.
26{
29}
virtual GeoVPhysVol * build()
GeoVPhysVol * m_physVolume
SCT_SharedComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr)
◆ build()
| GeoVPhysVol * SCT_FwdCoolingBlock::build |
( |
| ) |
|
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 60 of file SCT_FwdCoolingBlock.cxx.
61{
62
63
66 const GeoLogVol *coolingBlockLog =
68 GeoPhysVol * coolingBlock = new GeoPhysVol(coolingBlockLog);
69
70 return coolingBlock;
71}
const std::string & getName() const
SCT_MaterialManager * m_materials
std::string m_materialName
const GeoMaterial * m_material
◆ deltaR()
| double SCT_FwdCoolingBlock::deltaR |
( |
| ) |
const |
|
inline |
◆ epsilon()
| double SCT_ComponentFactory::epsilon |
( |
| ) |
const |
|
protectedinherited |
◆ getName()
| const std::string & SCT_ComponentFactory::getName |
( |
| ) |
const |
|
inlineinherited |
◆ getParameters()
| void SCT_FwdCoolingBlock::getParameters |
( |
| ) |
|
|
private |
Definition at line 33 of file SCT_FwdCoolingBlock.cxx.
34{
36
38 for (
int i = 0;
i < 4;
i++){
41 }
42 }
43
45 std::cout <<
"SCT_FwdCoolingBlock: ERROR. Cooling block type is missing. HiLo = " <<
m_hiLo
46 <<
", MainSecondary = " <<
m_mainSec << std::endl;
47
48 }
49
55
56
57}
SCT_GeometryManager * m_geometryManager
◆ getVolume()
| GeoVPhysVol * SCT_SharedComponentFactory::getVolume |
( |
| ) |
|
|
inlineinherited |
◆ index()
| double SCT_FwdCoolingBlock::index |
( |
| ) |
const |
|
inline |
◆ intToString()
| std::string SCT_ComponentFactory::intToString |
( |
int | i | ) |
const |
|
inherited |
◆ material()
| const GeoMaterial * SCT_FwdCoolingBlock::material |
( |
| ) |
const |
|
inline |
◆ offsetFromDisc()
| double SCT_FwdCoolingBlock::offsetFromDisc |
( |
| ) |
const |
|
inline |
◆ rphi()
| double SCT_FwdCoolingBlock::rphi |
( |
| ) |
const |
|
inline |
◆ thickness()
| double SCT_FwdCoolingBlock::thickness |
( |
| ) |
const |
|
inline |
◆ m_coolingBlockIndex
| int SCT_FwdCoolingBlock::m_coolingBlockIndex = 0 |
|
private |
◆ m_deltaR
| double SCT_FwdCoolingBlock::m_deltaR = 0.0 |
|
private |
◆ m_detectorManager
◆ m_geometryManager
◆ m_hiLo
| int SCT_FwdCoolingBlock::m_hiLo |
|
private |
◆ m_mainSec
| int SCT_FwdCoolingBlock::m_mainSec |
|
private |
◆ m_material
| const GeoMaterial* SCT_FwdCoolingBlock::m_material = nullptr |
|
private |
◆ m_materialName
| std::string SCT_FwdCoolingBlock::m_materialName |
|
private |
◆ m_materials
◆ m_name
| std::string SCT_ComponentFactory::m_name |
|
privateinherited |
◆ m_offset
| double SCT_FwdCoolingBlock::m_offset = 0.0 |
|
private |
◆ m_physVolume
| GeoVPhysVol* SCT_SharedComponentFactory::m_physVolume |
|
protectedinherited |
◆ m_rphi
| double SCT_FwdCoolingBlock::m_rphi = 0.0 |
|
private |
◆ m_thickness
| double SCT_FwdCoolingBlock::m_thickness = 0.0 |
|
private |
◆ s_epsilon
| const double SCT_ComponentFactory::s_epsilon = 1.0e-6 * Gaudi::Units::mm |
|
staticprivateinherited |
The documentation for this class was generated from the following files: