|
CAEN FERS Library v1.3.0
SDK for FERS systems
|
List Event data structure for timing mode. More...
#include <FERSlib.h>
Data Fields | |
| double | tstamp_us |
| Timestamp in microseconds. | |
| uint64_t | Tref_tstamp |
| Timestamp of reference time signal (5202 only) | |
| uint64_t | tstamp_clk |
| Timestamp in LSB (5203 only) | |
| uint64_t | trigger_id |
| Trigger ID. | |
| uint16_t | nhits |
| Number of hits. | |
| uint32_t | header1 [8] |
| PicoTDC header 1. | |
| uint32_t | header2 [8] |
| PicoTDC header 2. | |
| uint32_t | ow_trailer |
| PicoTDC one-word trailer. | |
| uint32_t | trailer [8] |
| PicoTDC trailer. | |
| uint8_t | channel [2048] |
| List of channels. | |
| uint8_t | edge [2048] |
| List of associated edges. | |
| uint32_t | tstamp [2048] |
| List of ToA in LSB (5202 only) | |
| uint32_t | ToA [2048] |
| List of ToA in LSB (other board) | |
| uint16_t | ToT [2048] |
| List of ToT in LSB. | |
| uint64_t Tref_tstamp |