#include <SCT_FwdDiscSupport.h>
|
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 12 of file SCT_FwdDiscSupport.h.
◆ SCT_FwdDiscSupport()
Definition at line 17 of file SCT_FwdDiscSupport.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_FwdDiscSupport::build |
( |
| ) |
|
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 41 of file SCT_FwdDiscSupport.cxx.
42{
43
47 const GeoLogVol * discSupportLog =
new GeoLogVol(
getName(), discSupportShape,
m_material);
48
49 GeoPhysVol * discSupport = new GeoPhysVol(discSupportLog);
50
51 return discSupport;
52}
const std::string & getName() const
std::string intToString(int i) 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_FwdDiscSupport::getParameters |
( |
| ) |
|
|
private |
◆ getVolume()
| GeoVPhysVol * SCT_SharedComponentFactory::getVolume |
( |
| ) |
|
|
inlineinherited |
◆ innerRadius()
| double SCT_FwdDiscSupport::innerRadius |
( |
| ) |
const |
|
inline |
◆ intToString()
| std::string SCT_ComponentFactory::intToString |
( |
int | i | ) |
const |
|
inherited |
◆ material()
| const GeoMaterial * SCT_FwdDiscSupport::material |
( |
| ) |
const |
|
inline |
◆ outerRadius()
| double SCT_FwdDiscSupport::outerRadius |
( |
| ) |
const |
|
inline |
◆ thickness()
| double SCT_FwdDiscSupport::thickness |
( |
| ) |
const |
|
inline |
◆ m_detectorManager
◆ m_geometryManager
◆ m_innerRadius
| double SCT_FwdDiscSupport::m_innerRadius = 0.0 |
|
private |
◆ m_iWheel
| int SCT_FwdDiscSupport::m_iWheel |
|
private |
◆ m_material
| const GeoMaterial* SCT_FwdDiscSupport::m_material = nullptr |
|
private |
◆ m_materialName
| std::string SCT_FwdDiscSupport::m_materialName |
|
private |
◆ m_materials
◆ m_name
| std::string SCT_ComponentFactory::m_name |
|
privateinherited |
◆ m_outerRadius
| double SCT_FwdDiscSupport::m_outerRadius = 0.0 |
|
private |
◆ m_physVolume
| GeoVPhysVol* SCT_SharedComponentFactory::m_physVolume |
|
protectedinherited |
◆ m_thickness
| double SCT_FwdDiscSupport::m_thickness = 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: