#include <FelixFormat.hh>
Definition at line 241 of file FelixFormat.hh.
uint16_t dune::ColdataBlock::channel |
( |
const uint8_t |
adc, |
|
|
const uint8_t |
ch |
|
) |
| const |
|
inline |
Definition at line 246 of file FelixFormat.hh.
uint16_t channel(const uint8_t adc, const uint8_t ch) const
ColdataSegment segments[8]
void dune::ColdataBlock::printADCs |
( |
| ) |
const |
|
inline |
Definition at line 255 of file FelixFormat.hh.
256 std::cout <<
"\t\t0\t1\t2\t3\t4\t5\t6\t7\n";
257 for (
int i = 0; i < 8; i++) {
258 std::cout <<
"Stream " << i <<
":\t";
259 for (
int j = 0; j < 8; j++) {
uint16_t channel(const uint8_t adc, const uint8_t ch) const
QTextStream & hex(QTextStream &s)
QTextStream & dec(QTextStream &s)
void dune::ColdataBlock::set_channel |
( |
const uint8_t |
adc, |
|
|
const uint8_t |
ch, |
|
|
uint16_t |
new_val |
|
) |
| |
|
inline |
Definition at line 251 of file FelixFormat.hh.
ColdataSegment segments[8]
void set_channel(const uint8_t adc, const uint8_t ch, uint16_t new_val)
The documentation for this struct was generated from the following file: