![]() |
Project
|
Classes | |
struct | dataDef |
struct | DataPoint |
struct | DecodedData |
struct | DecodedDataFE |
Decoded data of one FE. More... | |
class | Decoder |
struct | headerDef |
256bit CRU header word of SACs More... | |
struct | packet |
Variables | |
constexpr float | ADCtoNanoAmp = 125000.f / 8388608.f |
125000 nA / std::pow(2,23) bits | |
constexpr uint32_t | ChannelsPerFE = 8 |
Channels per front-end card. One channel is one stack. | |
constexpr size_t | Instances = 2 |
Number of instances to process. | |
constexpr size_t | NumberFEs = FEsPerInstance * Instances |
Total number of frontends to process. | |
125000 nA / std::pow(2,23) bits
Definition at line 38 of file SACDecoder.h.
|
constexpr |
Channels per front-end card. One channel is one stack.
Definition at line 39 of file SACDecoder.h.
|
constexpr |
Number of instances to process.
Definition at line 40 of file SACDecoder.h.
|
constexpr |
Total number of frontends to process.
Definition at line 41 of file SACDecoder.h.