![]() |
ATLAS Offline Software
|
#include <PadReadOutStructure.h>
Public Member Functions | |
| PadReadOutStructure () | |
| PadReadOutStructure (ubit16 inputData) | |
| ~PadReadOutStructure ()=default | |
| void | setInit () |
| ubit16 | makeHeader (ubit16 *inputData) |
| ubit16 | makeBody (ubit16 *inputData) |
| ubit16 | makeSubHeader () |
| ubit16 | makeFooter (ubit16 errorCode) |
| ubit16 | makeFooter (ubit16 *errorCode) |
| ubit16 | decodeFragment (ubit16 inputWord, char &field) |
| ubit16 | padid () const |
| ubit16 | status () const |
| ubit16 | errorCode () const |
| ubit16 | l1id () const |
| ubit16 | bcid () const |
| ubit16 | fifoCM () const |
| ubit16 | fifoOR () const |
| ubit16 | fifoL1 () const |
| ubit16 | fifoPAD () const |
| ubit16 | errorSH () const |
| ubit16 | errorL1 () const |
| ubit16 | errorH () const |
| ubit16 | errorCM () const |
| ubit16 | errorCMID () const |
| bool | isHeader () |
| bool | isBody () |
| bool | isFooter () |
| bool | isPreFooter () |
| bool | isSubHeader () |
| 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} |
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 = 0x0005 |
| 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 = 0x0006 |
| static const ubit16 | s_prefooterNum = 5 |
| static const ubit16 | s_prefooterPos [s_prefooterNum] = {12, 3, 2, 1, 0} |
| static const ubit16 | s_prefooterLen [s_prefooterNum] = {4, 1, 1, 1, 1} |
| static const ubit16 | s_prefooterVal = 0x000a |
| static const ubit16 | s_footerNum = 6 |
| static const ubit16 | s_footerPos [s_footerNum] = {12, 11, 10, 9, 8, 0} |
| static const ubit16 | s_footerLen [s_footerNum] = {4, 1, 1, 1, 1, 8} |
| static const ubit16 | s_footerVal = 0x0007 |
Definition at line 13 of file PadReadOutStructure.h.
| PadReadOutStructure::PadReadOutStructure | ( | ) |
Definition at line 33 of file PadReadOutStructure.cxx.
| PadReadOutStructure::PadReadOutStructure | ( | ubit16 | inputData | ) |
Definition at line 55 of file PadReadOutStructure.cxx.
|
default |
|
inline |
Definition at line 36 of file PadReadOutStructure.h.
Definition at line 118 of file PadReadOutStructure.cxx.
|
inline |
Definition at line 44 of file PadReadOutStructure.h.
|
inline |
Definition at line 45 of file PadReadOutStructure.h.
|
inline |
Definition at line 34 of file PadReadOutStructure.h.
|
inline |
Definition at line 43 of file PadReadOutStructure.h.
|
inline |
Definition at line 42 of file PadReadOutStructure.h.
|
inline |
Definition at line 41 of file PadReadOutStructure.h.
|
inlineinherited |
Definition at line 19 of file RPCReadOut.h.
|
inline |
Definition at line 37 of file PadReadOutStructure.h.
|
inline |
Definition at line 39 of file PadReadOutStructure.h.
|
inline |
Definition at line 38 of file PadReadOutStructure.h.
|
inline |
Definition at line 40 of file PadReadOutStructure.h.
|
inlineprotectedinherited |
Definition at line 47 of file RPCReadOut.h.
|
inlineinherited |
Definition at line 18 of file RPCReadOut.h.
| bool PadReadOutStructure::isBody | ( | ) |
Definition at line 160 of file PadReadOutStructure.cxx.
| bool PadReadOutStructure::isFooter | ( | ) |
Definition at line 190 of file PadReadOutStructure.cxx.
| bool PadReadOutStructure::isHeader | ( | ) |
Definition at line 166 of file PadReadOutStructure.cxx.
| bool PadReadOutStructure::isPreFooter | ( | ) |
Definition at line 182 of file PadReadOutStructure.cxx.
| bool PadReadOutStructure::isSubHeader | ( | ) |
Definition at line 174 of file PadReadOutStructure.cxx.
|
inline |
Definition at line 35 of file PadReadOutStructure.h.
Definition at line 22 of file PadReadOutStructure.h.
Definition at line 103 of file PadReadOutStructure.cxx.
Definition at line 25 of file PadReadOutStructure.h.
Definition at line 74 of file PadReadOutStructure.cxx.
|
inline |
Definition at line 24 of file PadReadOutStructure.h.
|
inline |
Definition at line 32 of file PadReadOutStructure.h.
|
inlineprotectedinherited |
Definition at line 40 of file RPCReadOut.h.
|
inlineprotectedinherited |
Definition at line 30 of file RPCReadOut.h.
| void PadReadOutStructure::setInit | ( | ) |
Definition at line 64 of file PadReadOutStructure.cxx.
|
inline |
Definition at line 33 of file PadReadOutStructure.h.
|
private |
Definition at line 61 of file PadReadOutStructure.h.
|
private |
Definition at line 74 of file PadReadOutStructure.h.
|
private |
Definition at line 75 of file PadReadOutStructure.h.
|
private |
Definition at line 76 of file PadReadOutStructure.h.
|
private |
Definition at line 73 of file PadReadOutStructure.h.
|
private |
Definition at line 72 of file PadReadOutStructure.h.
|
private |
Definition at line 71 of file PadReadOutStructure.h.
|
protectedinherited |
Definition at line 28 of file RPCReadOut.h.
|
private |
Definition at line 64 of file PadReadOutStructure.h.
|
private |
Definition at line 66 of file PadReadOutStructure.h.
|
private |
Definition at line 65 of file PadReadOutStructure.h.
|
private |
Definition at line 67 of file PadReadOutStructure.h.
|
private |
Definition at line 59 of file PadReadOutStructure.h.
|
private |
Definition at line 81 of file PadReadOutStructure.h.
|
private |
Definition at line 80 of file PadReadOutStructure.h.
|
private |
Definition at line 58 of file PadReadOutStructure.h.
|
private |
Definition at line 68 of file PadReadOutStructure.h.
|
private |
Definition at line 105 of file PadReadOutStructure.h.
|
protectedinherited |
Definition at line 27 of file RPCReadOut.h.
|
staticconstexprprotectedinherited |
Definition at line 57 of file RPCReadOut.h.
Definition at line 28 of file PadReadOutStructure.h.
Definition at line 98 of file PadReadOutStructure.h.
Definition at line 26 of file PadReadOutStructure.h.
Definition at line 101 of file PadReadOutStructure.h.
Definition at line 14 of file PadReadOutStructure.h.
Definition at line 86 of file PadReadOutStructure.h.
Definition at line 12 of file PadReadOutStructure.h.
Definition at line 89 of file PadReadOutStructure.h.
|
staticconstexprprotectedinherited |
Definition at line 55 of file RPCReadOut.h.
|
staticconstexprprotectedinherited |
Definition at line 56 of file RPCReadOut.h.
Definition at line 23 of file PadReadOutStructure.h.
Definition at line 94 of file PadReadOutStructure.h.
Definition at line 22 of file PadReadOutStructure.h.
Definition at line 97 of file PadReadOutStructure.h.
Definition at line 19 of file PadReadOutStructure.h.
Definition at line 90 of file PadReadOutStructure.h.
Definition at line 18 of file PadReadOutStructure.h.
Definition at line 93 of file PadReadOutStructure.h.