![]() |
ATLAS Offline Software
|
#include <SCT_FwdModule.h>
Public Member Functions | |
| SCT_FwdModule (const std::string &name, int ringType, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials, GeoModelIO::ReadGeoModel *sqliteReader, std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > mapFPV, std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > mapAX) | |
| ~SCT_FwdModule () | |
| SCT_FwdModule (const SCT_FwdModule &)=delete | |
| SCT_FwdModule & | operator= (const SCT_FwdModule &)=delete |
| int | ringType () const |
| virtual GeoVPhysVol * | build (SCT_Identifier id) |
| double | stereoAngle () const |
| double | moduleShift () const |
| double | length () const |
| double | outerWidth () const |
| double | innerWidth () const |
| double | thickness () const |
| double | innerRadius () const |
| double | outerRadius () const |
| double | centerRadius () const |
| double | sensorCenterRadius () const |
| double | powerTapeStart () const |
| double | mainMountPointRadius () const |
| double | secMountPointRadius () const |
| double | endModuleRadius () const |
| const std::string & | getName () const |
| std::string | intToString (int i) const |
Public Attributes | |
| std::unique_ptr< SCT_FwdSensor > | m_sensor |
| std::unique_ptr< SCT_FwdModuleConnector > | m_connector |
| std::unique_ptr< SCT_FwdHybrid > | m_hybrid |
| std::unique_ptr< SCT_FwdSpine > | m_spine |
| std::unique_ptr< SCT_FwdSubSpine > | m_subspineL |
| std::unique_ptr< SCT_FwdSubSpine > | m_subspineR |
Protected Member Functions | |
| double | epsilon () const |
Protected Attributes | |
| const GeoLogVol * | m_logVolume |
| GeoModelIO::ReadGeoModel * | m_sqliteReader |
| std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > | m_mapFPV |
| std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > | m_mapAX |
| InDetDD::SCT_DetectorManager * | m_detectorManager |
| SCT_GeometryManager * | m_geometryManager |
| SCT_MaterialManager * | m_materials |
Private Member Functions | |
| void | getParameters () |
| virtual const GeoLogVol * | preBuild () |
Private Attributes | |
| int | m_ringType |
| double | m_stereoAngle = 0.0 |
| double | m_length = 0.0 |
| double | m_widthOuter = 0.0 |
| double | m_widthInner = 0.0 |
| double | m_thickness = 0.0 |
| double | m_moduleShift = 0.0 |
| double | m_glueThickness = 0.0 |
| double | m_distBtwMountPoints = 0.0 |
| double | m_mountPointToCenter = 0.0 |
| bool | m_hybridIsOnInnerEdge = false |
| int | m_upperSide = 0 |
| double | m_innerRadius = 0.0 |
| double | m_outerRadius = 0.0 |
| double | m_powerTapeStart = 0.0 |
| double | m_mainMountPoint = 0.0 |
| double | m_secMountPoint = 0.0 |
| double | m_endLocator = 0.0 |
| bool | m_connectorPresent = false |
| std::string | m_name |
Static Private Attributes | |
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 26 of file SCT_FwdModule.h.
| SCT_FwdModule::SCT_FwdModule | ( | const std::string & | name, |
| int | ringType, | ||
| InDetDD::SCT_DetectorManager * | detectorManager, | ||
| SCT_GeometryManager * | geometryManager, | ||
| SCT_MaterialManager * | materials, | ||
| GeoModelIO::ReadGeoModel * | sqliteReader, | ||
| std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > | mapFPV, | ||
| std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > | mapAX ) |
Definition at line 50 of file SCT_FwdModule.cxx.
| SCT_FwdModule::~SCT_FwdModule | ( | ) |
Definition at line 80 of file SCT_FwdModule.cxx.
|
delete |
|
virtual |
Implements SCT_UniqueComponentFactory.
Definition at line 175 of file SCT_FwdModule.cxx.
|
inline |
Definition at line 59 of file SCT_FwdModule.h.
|
inline |
Definition at line 65 of file SCT_FwdModule.h.
|
protectedinherited |
Definition at line 38 of file SCT_ComponentFactory.cxx.
|
inlineinherited |
Definition at line 35 of file SCT_ComponentFactory.h.
|
private |
Definition at line 86 of file SCT_FwdModule.cxx.
|
inline |
Definition at line 56 of file SCT_FwdModule.h.
|
inline |
Definition at line 53 of file SCT_FwdModule.h.
|
inherited |
Definition at line 30 of file SCT_ComponentFactory.cxx.
|
inline |
Definition at line 51 of file SCT_FwdModule.h.
|
inline |
Definition at line 63 of file SCT_FwdModule.h.
|
inline |
Definition at line 49 of file SCT_FwdModule.h.
|
delete |
|
inline |
Definition at line 57 of file SCT_FwdModule.h.
|
inline |
Definition at line 52 of file SCT_FwdModule.h.
|
inline |
Definition at line 61 of file SCT_FwdModule.h.
|
privatevirtual |
Implements SCT_UniqueComponentFactory.
Definition at line 104 of file SCT_FwdModule.cxx.
|
inline |
Definition at line 43 of file SCT_FwdModule.h.
|
inline |
Definition at line 64 of file SCT_FwdModule.h.
|
inline |
Definition at line 60 of file SCT_FwdModule.h.
|
inline |
Definition at line 47 of file SCT_FwdModule.h.
|
inline |
Definition at line 54 of file SCT_FwdModule.h.
| std::unique_ptr<SCT_FwdModuleConnector> SCT_FwdModule::m_connector |
Definition at line 99 of file SCT_FwdModule.h.
|
private |
Definition at line 94 of file SCT_FwdModule.h.
|
protectedinherited |
Definition at line 41 of file SCT_ComponentFactory.h.
|
private |
Definition at line 81 of file SCT_FwdModule.h.
|
private |
Definition at line 92 of file SCT_FwdModule.h.
|
protectedinherited |
Definition at line 42 of file SCT_ComponentFactory.h.
|
private |
Definition at line 80 of file SCT_FwdModule.h.
| std::unique_ptr<SCT_FwdHybrid> SCT_FwdModule::m_hybrid |
Definition at line 100 of file SCT_FwdModule.h.
|
private |
Definition at line 83 of file SCT_FwdModule.h.
|
private |
Definition at line 86 of file SCT_FwdModule.h.
|
private |
Definition at line 75 of file SCT_FwdModule.h.
|
protectedinherited |
Definition at line 90 of file SCT_ComponentFactory.h.
|
private |
Definition at line 90 of file SCT_FwdModule.h.
|
protectedinherited |
Definition at line 96 of file SCT_ComponentFactory.h.
|
protectedinherited |
Definition at line 95 of file SCT_ComponentFactory.h.
|
protectedinherited |
Definition at line 43 of file SCT_ComponentFactory.h.
|
private |
Definition at line 79 of file SCT_FwdModule.h.
|
private |
Definition at line 82 of file SCT_FwdModule.h.
|
privateinherited |
Definition at line 49 of file SCT_ComponentFactory.h.
|
private |
Definition at line 87 of file SCT_FwdModule.h.
|
private |
Definition at line 88 of file SCT_FwdModule.h.
|
private |
Definition at line 72 of file SCT_FwdModule.h.
|
private |
Definition at line 91 of file SCT_FwdModule.h.
| std::unique_ptr<SCT_FwdSensor> SCT_FwdModule::m_sensor |
Definition at line 98 of file SCT_FwdModule.h.
| std::unique_ptr<SCT_FwdSpine> SCT_FwdModule::m_spine |
Definition at line 101 of file SCT_FwdModule.h.
|
protectedinherited |
Definition at line 91 of file SCT_ComponentFactory.h.
|
private |
Definition at line 74 of file SCT_FwdModule.h.
| std::unique_ptr<SCT_FwdSubSpine> SCT_FwdModule::m_subspineL |
Definition at line 102 of file SCT_FwdModule.h.
| std::unique_ptr<SCT_FwdSubSpine> SCT_FwdModule::m_subspineR |
Definition at line 103 of file SCT_FwdModule.h.
|
private |
Definition at line 78 of file SCT_FwdModule.h.
|
private |
Definition at line 84 of file SCT_FwdModule.h.
|
private |
Definition at line 77 of file SCT_FwdModule.h.
|
private |
Definition at line 76 of file SCT_FwdModule.h.
|
staticprivateinherited |
Definition at line 50 of file SCT_ComponentFactory.h.