DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
COLDATA block struct. More...
#include <WIBFrame.hpp>
Public Member Functions | |
uint16_t | get_channel (const uint8_t adc, const uint8_t ch) const |
void | set_channel (const uint8_t adc, const uint8_t ch, const uint16_t new_val) |
Public Attributes | |
ColdataHeader | head |
ColdataSegment | segments [s_num_seg_per_block] |
Static Public Attributes | |
static constexpr int | s_num_seg_per_block = 8 |
static constexpr int | s_num_ch_per_adc = 8 |
static constexpr int | s_num_adc_per_block = ColdataSegment::s_num_ch_per_seg * s_num_seg_per_block / s_num_ch_per_adc |
static constexpr int | s_num_ch_per_block = s_num_seg_per_block * ColdataSegment::s_num_ch_per_seg |
Private Member Functions | |
int | get_segment_index_ (const int adc, const int ch) const |
COLDATA block struct.
Definition at line 295 of file WIBFrame.hpp.
|
inline |
Definition at line 305 of file WIBFrame.hpp.
|
inlineprivate |
Definition at line 317 of file WIBFrame.hpp.
|
inline |
Definition at line 311 of file WIBFrame.hpp.
ColdataHeader dunedaq::fddetdataformats::ColdataBlock::head |
Definition at line 302 of file WIBFrame.hpp.
|
staticconstexpr |
Definition at line 299 of file WIBFrame.hpp.
|
staticconstexpr |
Definition at line 298 of file WIBFrame.hpp.
|
staticconstexpr |
Definition at line 300 of file WIBFrame.hpp.
|
staticconstexpr |
Definition at line 297 of file WIBFrame.hpp.
ColdataSegment dunedaq::fddetdataformats::ColdataBlock::segments[s_num_seg_per_block] |
Definition at line 303 of file WIBFrame.hpp.