#include <LUCID_DetectorTool.h>
Definition at line 11 of file LUCID_DetectorTool.h.
◆ LUCID_DetectorTool()
LUCID_DetectorTool::LUCID_DetectorTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~LUCID_DetectorTool()
LUCID_DetectorTool::~LUCID_DetectorTool |
( |
| ) |
|
|
finaloverridevirtual |
◆ align()
◆ ATLAS_NOT_THREAD_SAFE()
virtual StatusCode registerCallback GeoModelTool::ATLAS_NOT_THREAD_SAFE |
( |
| ) |
|
|
overridevirtualinherited |
◆ clear()
StatusCode LUCID_DetectorTool::clear |
( |
| ) |
|
|
finaloverridevirtual |
◆ create()
StatusCode LUCID_DetectorTool::create |
( |
| ) |
|
|
finaloverridevirtual |
Definition at line 32 of file LUCID_DetectorTool.cxx.
44 const std::string
AtlasVersion = geoDbTag->atlasVersion();
45 const std::string LucidVersion = raccess->getChildTag(
"LUCID",
AtlasVersion,
"ATLAS");
47 if(LucidVersion.empty()) {
48 ATH_MSG_DEBUG(
"LUCID is not part of the selected ATLAS geometry. Skipping");
49 return StatusCode::SUCCESS;
61 theLUCID_Factory.create(world);
62 m_manager = theLUCID_Factory.getDetectorManager();
66 return StatusCode::SUCCESS;
69 return StatusCode::FAILURE;
◆ manager() [1/2]
GeoVDetectorManager * GeoModelTool::manager |
( |
| ) |
|
|
virtualinherited |
The Detector Node corresponding to this tool.
Definition at line 21 of file GeoModelTool.cxx.
◆ manager() [2/2]
const GeoVDetectorManager * GeoModelTool::manager |
( |
| ) |
const |
|
virtualinherited |
◆ m_detector
GeoVDetectorManager* GeoModelTool::m_detector |
|
protectedinherited |
◆ m_manager
The documentation for this class was generated from the following files: