Spectroscopy Event data structure (with or without timing)
More...
#include <FERSlib.h>
|
| double | tstamp_us |
| | Timestamp in us.
|
| |
| double | rel_tstamp_us |
| | Relative timestamp in us, reset by Tref.
|
| |
| uint64_t | tstamp_clk |
| | Timestamp in LSB.
|
| |
| uint64_t | Tref_tstamp |
| | Timestamp of reference time signal (5202 only)
|
| |
| uint64_t | trigger_id |
| | Trigger ID.
|
| |
| uint64_t | chmask |
| | Channel Mask.
|
| |
| uint64_t | qdmask |
| | QD Mask.
|
| |
| uint16_t | energyHG [64] |
| | High-gain energy values per channel.
|
| |
| uint16_t | energyLG [64] |
| | Low-gain energy values per channel.
|
| |
| uint32_t | tstamp [64] |
| | ToAs (used in TSPEC mode only) per channel.
|
| |
| uint16_t | ToT [64] |
| | ToT values (used in TSPEC mode only) per channel.
|
| |
Spectroscopy Event data structure (with or without timing)
Definition at line 579 of file FERSlib.h.
◆ tstamp_us
◆ rel_tstamp_us
Relative timestamp in us, reset by Tref.
Definition at line 581 of file FERSlib.h.
◆ tstamp_clk
◆ Tref_tstamp
Timestamp of reference time signal (5202 only)
Definition at line 583 of file FERSlib.h.
◆ trigger_id
◆ chmask
◆ qdmask
◆ energyHG
High-gain energy values per channel.
Definition at line 587 of file FERSlib.h.
◆ energyLG
Low-gain energy values per channel.
Definition at line 588 of file FERSlib.h.
◆ tstamp
ToAs (used in TSPEC mode only) per channel.
Definition at line 589 of file FERSlib.h.
◆ ToT
ToT values (used in TSPEC mode only) per channel.
Definition at line 590 of file FERSlib.h.
The documentation for this struct was generated from the following file: