ATLAS Offline Software
|
#include <DetectorGeometryBase.h>
Public Member Functions | |
DetectorGeometryBase (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual | ~DetectorGeometryBase () |
StatusCode | initialize () override |
Athena method. More... | |
virtual void | Build () override |
purely virtual methods being implemented here More... | |
virtual void | BuildGeometry () override |
virtual void | PositionInParent () override |
virtual void | SetRotationAndOffset () |
virtual void | BuildSubDetectors () override |
virtual void | SetEnvelope () override |
virtual void | ResetEnvelope () override |
virtual void | SetAsWorld () override |
std::string | GetDetectorName () const override |
void | SetDetectorName (const std::string &) override |
void | SetParent (IDetectorGeometryTool *) override |
Envelope & | GetEnvelope () override final |
G4VPhysicalVolume * | GetWorldVolume () override final |
Protected Attributes | |
ToolHandleArray< IDetectorGeometryTool > | m_subDetTools {this, "SubDetectors", {}, "Tool handle array of all subdetector tools"} |
ServiceHandle< IG4GeometryNotifierSvc > | m_notifierSvc {this, "GeometryNotifierSvc", "G4GeometryNotifierSvc", "Detector name (same as the Tool name if not set"} |
IDetectorGeometryTool * | m_theParent {} |
Envelope | m_envelope |
Gaudi::Property< std::string > | m_detectorName {this, "DetectorName", "", "Detector name (same as the Tool name if not set"} |
bool | m_isWorld {false} |
Gaudi::Property< double > | m_rotateX {this, "RotateX" , 0.0, "Rotation around the X-axis"} |
Gaudi::Property< double > | m_rotateY {this, "RotateY" , 0.0, "Rotation around the Y-axis"} |
Gaudi::Property< double > | m_rotateZ {this, "RotateZ" , 0.0, "Rotation around the Z-axis"} |
Gaudi::Property< double > | m_offsetX {this, "OffsetX" , 0.0, "Offset in the X-direction"} |
Gaudi::Property< double > | m_offsetY {this, "OffsetY" , 0.0, "Offset in the Y-direction"} |
Gaudi::Property< double > | m_offsetZ {this, "OffsetZ" , 0.0, "Offset in the Z-direction"} |
Definition at line 25 of file DetectorGeometryBase.h.
DetectorGeometryBase::DetectorGeometryBase | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 13 of file DetectorGeometryBase.cxx.
|
inlinevirtual |
Definition at line 30 of file DetectorGeometryBase.h.
|
overridevirtual |
purely virtual methods being implemented here
Definition at line 53 of file DetectorGeometryBase.cxx.
|
overridevirtual |
Reimplemented in GeoDetectorTool, GDMLDetectorTool, BoxEnvelope, PolyconicalEnvelope, DeadMaterialTool, LArCrateTool, MuonWallTool, and CylindricalEnvelope.
Definition at line 75 of file DetectorGeometryBase.cxx.
|
overridevirtual |
Definition at line 155 of file DetectorGeometryBase.cxx.
|
override |
Definition at line 180 of file DetectorGeometryBase.cxx.
|
finaloverride |
Definition at line 195 of file DetectorGeometryBase.cxx.
|
finaloverride |
Definition at line 200 of file DetectorGeometryBase.cxx.
|
override |
Athena method.
called at initialization time, being customized here
Definition at line 19 of file DetectorGeometryBase.cxx.
|
overridevirtual |
Reimplemented in GeoDetectorTool.
Definition at line 120 of file DetectorGeometryBase.cxx.
|
overridevirtual |
Definition at line 171 of file DetectorGeometryBase.cxx.
|
overridevirtual |
Definition at line 185 of file DetectorGeometryBase.cxx.
|
override |
Definition at line 175 of file DetectorGeometryBase.cxx.
|
overridevirtual |
Definition at line 167 of file DetectorGeometryBase.cxx.
|
override |
Definition at line 190 of file DetectorGeometryBase.cxx.
|
virtual |
Definition at line 80 of file DetectorGeometryBase.cxx.
|
protected |
Definition at line 71 of file DetectorGeometryBase.h.
|
protected |
Definition at line 70 of file DetectorGeometryBase.h.
|
protected |
Definition at line 72 of file DetectorGeometryBase.h.
|
protected |
Definition at line 66 of file DetectorGeometryBase.h.
|
protected |
Definition at line 76 of file DetectorGeometryBase.h.
|
protected |
Definition at line 77 of file DetectorGeometryBase.h.
|
protected |
Definition at line 78 of file DetectorGeometryBase.h.
|
protected |
Definition at line 73 of file DetectorGeometryBase.h.
|
protected |
Definition at line 74 of file DetectorGeometryBase.h.
|
protected |
Definition at line 75 of file DetectorGeometryBase.h.
|
protected |
Definition at line 64 of file DetectorGeometryBase.h.
|
protected |
Definition at line 68 of file DetectorGeometryBase.h.