#include <ALFA_RawDataReadOut_charge.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 > in) |
|
uint32_t | setBits (uint16_t nData, uint16_t *inputData, uint16_t *inputPos) |
|
uint32_t | setBits (uint16_t nData, uint32_t *inputData, uint16_t *inputPos) |
|
◆ ALFA_RawDataReadOut_charge()
ALFA_RawDataReadOut_charge::ALFA_RawDataReadOut_charge |
( |
| ) |
|
◆ ~ALFA_RawDataReadOut_charge()
ALFA_RawDataReadOut_charge::~ALFA_RawDataReadOut_charge |
( |
| ) |
|
◆ bcId()
uint16_t ALFA_RawDataReadOut_charge::bcId |
( |
| ) |
const |
|
inline |
◆ bit12()
bool ALFA_RawDataReadOut_charge::bit12 |
( |
| ) |
const |
|
inline |
◆ bit24_27()
uint16_t ALFA_RawDataReadOut_charge::bit24_27 |
( |
| ) |
const |
|
inline |
◆ bit27_24()
uint16_t ALFA_RawDataReadOut_charge::bit27_24 |
( |
| ) |
const |
|
inline |
◆ ChannelNumId()
uint16_t ALFA_RawDataReadOut_charge::ChannelNumId |
( |
| ) |
const |
|
inline |
◆ ChargeChanId()
uint16_t ALFA_RawDataReadOut_charge::ChargeChanId |
( |
| ) |
const |
|
inline |
◆ decodeWord()
void ALFA_RawDataReadOut_charge::decodeWord |
( |
uint32_t |
dataWord | ) |
|
◆ ecnt_BOT()
uint16_t ALFA_RawDataReadOut_charge::ecnt_BOT |
( |
| ) |
const |
|
inline |
◆ ecnt_EOT()
uint16_t ALFA_RawDataReadOut_charge::ecnt_EOT |
( |
| ) |
const |
|
inline |
◆ FiberFirmwareId()
uint16_t ALFA_RawDataReadOut_charge::FiberFirmwareId |
( |
| ) |
const |
|
inline |
◆ getBits()
uint32_t ALFA_ReadOut::getBits |
( |
std::pair< uint32_t, uint16_t > |
in | ) |
|
|
inlineprotectedinherited |
◆ getBitsWord()
constexpr std::pair<uint32_t, uint16_t> ALFA_ReadOut::getBitsWord |
( |
const uint16_t |
bstart, |
|
|
const uint16_t |
bstop |
|
) |
| |
|
inlineconstexprprotectedinherited |
Definition at line 21 of file ALFA_ReadOut.h.
24 word = ((word | 1)<<1);
25 return std::make_pair(word, bstop);
◆ is_BOT()
bool ALFA_RawDataReadOut_charge::is_BOT |
( |
| ) |
const |
|
inline |
◆ is_EOT()
bool ALFA_RawDataReadOut_charge::is_EOT |
( |
| ) |
const |
|
inline |
◆ is_TDCch()
bool ALFA_RawDataReadOut_charge::is_TDCch |
( |
| ) |
const |
|
inline |
◆ LsbTdcId()
uint16_t ALFA_RawDataReadOut_charge::LsbTdcId |
( |
| ) |
const |
|
inline |
◆ MBId()
uint16_t ALFA_RawDataReadOut_charge::MBId |
( |
| ) |
const |
|
inline |
◆ PMFId()
uint16_t ALFA_RawDataReadOut_charge::PMFId |
( |
| ) |
const |
|
inline |
◆ setBits() [1/2]
uint32_t ALFA_ReadOut::setBits |
( |
uint16_t |
nData, |
|
|
uint16_t * |
inputData, |
|
|
uint16_t * |
inputPos |
|
) |
| |
|
protectedinherited |
◆ setBits() [2/2]
uint32_t ALFA_ReadOut::setBits |
( |
uint16_t |
nData, |
|
|
uint32_t * |
inputData, |
|
|
uint16_t * |
inputPos |
|
) |
| |
|
protectedinherited |
◆ setZero()
void ALFA_RawDataReadOut_charge::setZero |
( |
| ) |
|
|
private |
◆ SlotId()
uint16_t ALFA_RawDataReadOut_charge::SlotId |
( |
| ) |
const |
|
inline |
◆ m_bcId
uint16_t ALFA_RawDataReadOut_charge::m_bcId |
|
private |
◆ m_bit12
bool ALFA_RawDataReadOut_charge::m_bit12 |
|
private |
◆ m_bit24_27
uint16_t ALFA_RawDataReadOut_charge::m_bit24_27 |
|
private |
◆ m_bit27_24
uint16_t ALFA_RawDataReadOut_charge::m_bit27_24 |
|
private |
◆ m_ChannelNumId
uint16_t ALFA_RawDataReadOut_charge::m_ChannelNumId |
|
private |
◆ m_ChargeChan
std::vector<uint32_t> ALFA_RawDataReadOut_charge::m_ChargeChan |
|
private |
◆ m_ChargeChanId
uint16_t ALFA_RawDataReadOut_charge::m_ChargeChanId |
|
private |
◆ m_dataWord
uint32_t ALFA_RawDataReadOut_charge::m_dataWord |
|
private |
◆ m_ecnt_BOT
uint16_t ALFA_RawDataReadOut_charge::m_ecnt_BOT |
|
private |
◆ m_ecnt_EOT
uint16_t ALFA_RawDataReadOut_charge::m_ecnt_EOT |
|
private |
◆ m_FiberFirmwareId
uint16_t ALFA_RawDataReadOut_charge::m_FiberFirmwareId |
|
private |
◆ m_LsbTdcId
uint16_t ALFA_RawDataReadOut_charge::m_LsbTdcId |
|
private |
◆ m_MBId
uint16_t ALFA_RawDataReadOut_charge::m_MBId |
|
private |
◆ m_PMFId
uint16_t ALFA_RawDataReadOut_charge::m_PMFId |
|
private |
◆ m_SlotId
uint16_t ALFA_RawDataReadOut_charge::m_SlotId |
|
private |
◆ m_wcnt
uint16_t ALFA_RawDataReadOut_charge::m_wcnt |
|
private |
◆ m_word
uint32_t ALFA_ReadOut::m_word |
|
protectedinherited |
◆ m_wordHeader
uint16_t ALFA_RawDataReadOut_charge::m_wordHeader |
|
private |
◆ s_BOTvalue
constexpr uint16_t ALFA_RawDataReadOut_charge::s_BOTvalue = 0xa |
|
staticconstexprprivate |
◆ s_EOTvalue
constexpr uint16_t ALFA_RawDataReadOut_charge::s_EOTvalue = 0xc |
|
staticconstexprprivate |
◆ s_headerBits
constexpr uint16_t ALFA_RawDataReadOut_charge::s_headerBits = 0xf |
|
staticconstexprprivate |
◆ s_headerPos
constexpr uint16_t ALFA_RawDataReadOut_charge::s_headerPos = 28 |
|
staticconstexprprivate |
◆ s_TSMvalue_charge
constexpr uint16_t ALFA_RawDataReadOut_charge::s_TSMvalue_charge = 0x4 |
|
staticconstexprprivate |
The documentation for this class was generated from the following files: