![]() |
ATLAS Offline Software
|
#include <SCT_Sensor.h>
Public Member Functions | |
| SCT_Sensor (const std::string &name, 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) | |
| const GeoMaterial * | material () const |
| double | thickness () const |
| double | width () const |
| double | length () const |
| virtual GeoVPhysVol * | build (SCT_Identifier id) |
| const std::string & | getName () const |
| std::string | intToString (int i) const |
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 () |
| void | makeDesign () |
Private Attributes | |
| const GeoMaterial * | m_material = nullptr |
| double | m_thickness = 0.0 |
| double | m_width = 0.0 |
| double | m_length = 0.0 |
| const InDetDD::SiDetectorDesign * | m_design = nullptr |
| std::atomic_bool | m_noElementWarning |
| std::string | m_name |
Static Private Attributes | |
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 17 of file SCT_Sensor.h.
| SCT_Sensor::SCT_Sensor | ( | const std::string & | name, |
| 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 30 of file SCT_Sensor.cxx.
|
virtual |
Implements SCT_UniqueComponentFactory.
Definition at line 147 of file SCT_Sensor.cxx.
|
protectedinherited |
Definition at line 38 of file SCT_ComponentFactory.cxx.
|
inlineinherited |
Definition at line 35 of file SCT_ComponentFactory.h.
|
private |
Definition at line 47 of file SCT_Sensor.cxx.
|
inherited |
Definition at line 30 of file SCT_ComponentFactory.cxx.
|
inline |
Definition at line 32 of file SCT_Sensor.h.
|
private |
Definition at line 82 of file SCT_Sensor.cxx.
|
inline |
Definition at line 29 of file SCT_Sensor.h.
|
privatevirtual |
Implements SCT_UniqueComponentFactory.
Definition at line 64 of file SCT_Sensor.cxx.
|
inline |
Definition at line 30 of file SCT_Sensor.h.
|
inline |
Definition at line 31 of file SCT_Sensor.h.
|
private |
Definition at line 46 of file SCT_Sensor.h.
|
protectedinherited |
Definition at line 41 of file SCT_ComponentFactory.h.
|
protectedinherited |
Definition at line 42 of file SCT_ComponentFactory.h.
|
private |
Definition at line 44 of file SCT_Sensor.h.
|
protectedinherited |
Definition at line 90 of file SCT_ComponentFactory.h.
|
protectedinherited |
Definition at line 96 of file SCT_ComponentFactory.h.
|
protectedinherited |
Definition at line 95 of file SCT_ComponentFactory.h.
|
private |
Definition at line 41 of file SCT_Sensor.h.
|
protectedinherited |
Definition at line 43 of file SCT_ComponentFactory.h.
|
privateinherited |
Definition at line 49 of file SCT_ComponentFactory.h.
|
mutableprivate |
Definition at line 48 of file SCT_Sensor.h.
|
protectedinherited |
Definition at line 91 of file SCT_ComponentFactory.h.
|
private |
Definition at line 42 of file SCT_Sensor.h.
|
private |
Definition at line 43 of file SCT_Sensor.h.
|
staticprivateinherited |
Definition at line 50 of file SCT_ComponentFactory.h.