|  | ATLAS Offline Software
    | 
#include "G4AtlasTools/GeoDetectorTool.h"
| Public Member Functions | |
| GeoDetectorTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| ~GeoDetectorTool () | |
| virtual StatusCode | initialize () override final | 
| Athena method.  More... | |
| virtual void | BuildGeometry () override final | 
| virtual methods being implemented here  More... | |
| virtual void | PositionInParent () override final | 
| virtual void | Build () override | 
| purely virtual methods being implemented here  More... | |
| 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"} | 
| Private Member Functions | |
| G4LogicalVolume * | Convert () | 
| bool | IsTopTransform () | 
| void | SetInitialTransformation () | 
| Private Attributes | |
| std::string | m_builderName | 
| std::string | m_dumpGDMLFile ="" | 
| bool | m_blParamOn | 
| bool | m_blGetTopTransform | 
| G4Transform3D | m_topTransform | 
| std::string | m_geoDetectorName | 
| ServiceHandle< IGeo2G4Svc > | m_geo2G4Svc {this, "Geo2G4Svc", "Geo2G4Svc", ""} | 
Tool for building detectors out of a GeoModel description. Basically a carbon copy of GeoDetectorFacility in GeoDetectorPlugins which is supposed to replace.
Definition at line 30 of file GeoDetectorTool.h.
| GeoDetectorTool::GeoDetectorTool | ( | const std::string & | type, | 
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) | 
Definition at line 18 of file GeoDetectorTool.cxx.
| 
 | inline | 
Definition at line 35 of file GeoDetectorTool.h.
| 
 | overridevirtualinherited | 
purely virtual methods being implemented here
Definition at line 53 of file DetectorGeometryBase.cxx.
| 
 | finaloverridevirtual | 
virtual methods being implemented here
Reimplemented from DetectorGeometryBase.
Definition at line 59 of file GeoDetectorTool.cxx.
| 
 | overridevirtualinherited | 
Definition at line 155 of file DetectorGeometryBase.cxx.
| 
 | private | 
Definition at line 83 of file GeoDetectorTool.cxx.
| 
 | overrideinherited | 
Definition at line 180 of file DetectorGeometryBase.cxx.
| 
 | finaloverrideinherited | 
Definition at line 195 of file DetectorGeometryBase.cxx.
| 
 | finaloverrideinherited | 
Definition at line 200 of file DetectorGeometryBase.cxx.
| 
 | finaloverridevirtual | 
Athena method.
called at initialization time, being customized here
Definition at line 28 of file GeoDetectorTool.cxx.
| 
 | private | 
Definition at line 100 of file GeoDetectorTool.cxx.
| 
 | finaloverridevirtual | 
| 
 | overridevirtualinherited | 
Definition at line 171 of file DetectorGeometryBase.cxx.
| 
 | overridevirtualinherited | 
Definition at line 185 of file DetectorGeometryBase.cxx.
| 
 | overrideinherited | 
Definition at line 175 of file DetectorGeometryBase.cxx.
| 
 | overridevirtualinherited | 
Definition at line 167 of file DetectorGeometryBase.cxx.
| 
 | private | 
Definition at line 105 of file GeoDetectorTool.cxx.
| 
 | overrideinherited | 
Definition at line 190 of file DetectorGeometryBase.cxx.
| 
 | virtualinherited | 
Definition at line 80 of file DetectorGeometryBase.cxx.
| 
 | private | 
Definition at line 51 of file GeoDetectorTool.h.
| 
 | private | 
Definition at line 50 of file GeoDetectorTool.h.
| 
 | private | 
Definition at line 48 of file GeoDetectorTool.h.
| 
 | protectedinherited | 
Definition at line 71 of file DetectorGeometryBase.h.
| 
 | private | 
Definition at line 49 of file GeoDetectorTool.h.
| 
 | protectedinherited | 
Definition at line 70 of file DetectorGeometryBase.h.
| 
 | private | 
Definition at line 57 of file GeoDetectorTool.h.
| 
 | private | 
Definition at line 53 of file GeoDetectorTool.h.
| 
 | protectedinherited | 
Definition at line 72 of file DetectorGeometryBase.h.
| 
 | protectedinherited | 
Definition at line 66 of file DetectorGeometryBase.h.
| 
 | protectedinherited | 
Definition at line 76 of file DetectorGeometryBase.h.
| 
 | protectedinherited | 
Definition at line 77 of file DetectorGeometryBase.h.
| 
 | protectedinherited | 
Definition at line 78 of file DetectorGeometryBase.h.
| 
 | protectedinherited | 
Definition at line 73 of file DetectorGeometryBase.h.
| 
 | protectedinherited | 
Definition at line 74 of file DetectorGeometryBase.h.
| 
 | protectedinherited | 
Definition at line 75 of file DetectorGeometryBase.h.
| 
 | protectedinherited | 
Definition at line 64 of file DetectorGeometryBase.h.
| 
 | protectedinherited | 
Definition at line 68 of file DetectorGeometryBase.h.
| 
 | private | 
Definition at line 52 of file GeoDetectorTool.h.
 1.8.18
 1.8.18