#include <SCT_FwdCoolingPipe.h>
|
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 12 of file SCT_FwdCoolingPipe.h.
◆ SCT_FwdCoolingPipe()
Definition at line 21 of file SCT_FwdCoolingPipe.cxx.
31{
32 m_length = std::abs(endPos - startPos);
34
37}
double innerRadius() const
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_FwdCoolingPipe::build |
( |
| ) |
|
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 49 of file SCT_FwdCoolingPipe.cxx.
50{
51
52
53
54
55
56
60
61
62
65
66 GeoPhysVol * pipe = new GeoPhysVol(pipeLog);
67
68 return pipe;
69}
const std::string & getName() const
const GeoMaterial * m_material
◆ epsilon()
| double SCT_ComponentFactory::epsilon |
( |
| ) |
const |
|
protectedinherited |
◆ getName()
| const std::string & SCT_ComponentFactory::getName |
( |
| ) |
const |
|
inlineinherited |
◆ getParameters()
| void SCT_FwdCoolingPipe::getParameters |
( |
| ) |
|
|
private |
Definition at line 41 of file SCT_FwdCoolingPipe.cxx.
42{
46}
SCT_GeometryManager * m_geometryManager
SCT_MaterialManager * m_materials
◆ getVolume()
| GeoVPhysVol * SCT_SharedComponentFactory::getVolume |
( |
| ) |
|
|
inlineinherited |
◆ innerRadius()
| double SCT_FwdCoolingPipe::innerRadius |
( |
| ) |
const |
|
inline |
◆ intToString()
| std::string SCT_ComponentFactory::intToString |
( |
int | i | ) |
const |
|
inherited |
◆ length()
| double SCT_FwdCoolingPipe::length |
( |
| ) |
const |
|
inline |
◆ material()
| const GeoMaterial * SCT_FwdCoolingPipe::material |
( |
| ) |
const |
|
inline |
◆ outerRadius()
| double SCT_FwdCoolingPipe::outerRadius |
( |
| ) |
const |
|
inline |
◆ pipeRadius()
| double SCT_FwdCoolingPipe::pipeRadius |
( |
| ) |
const |
|
inline |
◆ thickness()
| double SCT_FwdCoolingPipe::thickness |
( |
| ) |
const |
|
inline |
◆ zPosition()
| double SCT_FwdCoolingPipe::zPosition |
( |
| ) |
const |
|
inline |
◆ m_detectorManager
◆ m_geometryManager
◆ m_innerRadius
| double SCT_FwdCoolingPipe::m_innerRadius |
|
private |
◆ m_length
| double SCT_FwdCoolingPipe::m_length |
|
private |
◆ m_material
| const GeoMaterial* SCT_FwdCoolingPipe::m_material = nullptr |
|
private |
◆ m_materials
◆ m_name
| std::string SCT_ComponentFactory::m_name |
|
privateinherited |
◆ m_numPipes
| int SCT_FwdCoolingPipe::m_numPipes |
|
private |
◆ m_outerRadius
| double SCT_FwdCoolingPipe::m_outerRadius = 0.0 |
|
private |
◆ m_physVolume
| GeoVPhysVol* SCT_SharedComponentFactory::m_physVolume |
|
protectedinherited |
◆ m_pipeRadius
| double SCT_FwdCoolingPipe::m_pipeRadius = 0.0 |
|
private |
◆ m_thickness
| double SCT_FwdCoolingPipe::m_thickness = 0.0 |
|
private |
◆ m_zPosition
| double SCT_FwdCoolingPipe::m_zPosition |
|
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: