#include <LArDetectorToolTBEC.h>
Definition at line 10 of file LArDetectorToolTBEC.h.
◆ LArDetectorToolTBEC()
LArDetectorToolTBEC::LArDetectorToolTBEC |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~LArDetectorToolTBEC()
LArDetectorToolTBEC::~LArDetectorToolTBEC |
( |
| ) |
|
|
finaloverridevirtualdefault |
◆ 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 LArDetectorToolTBEC::create |
( |
| ) |
|
|
finaloverridevirtual |
Definition at line 27 of file LArDetectorToolTBEC.cxx.
32 SmartIF<IGeoDbTagSvc> geoDbTag{Gaudi::svcLocator()->service(
"GeoDbTagSvc")};
36 std::string LArVersion = geoDbTag->LAr_VersionOverride();
38 SmartIF<IRDBAccessSvc> accessSvc{Gaudi::svcLocator()->service(
"RDBAccessSvc")};
41 std::string detectorKey = LArVersion.empty() ?
AtlasVersion : LArVersion;
42 std::string detectorNode = LArVersion.empty() ?
"ATLAS" :
"LAr";
43 log << MSG::INFO <<
"Keys for LAr are " << detectorKey <<
" " << detectorNode <<
endmsg;
46 log << MSG::INFO <<
"Creating the LAr " <<
endmsg;
47 log << MSG::INFO <<
"LAr Geometry Options:" <<
endmsg;
53 log << MSG::ERROR <<
"Could not find GeoModelExperiment ATLAS" <<
endmsg;
54 return (StatusCode::FAILURE);
58 std::string geometryLayout =
"Atlas";
59 std::string LArTag = accessSvc->getChildTag(
"LAr",detectorKey,detectorNode);
68 GeoIntrusivePtr<GeoPhysVol>world=&*theExpt->
getPhysVol();
69 theLArFactory.
create(world);
73 log << MSG::ERROR <<
"Could not record" <<
endmsg;
74 return (StatusCode::FAILURE);
80 return StatusCode::SUCCESS;
84 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_ecVisLimit
int LArDetectorToolTBEC::m_ecVisLimit |
|
private |
The documentation for this class was generated from the following files: