DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <CRTGrenobleFrame.hpp>
Public Attributes | |
unsigned int | eventID =0 |
Event ID. | |
unsigned int | dateInSec =0 |
Event date in seconds. | |
unsigned int | timestamp =0 |
Timestamp (4 ns) -> used to compute dt between events. | |
TGpsDateStruct | gpsDate |
TGPS date. | |
unsigned int | pps_interval =0 |
IRIG-B subdivision in a second, expressed in 100 ns clock ticks. | |
unsigned int | FIFO_AF_duration =0 |
FIFO AF duration (4 ns) -> integration of Almost full fifo since last accepted trigger. | |
struct STChannel | channels [32] |
Definition at line 65 of file CRTGrenobleFrame.hpp.
struct STChannel dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::channels[32] |
Definition at line 73 of file CRTGrenobleFrame.hpp.
unsigned int dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::dateInSec =0 |
Event date in seconds.
Definition at line 67 of file CRTGrenobleFrame.hpp.
unsigned int dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::eventID =0 |
Event ID.
Definition at line 66 of file CRTGrenobleFrame.hpp.
unsigned int dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::FIFO_AF_duration =0 |
FIFO AF duration (4 ns) -> integration of Almost full fifo since last accepted trigger.
Definition at line 71 of file CRTGrenobleFrame.hpp.
TGpsDateStruct dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::gpsDate |
TGPS date.
Definition at line 69 of file CRTGrenobleFrame.hpp.
unsigned int dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::pps_interval =0 |
IRIG-B subdivision in a second, expressed in 100 ns clock ticks.
Definition at line 70 of file CRTGrenobleFrame.hpp.
unsigned int dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::timestamp =0 |
Timestamp (4 ns) -> used to compute dt between events.
Definition at line 68 of file CRTGrenobleFrame.hpp.