#include <SCT_FSIFibreMask.h>
|
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 14 of file SCT_FSIFibreMask.h.
◆ SCT_FSIFibreMask()
Definition at line 18 of file SCT_FSIFibreMask.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_FSIFibreMask::build |
( |
| ) |
|
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 42 of file SCT_FSIFibreMask.cxx.
43{
44
47 const GeoLogVol * fibreMaskLog =
new GeoLogVol(
getName(), fibreMaskShape,
m_material);
48
49 GeoPhysVol * fibreMask = new GeoPhysVol(fibreMaskLog);
50
51 return fibreMask;
52}
const std::string & getName() const
std::string intToString(int i) 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_FSIFibreMask::getParameters |
( |
| ) |
|
|
private |
◆ getVolume()
| GeoVPhysVol * SCT_SharedComponentFactory::getVolume |
( |
| ) |
|
|
inlineinherited |
◆ innerRadius()
| double SCT_FSIFibreMask::innerRadius |
( |
| ) |
const |
|
inline |
◆ intToString()
| std::string SCT_ComponentFactory::intToString |
( |
int | i | ) |
const |
|
inherited |
◆ length()
| double SCT_FSIFibreMask::length |
( |
| ) |
const |
|
inline |
◆ material()
| const GeoMaterial * SCT_FSIFibreMask::material |
( |
| ) |
const |
|
inline |
◆ outerRadius()
| double SCT_FSIFibreMask::outerRadius |
( |
| ) |
const |
|
inline |
◆ m_detectorManager
◆ m_geometryManager
◆ m_iLayer
| int SCT_FSIFibreMask::m_iLayer |
|
private |
◆ m_innerRadius
| double SCT_FSIFibreMask::m_innerRadius = 0.0 |
|
private |
◆ m_length
| double SCT_FSIFibreMask::m_length |
|
private |
◆ m_material
| const GeoMaterial* SCT_FSIFibreMask::m_material = nullptr |
|
private |
◆ m_materialName
| std::string SCT_FSIFibreMask::m_materialName |
|
private |
◆ m_materials
◆ m_name
| std::string SCT_ComponentFactory::m_name |
|
privateinherited |
◆ m_outerRadius
| double SCT_FSIFibreMask::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: