![]() |
ATLAS Offline Software
|
#include <SCT_Clamp.h>
Public Member Functions | |
| SCT_Clamp (const std::string &name, int iLayer, double innerRadius, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials) | |
| const GeoMaterial * | material () const |
| double | innerRadius () const |
| double | outerRadius () const |
| double | length () const |
| GeoVPhysVol * | getVolume () |
| const std::string & | getName () const |
Protected Member Functions | |
| double | epsilon () const |
Protected Attributes | |
| GeoVPhysVol * | m_physVolume {} |
| InDetDD::SCT_DetectorManager * | m_detectorManager {} |
| SCT_GeometryManager * | m_geometryManager {} |
| SCT_MaterialManager * | m_materials {} |
Private Member Functions | |
| void | getParameters () |
| virtual GeoVPhysVol * | build () |
Private Attributes | |
| int | m_iLayer |
| const GeoMaterial * | m_material = nullptr |
| std::string | m_materialName |
| double | m_innerRadius |
| double | m_outerRadius = 0.0 |
| double | m_length = 0.0 |
| double | m_radialWidth = 0.0 |
| std::string | m_name |
Static Private Attributes | |
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 14 of file SCT_Clamp.h.
| SCT_Clamp::SCT_Clamp | ( | const std::string & | name, |
| int | iLayer, | ||
| double | innerRadius, | ||
| InDetDD::SCT_DetectorManager * | detectorManager, | ||
| SCT_GeometryManager * | geometryManager, | ||
| SCT_MaterialManager * | materials ) |
Definition at line 18 of file SCT_Clamp.cxx.
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 44 of file SCT_Clamp.cxx.
|
protectedinherited |
Definition at line 28 of file SCT_ComponentFactory.cxx.
|
inlineinherited |
Definition at line 35 of file SCT_ComponentFactory.h.
|
private |
Definition at line 32 of file SCT_Clamp.cxx.
|
inlineinherited |
Definition at line 63 of file SCT_ComponentFactory.h.
|
inline |
Definition at line 26 of file SCT_Clamp.h.
|
inline |
Definition at line 28 of file SCT_Clamp.h.
|
inline |
Definition at line 25 of file SCT_Clamp.h.
|
inline |
Definition at line 27 of file SCT_Clamp.h.
|
protectedinherited |
Definition at line 38 of file SCT_ComponentFactory.h.
|
protectedinherited |
Definition at line 39 of file SCT_ComponentFactory.h.
|
private |
Definition at line 35 of file SCT_Clamp.h.
|
private |
Definition at line 39 of file SCT_Clamp.h.
|
private |
Definition at line 41 of file SCT_Clamp.h.
|
private |
Definition at line 37 of file SCT_Clamp.h.
|
private |
Definition at line 38 of file SCT_Clamp.h.
|
protectedinherited |
Definition at line 40 of file SCT_ComponentFactory.h.
|
privateinherited |
Definition at line 46 of file SCT_ComponentFactory.h.
|
private |
Definition at line 40 of file SCT_Clamp.h.
|
protectedinherited |
Definition at line 66 of file SCT_ComponentFactory.h.
|
private |
Definition at line 42 of file SCT_Clamp.h.
|
staticprivateinherited |
Definition at line 47 of file SCT_ComponentFactory.h.