#include <SCT_FwdOptoHarness.h>
|
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 12 of file SCT_FwdOptoHarness.h.
◆ SCT_FwdOptoHarness()
Definition at line 22 of file SCT_FwdOptoHarness.cxx.
28{
31}
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_FwdOptoHarness::build |
( |
| ) |
|
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 57 of file SCT_FwdOptoHarness.cxx.
58{
61 const GeoLogVol * optoHarnessLog =
new GeoLogVol(
getName(), optoHarnessShape,
m_material);
62
63 GeoPhysVol * optoHarness = new GeoPhysVol(optoHarnessLog);
64
65 return optoHarness;
66}
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_FwdOptoHarness::getParameters |
( |
| ) |
|
|
private |
Definition at line 35 of file SCT_FwdOptoHarness.cxx.
36{
38
40 for(
int i=0;
i<3; ++
i) {
42 }
43
45 std::cout <<
"SCT_FwdOptoHarness: ERROR. Disc type is missing" <<
m_type << std::endl;
46 std::cout << "Assuming type 1" << std::endl;
48 }
49
54}
SCT_GeometryManager * m_geometryManager
◆ getVolume()
| GeoVPhysVol * SCT_SharedComponentFactory::getVolume |
( |
| ) |
|
|
inlineinherited |
◆ innerRadius()
| double SCT_FwdOptoHarness::innerRadius |
( |
| ) |
const |
|
inline |
◆ intToString()
| std::string SCT_ComponentFactory::intToString |
( |
int | i | ) |
const |
|
inherited |
◆ material()
| const GeoMaterial * SCT_FwdOptoHarness::material |
( |
| ) |
const |
|
inline |
◆ outerRadius()
| double SCT_FwdOptoHarness::outerRadius |
( |
| ) |
const |
|
inline |
◆ thickness()
| double SCT_FwdOptoHarness::thickness |
( |
| ) |
const |
|
inline |
◆ m_detectorManager
◆ m_geometryManager
◆ m_index
| int SCT_FwdOptoHarness::m_index = 0 |
|
private |
◆ m_innerRadius
| double SCT_FwdOptoHarness::m_innerRadius = 0.0 |
|
private |
◆ m_material
| const GeoMaterial* SCT_FwdOptoHarness::m_material = nullptr |
|
private |
◆ m_materialName
| std::string SCT_FwdOptoHarness::m_materialName |
|
private |
◆ m_materials
◆ m_name
| std::string SCT_ComponentFactory::m_name |
|
privateinherited |
◆ m_outerRadius
| double SCT_FwdOptoHarness::m_outerRadius = 0.0 |
|
private |
◆ m_physVolume
| GeoVPhysVol* SCT_SharedComponentFactory::m_physVolume |
|
protectedinherited |
◆ m_thickness
| double SCT_FwdOptoHarness::m_thickness = 0.0 |
|
private |
◆ m_type
| int SCT_FwdOptoHarness::m_type |
|
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: