#include <SCT_FwdPowerTape.h>
|
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 12 of file SCT_FwdPowerTape.h.
◆ SCT_FwdPowerTape()
Definition at line 19 of file SCT_FwdPowerTape.cxx.
29{
30 m_length = std::abs(endPos - startPos);
32
35}
virtual GeoVPhysVol * build()
double innerRadius() const
GeoVPhysVol * m_physVolume
SCT_SharedComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr)
◆ build()
| GeoVPhysVol * SCT_FwdPowerTape::build |
( |
| ) |
|
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 47 of file SCT_FwdPowerTape.cxx.
48{
49
50
51
52
56
57
59 const GeoLogVol * powerTapeLog =
new GeoLogVol(
getName(), powerTapeShape,
m_material);
60
61 GeoPhysVol * powerTape = new GeoPhysVol(powerTapeLog);
62
63 return powerTape;
64}
const std::string & getName() const
const GeoMaterial * m_material
◆ crossSectArea()
| double SCT_FwdPowerTape::crossSectArea |
( |
| ) |
const |
|
inline |
◆ epsilon()
| double SCT_ComponentFactory::epsilon |
( |
| ) |
const |
|
protectedinherited |
◆ getName()
| const std::string & SCT_ComponentFactory::getName |
( |
| ) |
const |
|
inlineinherited |
◆ getParameters()
| void SCT_FwdPowerTape::getParameters |
( |
| ) |
|
|
private |
Definition at line 39 of file SCT_FwdPowerTape.cxx.
40{
44}
SCT_GeometryManager * m_geometryManager
SCT_MaterialManager * m_materials
◆ getVolume()
| GeoVPhysVol * SCT_SharedComponentFactory::getVolume |
( |
| ) |
|
|
inlineinherited |
◆ innerRadius()
| double SCT_FwdPowerTape::innerRadius |
( |
| ) |
const |
|
inline |
◆ intToString()
| std::string SCT_ComponentFactory::intToString |
( |
int | i | ) |
const |
|
inherited |
◆ length()
| double SCT_FwdPowerTape::length |
( |
| ) |
const |
|
inline |
◆ material()
| const GeoMaterial * SCT_FwdPowerTape::material |
( |
| ) |
const |
|
inline |
◆ outerRadius()
| double SCT_FwdPowerTape::outerRadius |
( |
| ) |
const |
|
inline |
◆ thickness()
| double SCT_FwdPowerTape::thickness |
( |
| ) |
const |
|
inline |
◆ zPosition()
| double SCT_FwdPowerTape::zPosition |
( |
| ) |
const |
|
inline |
◆ m_crossSectArea
| double SCT_FwdPowerTape::m_crossSectArea = 0.0 |
|
private |
◆ m_detectorManager
◆ m_geometryManager
◆ m_innerRadius
| double SCT_FwdPowerTape::m_innerRadius |
|
private |
◆ m_length
| double SCT_FwdPowerTape::m_length |
|
private |
◆ m_material
| const GeoMaterial* SCT_FwdPowerTape::m_material = nullptr |
|
private |
◆ m_materials
◆ m_name
| std::string SCT_ComponentFactory::m_name |
|
privateinherited |
◆ m_numModules
| int SCT_FwdPowerTape::m_numModules |
|
private |
◆ m_outerRadius
| double SCT_FwdPowerTape::m_outerRadius = 0.0 |
|
private |
◆ m_physVolume
| GeoVPhysVol* SCT_SharedComponentFactory::m_physVolume |
|
protectedinherited |
◆ m_thickness
| double SCT_FwdPowerTape::m_thickness = 0.0 |
|
private |
◆ m_zPosition
| double SCT_FwdPowerTape::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: