HGTD_DetectorTool is a standard GeoModel tool, which calls HGTD_DetectorFactory::create(), stores HGTD_DetectorManager to the Detector Store and also registers a callback function align() which applies misalignments on top of the 'regular' geometry.
More...
#include <HGTD_DetectorTool.h>
HGTD_DetectorTool is a standard GeoModel tool, which calls HGTD_DetectorFactory::create(), stores HGTD_DetectorManager to the Detector Store and also registers a callback function align() which applies misalignments on top of the 'regular' geometry.
Definition at line 28 of file HGTD_DetectorTool.h.
◆ HGTD_DetectorTool()
| HGTD_DetectorTool::HGTD_DetectorTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ ATLAS_NOT_THREAD_SAFE() [1/2]
| virtual StatusCode registerCallback HGTD_DetectorTool::ATLAS_NOT_THREAD_SAFE |
( |
| ) |
|
|
finaloverridevirtual |
◆ ATLAS_NOT_THREAD_SAFE() [2/2]
◆ clear()
| StatusCode HGTD_DetectorTool::clear |
( |
| ) |
|
|
finaloverridevirtual |
◆ create()
| StatusCode HGTD_DetectorTool::create |
( |
| ) |
|
|
finaloverridevirtual |
Definition at line 33 of file HGTD_DetectorTool.cxx.
33 {
34
37
38
42 const HGTD_ID* idHelper{nullptr};
45
46 GeoModelExperiment *theExpt = nullptr;
48
49
51
54 theHGTDFactory.create(world);
55
56
59 ATH_MSG_ERROR(
"HGTD_DetectorManager not found; not created in HGTD_DetectorFactory?" );
60 return(StatusCode::FAILURE);
61 }
62
65
67 return StatusCode::SUCCESS;
68}
#define ATH_CHECK
Evaluate an expression and check for errors.
GeoPhysVol * getPhysVol()
Destructor.
void addManager(const GeoVDetectorManager *)
retrieve(aClass, aKey=None)
◆ manager() [1/2]
| virtual GeoVDetectorManager * GeoModelTool::manager |
( |
| ) |
|
|
inlinevirtualinherited |
◆ manager() [2/2]
| virtual const GeoVDetectorManager * GeoModelTool::manager |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ m_alignable
| BooleanProperty HGTD_DetectorTool::m_alignable {this, "Alignable", false} |
|
private |
◆ m_athenaComps
◆ m_detector
| GeoVDetectorManager* GeoModelTool::m_detector {nullptr} |
|
protectedinherited |
◆ m_detectorManager
◆ m_detectorName
| StringProperty HGTD_DetectorTool::m_detectorName {this, "DetectorName", "HGTD"} |
|
private |
◆ m_geoDbTagSvc
◆ m_printIDdict
| bool HGTD_DetectorTool::m_printIDdict |
|
private |
◆ m_rdbAccessSvc
The documentation for this class was generated from the following files: