|
CAEN MCA
0.99.10
SDK for Hexagon
|
Information about the list mode. Some data is read only. More...
Collaboration diagram for Data mask: Lists:Modules | |
| Data mask: Lists (type of data) | |
| Bits provided by DATAMASK_LIST_FILE_DATAMASK. | |
| Data mask: Lists (event flags) | |
| Bits provided by DATAMASK_LIST_DATA_FLAGS_DATAMASK. Copied from CAENDPPLayerTypes.h. | |
Macros | |
| #define | DATAMASK_LIST_ENABLE UINT64_C(0x1) |
| List enabled. Boolean. More... | |
| #define | DATAMASK_LIST_SAVEMODE UINT64_C(0x2) |
| Current List mode. More... | |
| #define | DATAMASK_LIST_FILENAME UINT64_C(0x4) |
| In case of ASCII-Binary mode: remote file name used. More... | |
| #define | DATAMASK_LIST_FILE_DATAMASK UINT64_C(0x8) |
| Data to save. More... | |
| #define | DATAMASK_LIST_GETFAKEEVTS UINT64_C(0x10) |
| Get also fake events. Boolean. More... | |
| #define | DATAMASK_LIST_MAXNEVTS UINT64_C(0x20) |
| In case of memory mode: max number of events to get in case of memory mode. Must be < LISTS_DATA_MAXLEN. More... | |
| #define | DATAMASK_LIST_NEVTS UINT64_C(0x40) |
| Number of events in the data. More... | |
| #define | DATAMASK_LIST_DATA_TIMETAG UINT64_C(0x80) |
| Timetags of the events in picoseconds since acquisition start. More... | |
| #define | DATAMASK_LIST_DATA_ENERGY UINT64_C(0x100) |
| Energies of the events in bins. More... | |
| #define | DATAMASK_LIST_DATA_FLAGS_DATAMASK UINT64_C(0x200) |
| Flags of the events. More... | |
| #define | DATAMASK_LIST_GETSATEVTS UINT64_C(0x400) |
| Get also saturated events. Boolean. More... | |
| #define | DATAMASK_LIST_GETSKIMEVTS UINT64_C(0x800) |
| Get also energy skim events (whose energy is outside the spectrum [LLD,ULD] interval). Boolean. More... | |
Information about the list mode. Some data is read only.
| #define DATAMASK_LIST_ENABLE UINT64_C(0x1) |
List enabled. Boolean.
uint32_t Definition at line 613 of file CAENMCATypes.h.
| #define DATAMASK_LIST_SAVEMODE UINT64_C(0x2) |
Current List mode.
int32_t Definition at line 614 of file CAENMCATypes.h.
| #define DATAMASK_LIST_FILENAME UINT64_C(0x4) |
In case of ASCII-Binary mode: remote file name used.
char* Definition at line 615 of file CAENMCATypes.h.
| #define DATAMASK_LIST_FILE_DATAMASK UINT64_C(0x8) |
Data to save.
uint32_t Definition at line 616 of file CAENMCATypes.h.
| #define DATAMASK_LIST_GETFAKEEVTS UINT64_C(0x10) |
Get also fake events. Boolean.
uint32_t Definition at line 617 of file CAENMCATypes.h.
| #define DATAMASK_LIST_MAXNEVTS UINT64_C(0x20) |
In case of memory mode: max number of events to get in case of memory mode. Must be < LISTS_DATA_MAXLEN.
uint32_t Definition at line 618 of file CAENMCATypes.h.
| #define DATAMASK_LIST_NEVTS UINT64_C(0x40) |
Number of events in the data.
uint32_t Definition at line 619 of file CAENMCATypes.h.
| #define DATAMASK_LIST_DATA_TIMETAG UINT64_C(0x80) |
Timetags of the events in picoseconds since acquisition start.
uint64_t* Definition at line 620 of file CAENMCATypes.h.
| #define DATAMASK_LIST_DATA_ENERGY UINT64_C(0x100) |
Energies of the events in bins.
uint16_t* Definition at line 621 of file CAENMCATypes.h.
| #define DATAMASK_LIST_DATA_FLAGS_DATAMASK UINT64_C(0x200) |
Flags of the events.
uint32_t* Definition at line 622 of file CAENMCATypes.h.
| #define DATAMASK_LIST_GETSATEVTS UINT64_C(0x400) |
Get also saturated events. Boolean.
uint32_t Definition at line 623 of file CAENMCATypes.h.
| #define DATAMASK_LIST_GETSKIMEVTS UINT64_C(0x800) |
Get also energy skim events (whose energy is outside the spectrum [LLD,ULD] interval). Boolean.
uint32_t Definition at line 624 of file CAENMCATypes.h.