Split the offline part of the cabling apart to use it later for sorting.
More...
#include <MdtCablingData.h>
|
| 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.
|
Split the offline part of the cabling apart to use it later for sorting.
Definition at line 16 of file MdtCablingData.h.
◆ MdtCablingOffData() [1/2]
| MdtCablingOffData::MdtCablingOffData |
( |
| ) |
|
|
default |
◆ MdtCablingOffData() [2/2]
Definition at line 18 of file MdtCablingData.h.
20 }
union MdtCablingOffData::@146136140275166024214125374003135312065142355135 m_cache
MdtCablingOffData()=default
◆ operator!()
| bool MdtCablingOffData::operator! |
( |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator<()
◆ operator=()
Definition at line 22 of file MdtCablingData.h.
22 {
23 if (&other != this)
25 return *this;
26 }
◆ operator==()
Multilayer inside the MDT station.
Equality operator
Definition at line 34 of file MdtCablingData.h.
◆ cache
| int8_t MdtCablingOffData::cache[4] |
◆ eta
| 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.
◆ hash
| int MdtCablingOffData::hash {0} |
◆ [union]
| union { ... } MdtCablingOffData::m_cache |
◆ multilayer
| int8_t& MdtCablingOffData::multilayer {m_cache.cache[3]} |
◆ phi
| int8_t& MdtCablingOffData::phi {m_cache.cache[2]} |
◆ stationIndex
| int8_t& MdtCablingOffData::stationIndex |
The documentation for this struct was generated from the following file: