![]() |
ATLAS Offline Software
|
#include <SCT_ComponentFactory.h>
Public Member Functions | |
| SCT_ComponentFactory (const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials) | |
| const std::string & | getName () const |
Protected Member Functions | |
| double | epsilon () const |
| virtual | ~SCT_ComponentFactory () |
Protected Attributes | |
| InDetDD::SCT_DetectorManager * | m_detectorManager {} |
| SCT_GeometryManager * | m_geometryManager {} |
| SCT_MaterialManager * | m_materials {} |
Private Attributes | |
| 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_ComponentFactory.h.
| SCT_ComponentFactory::SCT_ComponentFactory | ( | const std::string & | name, |
| InDetDD::SCT_DetectorManager * | detectorManager, | ||
| SCT_GeometryManager * | geometryManager, | ||
| SCT_MaterialManager * | materials ) |
Definition at line 15 of file SCT_ComponentFactory.cxx.
|
protectedvirtualdefault |
|
protected |
Definition at line 28 of file SCT_ComponentFactory.cxx.
|
inline |
Definition at line 35 of file SCT_ComponentFactory.h.
|
protected |
Definition at line 38 of file SCT_ComponentFactory.h.
|
protected |
Definition at line 39 of file SCT_ComponentFactory.h.
|
protected |
Definition at line 40 of file SCT_ComponentFactory.h.
|
private |
Definition at line 46 of file SCT_ComponentFactory.h.
|
staticprivate |
Definition at line 47 of file SCT_ComponentFactory.h.