![]() |
ATLAS Offline Software
|
#include <MioctSectorGeometry.h>
Public Member Functions | |
| MioctSectorGeometry () | |
| virtual | ~MioctSectorGeometry ()=default |
| unsigned int | connector () const |
| const std::string & | name () const |
| const std::vector< MioctROIGeometry > & | ROIs () const |
| void | addROI (const MioctROIGeometry &roi) |
| void | setName (const std::string &name) |
| void | setConnector (unsigned int id) |
| virtual void | print (const std::string &indent="", unsigned int detail=1) const |
| virtual void | writeXML (std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const |
Private Attributes | |
| unsigned int | m_connector {} |
| std::string | m_name |
| std::vector< MioctROIGeometry > | m_ROIs |
Definition at line 20 of file MioctSectorGeometry.h.
| MioctSectorGeometry::MioctSectorGeometry | ( | ) |
Definition at line 11 of file MioctSectorGeometry.cxx.
|
virtualdefault |
|
inline |
Definition at line 32 of file MioctSectorGeometry.h.
|
inline |
Definition at line 26 of file MioctSectorGeometry.h.
|
inline |
Definition at line 27 of file MioctSectorGeometry.h.
|
virtual |
Definition at line 18 of file MioctSectorGeometry.cxx.
|
inline |
Definition at line 28 of file MioctSectorGeometry.h.
|
inline |
Definition at line 34 of file MioctSectorGeometry.h.
|
inline |
Definition at line 33 of file MioctSectorGeometry.h.
|
virtual |
Definition at line 28 of file MioctSectorGeometry.cxx.
|
private |
Definition at line 40 of file MioctSectorGeometry.h.
|
private |
Definition at line 41 of file MioctSectorGeometry.h.
|
private |
Definition at line 42 of file MioctSectorGeometry.h.