![]() |
ATLAS Offline Software
|
Split the offline part of the cabling apart to use it later for sorting. More...
#include <MdtCablingData.h>
Public Member Functions | |
| MdtCablingOffData ()=default | |
| MdtCablingOffData (const MdtCablingOffData &other) | |
| MdtCablingOffData & | operator= (const MdtCablingOffData &other) |
| bool | operator== (const MdtCablingOffData &other) const |
| Multilayer inside the MDT station. | |
| bool | operator!= (const MdtCablingOffData &other) const |
| bool | operator< (const MdtCablingOffData &other) const |
| bool | operator! () const |
Public Attributes | |
| int8_t & | stationIndex |
| int8_t & | eta {m_cache.cache[1]} |
| Station of the chamber (i.e, BIL,BIS,etc.). | |
| int8_t & | phi {m_cache.cache[2]} |
| Eta of the MDT station. | |
| int8_t & | multilayer {m_cache.cache[3]} |
| Phi sector of the MDT station. | |
Private Attributes | |
| union { | |
| int hash {0} | |
| int8_t cache [4] | |
| } | m_cache |
Split the offline part of the cabling apart to use it later for sorting.
Definition at line 16 of file MdtCablingData.h.
|
default |
|
inline |
Definition at line 18 of file MdtCablingData.h.
|
inline |
Definition at line 43 of file MdtCablingData.h.
|
inline |
Definition at line 37 of file MdtCablingData.h.
|
inline |
Definition at line 40 of file MdtCablingData.h.
|
inline |
Definition at line 22 of file MdtCablingData.h.
|
inline |
Multilayer inside the MDT station.
Equality operator
Definition at line 34 of file MdtCablingData.h.
| int8_t MdtCablingOffData::cache[4] |
Definition at line 48 of file MdtCablingData.h.
| int8_t& MdtCablingOffData::eta {m_cache.cache[1]} |
Station of the chamber (i.e, BIL,BIS,etc.).
Definition at line 29 of file MdtCablingData.h.
| int MdtCablingOffData::hash {0} |
Definition at line 47 of file MdtCablingData.h.
| union { ... } MdtCablingOffData::m_cache |
| int8_t& MdtCablingOffData::multilayer {m_cache.cache[3]} |
Phi sector of the MDT station.
Definition at line 31 of file MdtCablingData.h.
| int8_t& MdtCablingOffData::phi {m_cache.cache[2]} |
| int8_t& MdtCablingOffData::stationIndex |
Definition at line 27 of file MdtCablingData.h.