![]() |
ATLAS Offline Software
|
#include <MatrixReadOutStructure.h>
Public Member Functions | |
| MatrixReadOutStructure () | |
| MatrixReadOutStructure (ubit16 inputData) | |
| ~MatrixReadOutStructure ()=default | |
| void | setInit () |
| ubit16 | makeHeader (ubit16 *inputData) |
| ubit16 | makeSubHeader () |
| ubit16 | makeBody (ubit16 *inputData) |
| ubit16 | makeFooter (ubit16 inputData) |
| ubit16 | makeFooter (ubit16 *inputData) |
| ubit16 | decodeFragment (ubit16 inputWord, char &field) |
| ubit16 | cmid () |
| ubit16 | fel1id () |
| ubit16 | febcid () |
| ubit16 | bcid () |
| ubit16 | time () |
| ubit16 | ijk () |
| ubit16 | channel () |
| ubit16 | threshold () |
| ubit16 | overlap () |
| ubit16 | status () |
| ubit16 | crc () |
| bool | isLowPt () |
| bool | isHigPt () |
| bool | isEtaProj () |
| bool | isPhiProj () |
| bool | is0LocAdd () |
| bool | is1LocAdd () |
| ubit16 | getFooterVal () |
| ubit16 | getFooterPos () |
| bool | isHeader () |
| bool | isSubHeader () |
| bool | isBody () |
| bool | isFooter () |
| ubit16 | global_channel () |
| ubit16 | isPivot () |
| bool | isTrigger () |
| ubit16 | getWord () const |
| char | field () const |
Protected Member Functions | |
| ubit16 | set16Bits (const ubit16 n, const ubit16 *pos, const ubit16 *val) const |
| template<size_t n> | |
| ubit16 | set16Bits (const std::array< ubit16, n > &pos, const std::array< ubit16, n > &val) const |
| ubit16 | get16Bits (const ubit16 input, const ubit16 position, const ubit16 length) const |
Protected Attributes | |
| ubit16 | m_word {0xffff} |
| char | m_field {0} |
Static Protected Attributes | |
| static constexpr ubit16 | s_last2bitsON {0xc000} |
| static constexpr ubit16 | s_last4bitsON {0xf000} |
| static constexpr ubit16 | s_first8bitsON {0} |
Private Attributes | |
| ubit16 | m_cmid |
| ubit16 | m_fel1id |
| ubit16 | m_febcid |
| ubit16 | m_bcid |
| ubit16 | m_time |
| ubit16 | m_ijk |
| ubit16 | m_channel |
| ubit16 | m_strip |
| ubit16 | m_threshold |
| ubit16 | m_overlap |
| ubit16 | m_status |
| ubit16 | m_crc |
Static Private Attributes | |
| static const ubit16 | s_headerNum = 3 |
| static const ubit16 | s_headerPos [s_headerNum] = {12, 9, 0} |
| static const ubit16 | s_headerLen [s_headerNum] = {4, 3, 9} |
| static const ubit16 | s_headerVal = 0x000c |
| static const ubit16 | s_subHeaderNum = 2 |
| static const ubit16 | s_subHeaderPos [s_subHeaderNum] = {12, 0} |
| static const ubit16 | s_subHeaderLen [s_subHeaderNum] = {4, 12} |
| static const ubit16 | s_subHeaderVal = 8 |
| static const ubit16 | s_CMABodyNum = 5 |
| static const ubit16 | s_CMABodyPos [s_CMABodyNum] = {14, 11, 8, 5, 0} |
| static const ubit16 | s_CMABodyLen [s_CMABodyNum] = {2, 3, 3, 3, 5} |
| static const ubit16 | s_CMABodyVal = 0 |
| static const ubit16 | s_footerNum = 3 |
| static const ubit16 | s_footerPos [s_footerNum] = {14, 8, 0} |
| static const ubit16 | s_footerLen [s_footerNum] = {2, 6, 8} |
| static const ubit16 | s_footerVal = 1 |
Definition at line 13 of file MatrixReadOutStructure.h.
| MatrixReadOutStructure::MatrixReadOutStructure | ( | ) |
Definition at line 40 of file MatrixReadOutStructure.cxx.
| MatrixReadOutStructure::MatrixReadOutStructure | ( | ubit16 | inputData | ) |
Definition at line 47 of file MatrixReadOutStructure.cxx.
|
default |
|
inline |
Definition at line 33 of file MatrixReadOutStructure.h.
|
inline |
Definition at line 36 of file MatrixReadOutStructure.h.
|
inline |
Definition at line 30 of file MatrixReadOutStructure.h.
|
inline |
Definition at line 40 of file MatrixReadOutStructure.h.
Definition at line 111 of file MatrixReadOutStructure.cxx.
|
inline |
Definition at line 32 of file MatrixReadOutStructure.h.
|
inline |
Definition at line 31 of file MatrixReadOutStructure.h.
|
inlineinherited |
Definition at line 19 of file RPCReadOut.h.
|
inlineprotectedinherited |
Definition at line 47 of file RPCReadOut.h.
|
inline |
Definition at line 50 of file MatrixReadOutStructure.h.
|
inline |
Definition at line 49 of file MatrixReadOutStructure.h.
|
inlineinherited |
Definition at line 18 of file RPCReadOut.h.
| ubit16 MatrixReadOutStructure::global_channel | ( | ) |
Definition at line 198 of file MatrixReadOutStructure.cxx.
|
inline |
Definition at line 35 of file MatrixReadOutStructure.h.
| bool MatrixReadOutStructure::is0LocAdd | ( | ) |
| bool MatrixReadOutStructure::is1LocAdd | ( | ) |
Definition at line 240 of file MatrixReadOutStructure.cxx.
| bool MatrixReadOutStructure::isBody | ( | ) |
Definition at line 180 of file MatrixReadOutStructure.cxx.
| bool MatrixReadOutStructure::isEtaProj | ( | ) |
| bool MatrixReadOutStructure::isFooter | ( | ) |
Definition at line 187 of file MatrixReadOutStructure.cxx.
| bool MatrixReadOutStructure::isHeader | ( | ) |
Definition at line 166 of file MatrixReadOutStructure.cxx.
| bool MatrixReadOutStructure::isHigPt | ( | ) |
Definition at line 224 of file MatrixReadOutStructure.cxx.
| bool MatrixReadOutStructure::isLowPt | ( | ) |
| bool MatrixReadOutStructure::isPhiProj | ( | ) |
Definition at line 232 of file MatrixReadOutStructure.cxx.
| ubit16 MatrixReadOutStructure::isPivot | ( | ) |
Definition at line 204 of file MatrixReadOutStructure.cxx.
| bool MatrixReadOutStructure::isSubHeader | ( | ) |
Definition at line 173 of file MatrixReadOutStructure.cxx.
| bool MatrixReadOutStructure::isTrigger | ( | ) |
Definition at line 211 of file MatrixReadOutStructure.cxx.
Definition at line 83 of file MatrixReadOutStructure.cxx.
Definition at line 108 of file MatrixReadOutStructure.cxx.
Definition at line 100 of file MatrixReadOutStructure.cxx.
Definition at line 68 of file MatrixReadOutStructure.cxx.
| ubit16 MatrixReadOutStructure::makeSubHeader | ( | ) |
Definition at line 76 of file MatrixReadOutStructure.cxx.
|
inline |
Definition at line 38 of file MatrixReadOutStructure.h.
|
inlineprotectedinherited |
Definition at line 40 of file RPCReadOut.h.
|
inlineprotectedinherited |
Definition at line 30 of file RPCReadOut.h.
| void MatrixReadOutStructure::setInit | ( | ) |
Definition at line 51 of file MatrixReadOutStructure.cxx.
|
inline |
Definition at line 39 of file MatrixReadOutStructure.h.
|
inline |
Definition at line 37 of file MatrixReadOutStructure.h.
|
inline |
Definition at line 34 of file MatrixReadOutStructure.h.
|
private |
Definition at line 77 of file MatrixReadOutStructure.h.
|
private |
Definition at line 80 of file MatrixReadOutStructure.h.
|
private |
Definition at line 74 of file MatrixReadOutStructure.h.
|
private |
Definition at line 85 of file MatrixReadOutStructure.h.
|
private |
Definition at line 76 of file MatrixReadOutStructure.h.
|
private |
Definition at line 75 of file MatrixReadOutStructure.h.
|
protectedinherited |
Definition at line 28 of file RPCReadOut.h.
|
private |
Definition at line 79 of file MatrixReadOutStructure.h.
|
private |
Definition at line 83 of file MatrixReadOutStructure.h.
|
private |
Definition at line 84 of file MatrixReadOutStructure.h.
|
private |
Definition at line 81 of file MatrixReadOutStructure.h.
|
private |
Definition at line 82 of file MatrixReadOutStructure.h.
|
private |
Definition at line 78 of file MatrixReadOutStructure.h.
|
protectedinherited |
Definition at line 27 of file RPCReadOut.h.
Definition at line 25 of file MatrixReadOutStructure.h.
Definition at line 96 of file MatrixReadOutStructure.h.
Definition at line 24 of file MatrixReadOutStructure.h.
Definition at line 99 of file MatrixReadOutStructure.h.
|
staticconstexprprotectedinherited |
Definition at line 57 of file RPCReadOut.h.
Definition at line 29 of file MatrixReadOutStructure.h.
Definition at line 100 of file MatrixReadOutStructure.h.
Definition at line 28 of file MatrixReadOutStructure.h.
Definition at line 103 of file MatrixReadOutStructure.h.
Definition at line 17 of file MatrixReadOutStructure.h.
Definition at line 88 of file MatrixReadOutStructure.h.
Definition at line 16 of file MatrixReadOutStructure.h.
Definition at line 91 of file MatrixReadOutStructure.h.
|
staticconstexprprotectedinherited |
Definition at line 55 of file RPCReadOut.h.
|
staticconstexprprotectedinherited |
Definition at line 56 of file RPCReadOut.h.
Definition at line 21 of file MatrixReadOutStructure.h.
Definition at line 92 of file MatrixReadOutStructure.h.
Definition at line 20 of file MatrixReadOutStructure.h.
Definition at line 95 of file MatrixReadOutStructure.h.