#include <SCT_Hybrid.h>
|
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 15 of file SCT_Hybrid.h.
◆ SCT_Hybrid()
Definition at line 18 of file SCT_Hybrid.cxx.
23{
26}
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_Hybrid::build |
( |
| ) |
|
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 39 of file SCT_Hybrid.cxx.
40{
41
42 const GeoBox * simpleHybridShape =
new GeoBox(0.5*
m_thickness,
45 const GeoLogVol * simpleHybridLog =
47 GeoPhysVol * simpleHybrid = new GeoPhysVol(simpleHybridLog);
48
49 return simpleHybrid;
50}
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_Hybrid::getParameters |
( |
| ) |
|
|
private |
Definition at line 29 of file SCT_Hybrid.cxx.
30{
36}
SCT_GeometryManager * m_geometryManager
SCT_MaterialManager * m_materials
◆ getVolume()
| GeoVPhysVol * SCT_SharedComponentFactory::getVolume |
( |
| ) |
|
|
inlineinherited |
◆ intToString()
| std::string SCT_ComponentFactory::intToString |
( |
int | i | ) |
const |
|
inherited |
◆ length()
| double SCT_Hybrid::length |
( |
| ) |
const |
|
inline |
◆ material()
| const GeoMaterial * SCT_Hybrid::material |
( |
| ) |
const |
|
inline |
◆ thickness()
| double SCT_Hybrid::thickness |
( |
| ) |
const |
|
inline |
◆ width()
| double SCT_Hybrid::width |
( |
| ) |
const |
|
inline |
◆ m_detectorManager
◆ m_geometryManager
◆ m_length
| double SCT_Hybrid::m_length = 0.0 |
|
private |
◆ m_material
| const GeoMaterial* SCT_Hybrid::m_material = nullptr |
|
private |
◆ m_materials
◆ m_name
| std::string SCT_ComponentFactory::m_name |
|
privateinherited |
◆ m_physVolume
| GeoVPhysVol* SCT_SharedComponentFactory::m_physVolume |
|
protectedinherited |
◆ m_thickness
| double SCT_Hybrid::m_thickness = 0.0 |
|
private |
◆ m_width
| double SCT_Hybrid::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: