PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Enumerations | |
enum | FIRMWARE { R17562, R20466, R27361, R29432, R30474, R30980, R30981, R34688, UNKNOWN } |
enum | HEADER_CODES { STATS_BLOCK = 1, HEADER = 4, HEADER_W_ETS = 6, HEADER_W_ESUM = 8, HEADER_W_ESUM_ETS = 10, HEADER_W_QDC = 12, HEADER_W_QDC_ETS = 14, HEADER_W_ESUM_QDC = 16, HEADER_W_ESUM_QDC_ETS = 18 } |
An enum for the different firmware revisions for the Pixie-16 modules.
Enumerator | |
---|---|
R17562 | |
R20466 | |
R27361 | |
R29432 | |
R30474 | |
R30980 | |
R30981 | |
R34688 | |
UNKNOWN |
Definition at line 34 of file HelperEnumerations.hpp.
An enumeration that tells how long headers from the XIA List mode data are depending on the different options that are enabled. The order that the components are listed is the order that they appear in the header. For example, HEADER_W_ESUM_ETS is the length of the header when we have the default 4 words, plus the Energy Sums (4 words) and the External Time Stamps (2 words).
Enumerator | |
---|---|
STATS_BLOCK | |
HEADER | |
HEADER_W_ETS | |
HEADER_W_ESUM | |
HEADER_W_ESUM_ETS | |
HEADER_W_QDC | |
HEADER_W_QDC_ETS | |
HEADER_W_ESUM_QDC | |
HEADER_W_ESUM_QDC_ETS |
Definition at line 44 of file HelperEnumerations.hpp.