#include <ZDC_DetTool.h>
Definition at line 10 of file ZDC_DetTool.h.
◆ ZDC_DetTool()
ZDC_DetTool::ZDC_DetTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
Definition at line 15 of file ZDC_DetTool.cxx.
21 <<
"INSIDE CONSTRUCTOR OF DETTOOL string& type " <<
type <<
endmsg
22 <<
"INSIDE CONSTRUCTOR OF DETTOOL std::string& name " <<
name <<
endmsg;
◆ ~ZDC_DetTool()
ZDC_DetTool::~ZDC_DetTool |
( |
| ) |
|
|
finaloverridevirtual |
◆ align()
◆ ATLAS_NOT_THREAD_SAFE()
virtual StatusCode registerCallback GeoModelTool::ATLAS_NOT_THREAD_SAFE |
( |
| ) |
|
|
overridevirtualinherited |
◆ clear()
StatusCode GeoModelTool::clear |
( |
| ) |
|
|
overridevirtualinherited |
Reimplemented in ITk::StripDetectorTool, PixelDetectorTool, ITk::PixelDetectorTool, HGTD_DetectorTool, TRT_DetectorTool, MuonDetectorTool, MuonGMR4::MuonDetectorTool, PLRDetectorTool, SCT_DetectorTool, BCMPrimeDetectorTool, TileDetectorTool, HGTD_GMX_DetectorTool, BeamPipeDetectorTool, ForDetEnvelopeTool, LUCID_DetectorTool, LArDetectorToolNV, InDetServMatTool, and CavernInfraDetectorTool.
Definition at line 28 of file GeoModelTool.cxx.
30 return StatusCode::SUCCESS;
◆ create()
StatusCode ZDC_DetTool::create |
( |
| ) |
|
|
finaloverridevirtual |
Definition at line 36 of file ZDC_DetTool.cxx.
54 theZDCFactory.initializePbPb2015();
57 theZDCFactory.initializePbPb2023();
67 theZDCFactory.create(world);
69 catch (
const std::bad_alloc&) {
72 return StatusCode::FAILURE;
76 theExpt->
addManager(theZDCFactory.getDetectorManager());
77 ATH_CHECK(
detStore()->record(theZDCFactory.getDetectorManager(),theZDCFactory.getDetectorManager()->getName()) );
80 return StatusCode::SUCCESS;
◆ 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 |
The documentation for this class was generated from the following files: