#include <HGCalUnpacker.h>
Public Attributes | |
uint32_t | captureBlockECONDMax {12} |
maximum number of ECON-Ds in one capture block More... | |
uint32_t | captureBlockReserved {0x3f} |
Capture block reserved pattern. More... | |
uint32_t | channelMax {7000000} |
maximum number of channels unpacked More... | |
uint32_t | commonModeMax {4000000} |
maximum number of common modes unpacked More... | |
uint32_t | econdERXMax {12} |
maximum number of eRxs in one ECON-D More... | |
uint32_t | econdHeaderMarker {0x154} |
ECON-D header Marker pattern. More... | |
uint32_t | erxChannelMax {37} |
maximum number of channels in one eRx More... | |
uint32_t | payloadLengthMax {469} |
maximum length of payload length More... | |
uint32_t | sLinkBOE {0x0} |
S-Link BOE pattern. More... | |
uint32_t | sLinkCaptureBlockMax {10} |
maximum number of capture blocks in one S-Link More... | |
Definition at line 21 of file HGCalUnpacker.h.
uint32_t HGCalUnpackerConfig::captureBlockECONDMax {12} |
maximum number of ECON-Ds in one capture block
Definition at line 26 of file HGCalUnpacker.h.
uint32_t HGCalUnpackerConfig::captureBlockReserved {0x3f} |
Capture block reserved pattern.
Definition at line 23 of file HGCalUnpacker.h.
uint32_t HGCalUnpackerConfig::channelMax {7000000} |
maximum number of channels unpacked
Definition at line 30 of file HGCalUnpacker.h.
uint32_t HGCalUnpackerConfig::commonModeMax {4000000} |
maximum number of common modes unpacked
Definition at line 31 of file HGCalUnpacker.h.
uint32_t HGCalUnpackerConfig::econdERXMax {12} |
maximum number of eRxs in one ECON-D
Definition at line 27 of file HGCalUnpacker.h.
uint32_t HGCalUnpackerConfig::econdHeaderMarker {0x154} |
ECON-D header Marker pattern.
Definition at line 24 of file HGCalUnpacker.h.
uint32_t HGCalUnpackerConfig::erxChannelMax {37} |
maximum number of channels in one eRx
Definition at line 28 of file HGCalUnpacker.h.
uint32_t HGCalUnpackerConfig::payloadLengthMax {469} |
maximum length of payload length
Definition at line 29 of file HGCalUnpacker.h.
uint32_t HGCalUnpackerConfig::sLinkBOE {0x0} |
S-Link BOE pattern.
Definition at line 22 of file HGCalUnpacker.h.
Referenced by HGCalRawToDigi::HGCalRawToDigi().
uint32_t HGCalUnpackerConfig::sLinkCaptureBlockMax {10} |
maximum number of capture blocks in one S-Link
Definition at line 25 of file HGCalUnpacker.h.