![]() |
ATLAS Offline Software
|
Simple detector manager that just holds the tree tops to the components representing the passive muon structure. More...
#include <ToroidDetectorManager.h>
Public Member Functions | |
| ToroidDetectorManager (const std::string &name) | |
| Constructor taking the detector manger name. | |
| virtual | ~ToroidDetectorManager ()=default |
| Default desctructor. | |
| unsigned int | getNumTreeTops () const override final |
| Number of tree tops. | |
| PVConstLink | getTreeTop (unsigned int i) const override final |
| Access to the i-th tree top. | |
| void | addTreeTop (PVConstLink pvLink) |
| Add a GeoVolume to the toroid. | |
Private Attributes | |
| std::vector< PVConstLink > | m_treeTops {} |
Simple detector manager that just holds the tree tops to the components representing the passive muon structure.
Definition at line 12 of file ToroidDetectorManager.h.
| MuonGMR4::ToroidDetectorManager::ToroidDetectorManager | ( | const std::string & | name | ) |
Constructor taking the detector manger name.
Definition at line 8 of file ToroidDetectorManager.cxx.
|
virtualdefault |
Default desctructor.
| void MuonGMR4::ToroidDetectorManager::addTreeTop | ( | PVConstLink | pvLink | ) |
Add a GeoVolume to the toroid.
Definition at line 18 of file ToroidDetectorManager.cxx.
|
finaloverride |
Number of tree tops.
Definition at line 11 of file ToroidDetectorManager.cxx.
|
finaloverride |
Access to the i-th tree top.
Definition at line 14 of file ToroidDetectorManager.cxx.
|
private |
Definition at line 25 of file ToroidDetectorManager.h.