#include <SCT_Spider.h>
|
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 14 of file SCT_Spider.h.
◆ SCT_Spider()
Definition at line 18 of file SCT_Spider.cxx.
23{
26}
GeoVPhysVol * m_physVolume
SCT_SharedComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr)
virtual GeoVPhysVol * build()
◆ build()
| GeoVPhysVol * SCT_Spider::build |
( |
| ) |
|
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 41 of file SCT_Spider.cxx.
42{
43
48
49 GeoPhysVol * spider = new GeoPhysVol(spiderLog);
50
51 return spider;
52}
const std::string & getName() const
SCT_MaterialManager * m_materials
const GeoMaterial * m_material
std::string m_materialName
◆ epsilon()
| double SCT_ComponentFactory::epsilon |
( |
| ) |
const |
|
protectedinherited |
◆ getName()
| const std::string & SCT_ComponentFactory::getName |
( |
| ) |
const |
|
inlineinherited |
◆ getParameters()
| void SCT_Spider::getParameters |
( |
| ) |
|
|
private |
Definition at line 30 of file SCT_Spider.cxx.
31{
33
38}
SCT_GeometryManager * m_geometryManager
◆ getVolume()
| GeoVPhysVol * SCT_SharedComponentFactory::getVolume |
( |
| ) |
|
|
inlineinherited |
◆ innerRadius()
| double SCT_Spider::innerRadius |
( |
| ) |
const |
|
inline |
◆ intToString()
| std::string SCT_ComponentFactory::intToString |
( |
int | i | ) |
const |
|
inherited |
◆ length()
| double SCT_Spider::length |
( |
| ) |
const |
|
inline |
◆ material()
| const GeoMaterial * SCT_Spider::material |
( |
| ) |
const |
|
inline |
◆ outerRadius()
| double SCT_Spider::outerRadius |
( |
| ) |
const |
|
inline |
◆ m_detectorManager
◆ m_geometryManager
◆ m_innerRadius
| double SCT_Spider::m_innerRadius = 0.0 |
|
private |
◆ m_length
| double SCT_Spider::m_length = 0.0 |
|
private |
◆ m_material
| const GeoMaterial* SCT_Spider::m_material = nullptr |
|
private |
◆ m_materialName
| std::string SCT_Spider::m_materialName |
|
private |
◆ m_materials
◆ m_name
| std::string SCT_ComponentFactory::m_name |
|
privateinherited |
◆ m_outerRadius
| double SCT_Spider::m_outerRadius = 0.0 |
|
private |
◆ m_physVolume
| GeoVPhysVol* SCT_SharedComponentFactory::m_physVolume |
|
protectedinherited |
◆ 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: