DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
The following are brief descriptions of the various structs in this package, including links to fuller, field-by-field descriptions:
Fragment: the data fragment interface, representing the data response of one part of the detector (TPC link, etc.) to a dataflow DataRequest
message. Contains a FragmentHeader
and the data payload.
FragmentHeader: data-about-the-data, e.g. source, run number, trigger timestamp, etc.
TriggerRecordHeaderData: An assortment of information about a trigger. Trigger timestamp, trigger type, etc.
TriggerRecordHeaderData description
TriggerRecordHeader: contains an instance of TriggerRecordHeaderData
and a set of component requests
TriggerRecord: contains an instance of TriggerRecordHeader
and a set of fragments
Common dataformat classes:
Fragment classes:
TriggerRecord classes:
TimeSlice classes: