#include <MdtRODReadOut.h>
|
constexpr std::pair< uint32_t, uint16_t > | getBitsWord (const uint16_t bstart, const uint16_t bstop) |
|
uint32_t | getBits (std::pair< uint32_t, uint16_t > wordbstop) const |
|
|
static uint32_t | setBits (uint16_t nData, const uint16_t *inputData, const uint16_t *inputPos) |
|
static uint32_t | setBits (uint16_t nData, const uint32_t *inputData, const uint16_t *inputPos) |
|
Definition at line 17 of file MdtRODReadOut.h.
◆ MdtRODReadOut()
MdtRODReadOut::MdtRODReadOut |
( |
| ) |
|
◆ ~MdtRODReadOut()
MdtRODReadOut::~MdtRODReadOut |
( |
| ) |
|
|
default |
◆ bcId()
uint16_t MdtRODReadOut::bcId |
( |
| ) |
const |
|
inline |
◆ decodeFooter()
void MdtRODReadOut::decodeFooter |
( |
const std::vector< uint32_t > & |
p | ) |
|
◆ decodeHeader()
void MdtRODReadOut::decodeHeader |
( |
const std::vector< uint32_t > & |
p | ) |
|
◆ encodeFooter()
uint32_t * MdtRODReadOut::encodeFooter |
( |
| ) |
|
|
static |
◆ getBits()
uint32_t MdtReadOut::getBits |
( |
std::pair< uint32_t, uint16_t > |
wordbstop | ) |
const |
|
inlineprotectedinherited |
◆ getBitsWord()
constexpr std::pair<uint32_t, uint16_t> MdtReadOut::getBitsWord |
( |
const uint16_t |
bstart, |
|
|
const uint16_t |
bstop |
|
) |
| |
|
inlineconstexprprotectedinherited |
Definition at line 20 of file MdtReadOut.h.
22 for (
uint16_t i = bstop;
i < bstart;
i++) word = ((word | 1) << 1);
23 return std::make_pair(word, bstop);
◆ lvl1Id()
uint32_t MdtRODReadOut::lvl1Id |
( |
| ) |
const |
|
inline |
◆ makeFormatVersion()
constexpr uint32_t MdtRODReadOut::makeFormatVersion |
( |
| ) |
|
|
inlineconstexpr |
◆ makeHeaderMarker()
constexpr uint32_t MdtRODReadOut::makeHeaderMarker |
( |
| ) |
|
|
inlineconstexpr |
◆ makeHeaderSize()
constexpr uint32_t MdtRODReadOut::makeHeaderSize |
( |
| ) |
|
|
inlineconstexpr |
◆ makeRODId()
uint32_t MdtRODReadOut::makeRODId |
( |
uint16_t |
subdet, |
|
|
uint16_t |
mrod |
|
) |
| |
◆ mrodId()
uint16_t MdtRODReadOut::mrodId |
( |
| ) |
const |
|
inline |
◆ setBits() [1/2]
uint32_t MdtReadOut::setBits |
( |
uint16_t |
nData, |
|
|
const uint16_t * |
inputData, |
|
|
const uint16_t * |
inputPos |
|
) |
| |
|
staticprotectedinherited |
◆ setBits() [2/2]
uint32_t MdtReadOut::setBits |
( |
uint16_t |
nData, |
|
|
const uint32_t * |
inputData, |
|
|
const uint16_t * |
inputPos |
|
) |
| |
|
staticprotectedinherited |
◆ setZero()
void MdtRODReadOut::setZero |
( |
| ) |
|
|
private |
◆ subdetId()
uint16_t MdtRODReadOut::subdetId |
( |
| ) |
const |
|
inline |
◆ trigtypeId()
uint16_t MdtRODReadOut::trigtypeId |
( |
| ) |
const |
|
inline |
◆ m_bcId
uint16_t MdtRODReadOut::m_bcId |
|
private |
◆ m_lvl1Id
uint32_t MdtRODReadOut::m_lvl1Id |
|
private |
◆ m_mrodId
uint16_t MdtRODReadOut::m_mrodId |
|
private |
◆ m_subdetId
uint16_t MdtRODReadOut::m_subdetId |
|
private |
◆ m_triggerTypeId
uint16_t MdtRODReadOut::m_triggerTypeId |
|
private |
◆ m_word
uint32_t MdtReadOut::m_word |
|
protectedinherited |
◆ s_RODheadersize
constexpr uint32_t MdtRODReadOut::s_RODheadersize = 0x8 |
|
staticconstexprprivate |
◆ s_RODstart
constexpr uint32_t MdtRODReadOut::s_RODstart = 0xee1234ee |
|
staticconstexprprivate |
◆ s_RODversion
constexpr uint32_t MdtRODReadOut::s_RODversion = 0 |
|
staticconstexprprivate |
The documentation for this class was generated from the following files: