|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <CRTGrenobleFrame.hpp>
Public Attributes | |
| uint32_t | eventID = 0 |
| Event ID. | |
| uint32_t | dateInSec = 0 |
| Event date in seconds. | |
| uint32_t | timestamp = 0 |
| Timestamp (4 ns) -> used to compute dt between events. | |
| TGpsDateStruct | gpsDate |
| TGPS date. | |
| uint32_t | pps_interval = 0 |
| IRIG-B subdivision in a second, expressed in 100 ns clock ticks. | |
| uint32_t | FIFO_AF_duration |
| FIFO AF duration (4 ns) -> integration of Almost full fifo since last accepted trigger. | |
| struct STChannel | channels [s_num_channels] |
Static Public Attributes | |
| static constexpr int | s_expected_size { 3 * sizeof(uint32_t) + TGpsDateStruct::s_expected_size + 2 * sizeof(uint32_t) + STChannel::s_expected_size * s_num_channels } |
Definition at line 73 of file CRTGrenobleFrame.hpp.
| struct STChannel dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::channels[s_num_channels] |
Definition at line 85 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::dateInSec = 0 |
Event date in seconds.
Definition at line 78 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::eventID = 0 |
Event ID.
Definition at line 77 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::FIFO_AF_duration |
FIFO AF duration (4 ns) -> integration of Almost full fifo since last accepted trigger.
Definition at line 82 of file CRTGrenobleFrame.hpp.
| TGpsDateStruct dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::gpsDate |
TGPS date.
Definition at line 80 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::pps_interval = 0 |
IRIG-B subdivision in a second, expressed in 100 ns clock ticks.
Definition at line 81 of file CRTGrenobleFrame.hpp.
|
staticconstexpr |
Definition at line 75 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::STEvent::timestamp = 0 |
Timestamp (4 ns) -> used to compute dt between events.
Definition at line 79 of file CRTGrenobleFrame.hpp.