![]() |
ATLAS Offline Software
|
#include <RPCReadOut.h>
Public Member Functions | |
| RPCReadOut ()=default | |
| ~RPCReadOut ()=default | |
| 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} |
Definition at line 13 of file RPCReadOut.h.
|
default |
|
default |
|
inline |
Definition at line 19 of file RPCReadOut.h.
|
inlineprotected |
Definition at line 47 of file RPCReadOut.h.
|
inline |
Definition at line 18 of file RPCReadOut.h.
|
inlineprotected |
Definition at line 40 of file RPCReadOut.h.
|
inlineprotected |
Definition at line 30 of file RPCReadOut.h.
|
protected |
Definition at line 28 of file RPCReadOut.h.
|
protected |
Definition at line 27 of file RPCReadOut.h.
|
staticconstexprprotected |
Definition at line 57 of file RPCReadOut.h.
|
staticconstexprprotected |
Definition at line 55 of file RPCReadOut.h.
|
staticconstexprprotected |
Definition at line 56 of file RPCReadOut.h.