![]() |
ATLAS Offline Software
|
#include <ToroidDetectorTool.h>
Public Member Functions | |
| virtual | ~ToroidDetectorTool () override final |
| virtual StatusCode | create () override final |
| virtual StatusCode | clear () override final |
| virtual GeoVDetectorManager * | manager () |
| virtual const GeoVDetectorManager * | manager () const |
| virtual StatusCode | align () override |
Protected Attributes | |
| GeoVDetectorManager * | m_detector {nullptr} |
Private Attributes | |
| Gaudi::Property< std::string > | m_mgrName {this, "ManagerName", "Toroid"} |
| Under what name the detector manager can be found in store gate. | |
| Gaudi::Property< std::vector< std::string > > | m_treeTops {this, "TreeTops", {}} |
| Name of the tree tops. | |
| ToroidDetectorManager * | m_manager {nullptr} |
| Reference to the detector manger. | |
Definition at line 13 of file ToroidDetectorTool.h.
|
finaloverridevirtualdefault |
|
inlineoverridevirtualinherited |
Reimplemented in ALFA_DetectorTool, LArDetectorToolNV, PixelDetectorTool, SCT_DetectorTool, and TRT_DetectorTool.
Definition at line 25 of file GeoModelTool.h.
|
finaloverridevirtual |
Reimplemented from GeoModelTool.
Definition at line 49 of file ToroidDetectorTool.cxx.
|
finaloverridevirtual |
Definition at line 12 of file ToroidDetectorTool.cxx.
|
inlinevirtualinherited |
Definition at line 21 of file GeoModelTool.h.
|
inlinevirtualinherited |
Definition at line 22 of file GeoModelTool.h.
|
protectedinherited |
Definition at line 28 of file GeoModelTool.h.
|
private |
|
private |
Under what name the detector manager can be found in store gate.
Definition at line 27 of file ToroidDetectorTool.h.
|
private |
Name of the tree tops.
Definition at line 29 of file ToroidDetectorTool.h.