![]() |
Project
|
Encoding of ALTRO words (32 bit consisting of 3 10-bit words) More...
#include <RawWriter.h>
Public Attributes | ||
uint32_t | mDataWord | |
Full data word representation. | ||
struct { | ||
uint32_t mWord2: 10 | ||
Bits 0 - 9 : Word 2. More... | ||
uint32_t mWord1: 10 | ||
Bits 10 - 19 : Word 1. More... | ||
uint32_t mWord0: 10 | ||
Bits 20 - 29 : Word 0. More... | ||
uint32_t mZero: 2 | ||
Bits 30 - 31 : zeroed. More... | ||
}; | ||
Encoding of ALTRO words (32 bit consisting of 3 10-bit words)
Definition at line 56 of file RawWriter.h.
struct { ... } o2::emcal::CaloBunchWord |
uint32_t o2::emcal::CaloBunchWord::mDataWord |
Full data word representation.
Definition at line 57 of file RawWriter.h.
uint32_t o2::emcal::CaloBunchWord::mWord0 |
Bits 20 - 29 : Word 0.
Definition at line 61 of file RawWriter.h.
uint32_t o2::emcal::CaloBunchWord::mWord1 |
Bits 10 - 19 : Word 1.
Definition at line 60 of file RawWriter.h.
uint32_t o2::emcal::CaloBunchWord::mWord2 |
Bits 0 - 9 : Word 2.
Definition at line 59 of file RawWriter.h.
uint32_t o2::emcal::CaloBunchWord::mZero |
Bits 30 - 31 : zeroed.
Definition at line 62 of file RawWriter.h.