![]() |
ATLAS Offline Software
|
#include <SCT_FwdCoolingBlock.h>
Public Types | |
| enum | types { UPPER = 1 , LOWER = -1 , MAIN = 0 , SECONDARY = 1 } |
Public Member Functions | |
| SCT_FwdCoolingBlock (const std::string &name, int hiLo, int mainOrSecondary, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials) | |
| const GeoMaterial * | material () const |
| double | thickness () const |
| double | deltaR () const |
| double | rphi () const |
| double | offsetFromDisc () const |
| double | index () const |
| GeoVPhysVol * | getVolume () |
| const std::string & | getName () const |
Protected Member Functions | |
| double | epsilon () const |
Protected Attributes | |
| GeoVPhysVol * | m_physVolume {} |
| InDetDD::SCT_DetectorManager * | m_detectorManager {} |
| SCT_GeometryManager * | m_geometryManager {} |
| SCT_MaterialManager * | m_materials {} |
Private Member Functions | |
| void | getParameters () |
| virtual GeoVPhysVol * | build () |
Private Attributes | |
| const GeoMaterial * | m_material = nullptr |
| std::string | m_materialName |
| double | m_thickness = 0.0 |
| double | m_deltaR = 0.0 |
| double | m_rphi = 0.0 |
| double | m_offset = 0.0 |
| int | m_hiLo |
| int | m_mainSec |
| int | m_coolingBlockIndex = 0 |
| std::string | m_name |
Static Private Attributes | |
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 16 of file SCT_FwdCoolingBlock.h.
| SCT_FwdCoolingBlock::SCT_FwdCoolingBlock | ( | const std::string & | name, |
| int | hiLo, | ||
| int | mainOrSecondary, | ||
| InDetDD::SCT_DetectorManager * | detectorManager, | ||
| SCT_GeometryManager * | geometryManager, | ||
| SCT_MaterialManager * | materials ) |
Definition at line 20 of file SCT_FwdCoolingBlock.cxx.
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 60 of file SCT_FwdCoolingBlock.cxx.
|
inline |
Definition at line 35 of file SCT_FwdCoolingBlock.h.
|
protectedinherited |
Definition at line 28 of file SCT_ComponentFactory.cxx.
|
inlineinherited |
Definition at line 35 of file SCT_ComponentFactory.h.
|
private |
Definition at line 33 of file SCT_FwdCoolingBlock.cxx.
|
inlineinherited |
Definition at line 63 of file SCT_ComponentFactory.h.
|
inline |
Definition at line 38 of file SCT_FwdCoolingBlock.h.
|
inline |
Definition at line 33 of file SCT_FwdCoolingBlock.h.
|
inline |
Definition at line 37 of file SCT_FwdCoolingBlock.h.
|
inline |
Definition at line 36 of file SCT_FwdCoolingBlock.h.
|
inline |
Definition at line 34 of file SCT_FwdCoolingBlock.h.
|
private |
Definition at line 52 of file SCT_FwdCoolingBlock.h.
|
private |
Definition at line 47 of file SCT_FwdCoolingBlock.h.
|
protectedinherited |
Definition at line 38 of file SCT_ComponentFactory.h.
|
protectedinherited |
Definition at line 39 of file SCT_ComponentFactory.h.
|
private |
Definition at line 50 of file SCT_FwdCoolingBlock.h.
|
private |
Definition at line 51 of file SCT_FwdCoolingBlock.h.
|
private |
Definition at line 44 of file SCT_FwdCoolingBlock.h.
|
private |
Definition at line 45 of file SCT_FwdCoolingBlock.h.
|
protectedinherited |
Definition at line 40 of file SCT_ComponentFactory.h.
|
privateinherited |
Definition at line 46 of file SCT_ComponentFactory.h.
|
private |
Definition at line 49 of file SCT_FwdCoolingBlock.h.
|
protectedinherited |
Definition at line 66 of file SCT_ComponentFactory.h.
|
private |
Definition at line 48 of file SCT_FwdCoolingBlock.h.
|
private |
Definition at line 46 of file SCT_FwdCoolingBlock.h.
|
staticprivateinherited |
Definition at line 47 of file SCT_ComponentFactory.h.