![]() |
ATLAS Offline Software
|
#include <MioctGeometry.h>
Public Member Functions | |
| MioctGeometry () | |
| virtual | ~MioctGeometry ()=default |
| unsigned int | mioctId () const |
| unsigned int | slot () const |
| const std::vector< MioctSectorGeometry > & | sectors () |
| const std::vector< MioctTopoCellGeometry > & | topoCells () |
| void | setMioctId (unsigned int id) |
| void | setSlot (int m) |
| void | addSector (const MioctSectorGeometry §or) |
| void | addTopoCell (const MioctTopoCellGeometry &topocell) |
| 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_mioctid {} |
| unsigned int | m_slot {} |
| std::vector< MioctSectorGeometry > | m_Sectors |
| std::vector< MioctTopoCellGeometry > | m_TopoCells |
Definition at line 14 of file MioctGeometry.h.
| MioctGeometry::MioctGeometry | ( | ) |
Definition at line 11 of file MioctGeometry.cxx.
|
virtualdefault |
|
inline |
Definition at line 28 of file MioctGeometry.h.
|
inline |
Definition at line 29 of file MioctGeometry.h.
|
inline |
Definition at line 20 of file MioctGeometry.h.
|
virtual |
Definition at line 18 of file MioctGeometry.cxx.
|
inline |
Definition at line 22 of file MioctGeometry.h.
|
inline |
Definition at line 26 of file MioctGeometry.h.
|
inline |
Definition at line 27 of file MioctGeometry.h.
|
inline |
Definition at line 21 of file MioctGeometry.h.
|
inline |
Definition at line 23 of file MioctGeometry.h.
|
virtual |
Definition at line 30 of file MioctGeometry.cxx.
|
private |
Definition at line 35 of file MioctGeometry.h.
|
private |
Definition at line 37 of file MioctGeometry.h.
|
private |
Definition at line 36 of file MioctGeometry.h.
|
private |
Definition at line 38 of file MioctGeometry.h.