#include <SCT_Harness.h>
|
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 14 of file SCT_Harness.h.
◆ SCT_Harness()
Definition at line 18 of file SCT_Harness.cxx.
24{
27}
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_Harness::build |
( |
| ) |
|
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 41 of file SCT_Harness.cxx.
42{
43
44
49 GeoPhysVol * harness = new GeoPhysVol(harnessLog);
50
51 return harness;
52}
const std::string & getName() const
SCT_MaterialManager * m_materials
std::string m_materialName
const GeoMaterial * m_material
◆ epsilon()
| double SCT_ComponentFactory::epsilon |
( |
| ) |
const |
|
protectedinherited |
◆ getName()
| const std::string & SCT_ComponentFactory::getName |
( |
| ) |
const |
|
inlineinherited |
◆ getParameters()
| void SCT_Harness::getParameters |
( |
| ) |
|
|
private |
Definition at line 31 of file SCT_Harness.cxx.
32{
34
38}
SCT_GeometryManager * m_geometryManager
◆ getVolume()
| GeoVPhysVol * SCT_SharedComponentFactory::getVolume |
( |
| ) |
|
|
inlineinherited |
◆ intToString()
| std::string SCT_ComponentFactory::intToString |
( |
int | i | ) |
const |
|
inherited |
◆ length()
| double SCT_Harness::length |
( |
| ) |
const |
|
inline |
◆ material()
| const GeoMaterial * SCT_Harness::material |
( |
| ) |
const |
|
inline |
◆ thickness()
| double SCT_Harness::thickness |
( |
| ) |
const |
|
inline |
◆ width()
| double SCT_Harness::width |
( |
| ) |
const |
|
inline |
◆ m_detectorManager
◆ m_geometryManager
◆ m_length
| double SCT_Harness::m_length |
|
private |
◆ m_material
| const GeoMaterial* SCT_Harness::m_material = nullptr |
|
private |
◆ m_materialName
| std::string SCT_Harness::m_materialName |
|
private |
◆ m_materials
◆ m_name
| std::string SCT_ComponentFactory::m_name |
|
privateinherited |
◆ m_physVolume
| GeoVPhysVol* SCT_SharedComponentFactory::m_physVolume |
|
protectedinherited |
◆ m_thickness
| double SCT_Harness::m_thickness = 0.0 |
|
private |
◆ m_width
| double SCT_Harness::m_width = 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: