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 |
std::string | intToString (int i) 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 16 of file SCT_ComponentFactory.cxx.
|
protectedvirtual |
Definition at line 26 of file SCT_ComponentFactory.cxx.
|
protected |
Definition at line 38 of file SCT_ComponentFactory.cxx.
|
inline |
Definition at line 35 of file SCT_ComponentFactory.h.
std::string SCT_ComponentFactory::intToString | ( | int | i | ) | const |
|
protected |
Definition at line 41 of file SCT_ComponentFactory.h.
|
protected |
Definition at line 42 of file SCT_ComponentFactory.h.
|
protected |
Definition at line 43 of file SCT_ComponentFactory.h.
|
private |
Definition at line 49 of file SCT_ComponentFactory.h.
|
staticprivate |
Definition at line 50 of file SCT_ComponentFactory.h.