CAEN FERS Library v1.3.0
SDK for FERS systems
Loading...
Searching...
No Matches
SpectEvent_t Struct Reference

Spectroscopy Event data structure (with or without timing) More...

#include <FERSlib.h>

Collaboration diagram for SpectEvent_t:

Data Fields

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.
 

Detailed Description

Spectroscopy Event data structure (with or without timing)

Definition at line 579 of file FERSlib.h.

Field Documentation

◆ tstamp_us

double tstamp_us

Timestamp in us.

Definition at line 580 of file FERSlib.h.

◆ rel_tstamp_us

double rel_tstamp_us

Relative timestamp in us, reset by Tref.

Definition at line 581 of file FERSlib.h.

◆ tstamp_clk

uint64_t tstamp_clk

Timestamp in LSB.

Definition at line 582 of file FERSlib.h.

◆ Tref_tstamp

uint64_t Tref_tstamp

Timestamp of reference time signal (5202 only)

Definition at line 583 of file FERSlib.h.

◆ trigger_id

uint64_t trigger_id

Trigger ID.

Definition at line 584 of file FERSlib.h.

◆ chmask

uint64_t chmask

Channel Mask.

Definition at line 585 of file FERSlib.h.

◆ qdmask

uint64_t qdmask

QD Mask.

Definition at line 586 of file FERSlib.h.

◆ energyHG

uint16_t energyHG[64]

High-gain energy values per channel.

Definition at line 587 of file FERSlib.h.

◆ energyLG

uint16_t energyLG[64]

Low-gain energy values per channel.

Definition at line 588 of file FERSlib.h.

◆ tstamp

uint32_t tstamp[64]

ToAs (used in TSPEC mode only) per channel.

Definition at line 589 of file FERSlib.h.

◆ ToT

uint16_t ToT[64]

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: