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

List Event data structure for timing mode. More...

#include <FERSlib.h>

Collaboration diagram for ListEvent_t:

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.
 

Detailed Description

List Event data structure for timing mode.

Definition at line 626 of file FERSlib.h.

Field Documentation

◆ tstamp_us

double tstamp_us

Timestamp in microseconds.

Definition at line 627 of file FERSlib.h.

◆ Tref_tstamp

uint64_t Tref_tstamp

Timestamp of reference time signal (5202 only)

Definition at line 628 of file FERSlib.h.

◆ tstamp_clk

uint64_t tstamp_clk

Timestamp in LSB (5203 only)

Definition at line 629 of file FERSlib.h.

◆ trigger_id

uint64_t trigger_id

Trigger ID.

Definition at line 630 of file FERSlib.h.

◆ nhits

uint16_t nhits

Number of hits.

Definition at line 631 of file FERSlib.h.

◆ header1

uint32_t header1[8]

PicoTDC header 1.

Definition at line 632 of file FERSlib.h.

◆ header2

uint32_t header2[8]

PicoTDC header 2.

Definition at line 633 of file FERSlib.h.

◆ ow_trailer

uint32_t ow_trailer

PicoTDC one-word trailer.

Definition at line 634 of file FERSlib.h.

◆ trailer

uint32_t trailer[8]

PicoTDC trailer.

Definition at line 635 of file FERSlib.h.

◆ channel

uint8_t channel[2048]

List of channels.

Definition at line 636 of file FERSlib.h.

◆ edge

uint8_t edge[2048]

List of associated edges.

Definition at line 637 of file FERSlib.h.

◆ tstamp

uint32_t tstamp[2048]

List of ToA in LSB (5202 only)

Definition at line 638 of file FERSlib.h.

◆ ToA

uint32_t ToA[2048]

List of ToA in LSB (other board)

Definition at line 639 of file FERSlib.h.

◆ ToT

uint16_t ToT[2048]

List of ToT in LSB.

Definition at line 640 of file FERSlib.h.


The documentation for this struct was generated from the following file: