![]() |
ATLAS Offline Software
|
#include <SectorLogicReadOutStructure.h>
Public Member Functions | |
| SectorLogicReadOutStructure () | |
| SectorLogicReadOutStructure (ubit16 inputData) | |
| ~SectorLogicReadOutStructure ()=default | |
| void | setInit () |
| ubit16 | makeHeader (ubit16 *inputData) |
| ubit16 | makeSubHeader () |
| ubit16 | makeBody (ubit16 *inputData) |
| ubit16 | makeFooter (ubit16 errorCode) |
| ubit16 | makeFooter (ubit16 *errorCode) |
| ubit16 | decodeFragment (ubit16 inputWord, char &field) |
| bool | isHeader () |
| bool | isBody () |
| bool | isFooter () |
| 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_secid {0} |
| ubit16 | m_footer {0} |
Static Private Attributes | |
| static constexpr ubit16 | s_headerNum = 2 |
| static constexpr std::array< ubit16, s_headerNum > | s_headerPos {12, 0} |
| static constexpr std::array< ubit16, s_headerNum > | s_headerLen {4, 12} |
| static constexpr ubit16 | s_headerVal = 0x000d |
| static constexpr ubit16 | s_footerNum = 2 |
| static constexpr std::array< ubit16, s_footerNum > | s_footerPos {12, 0} |
| static constexpr std::array< ubit16, s_footerNum > | s_footerLen {4, 12} |
| static constexpr ubit16 | s_footerVal = 0x000f |
Definition at line 11 of file SectorLogicReadOutStructure.h.
| SectorLogicReadOutStructure::SectorLogicReadOutStructure | ( | ) |
Definition at line 12 of file SectorLogicReadOutStructure.cxx.
| SectorLogicReadOutStructure::SectorLogicReadOutStructure | ( | ubit16 | inputData | ) |
Definition at line 19 of file SectorLogicReadOutStructure.cxx.
|
default |
Definition at line 39 of file SectorLogicReadOutStructure.cxx.
|
inlineinherited |
Definition at line 19 of file RPCReadOut.h.
|
inlineprotectedinherited |
Definition at line 47 of file RPCReadOut.h.
|
inlineinherited |
Definition at line 18 of file RPCReadOut.h.
| bool SectorLogicReadOutStructure::isBody | ( | ) |
Definition at line 60 of file SectorLogicReadOutStructure.cxx.
| bool SectorLogicReadOutStructure::isFooter | ( | ) |
Definition at line 74 of file SectorLogicReadOutStructure.cxx.
| bool SectorLogicReadOutStructure::isHeader | ( | ) |
Definition at line 66 of file SectorLogicReadOutStructure.cxx.
Definition at line 21 of file SectorLogicReadOutStructure.h.
Definition at line 34 of file SectorLogicReadOutStructure.cxx.
Definition at line 22 of file SectorLogicReadOutStructure.h.
Definition at line 29 of file SectorLogicReadOutStructure.cxx.
|
inline |
Definition at line 20 of file SectorLogicReadOutStructure.h.
|
inlineprotectedinherited |
Definition at line 40 of file RPCReadOut.h.
|
inlineprotectedinherited |
Definition at line 30 of file RPCReadOut.h.
| void SectorLogicReadOutStructure::setInit | ( | ) |
Definition at line 26 of file SectorLogicReadOutStructure.cxx.
|
protectedinherited |
Definition at line 28 of file RPCReadOut.h.
|
private |
Definition at line 39 of file SectorLogicReadOutStructure.h.
|
private |
Definition at line 37 of file SectorLogicReadOutStructure.h.
|
protectedinherited |
Definition at line 27 of file RPCReadOut.h.
|
staticconstexprprotectedinherited |
Definition at line 57 of file RPCReadOut.h.
|
staticconstexprprivate |
Definition at line 54 of file SectorLogicReadOutStructure.h.
|
staticconstexprprivate |
Definition at line 52 of file SectorLogicReadOutStructure.h.
|
staticconstexprprivate |
Definition at line 53 of file SectorLogicReadOutStructure.h.
|
staticconstexprprivate |
Definition at line 55 of file SectorLogicReadOutStructure.h.
|
staticconstexprprivate |
Definition at line 49 of file SectorLogicReadOutStructure.h.
|
staticconstexprprivate |
Definition at line 47 of file SectorLogicReadOutStructure.h.
|
staticconstexprprivate |
Definition at line 48 of file SectorLogicReadOutStructure.h.
|
staticconstexprprivate |
Definition at line 50 of file SectorLogicReadOutStructure.h.
|
staticconstexprprotectedinherited |
Definition at line 55 of file RPCReadOut.h.
|
staticconstexprprotectedinherited |
Definition at line 56 of file RPCReadOut.h.