DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <TriggerDataHandlingModel.hpp>
Public Types | |
using | Base |
using | RDT = typename Base::RDT |
using | RHT = typename Base::RHT |
using | LBT = typename Base::LBT |
using | RPT = typename Base::RPT |
using | IDT = typename Base::IDT |
Public Member Functions | |
TriggerDataHandlingModel (std::atomic< bool > &run_marker) | |
std::vector< ReadoutType > | transform_payload (IDT &original) const override |
Definition at line 22 of file TriggerDataHandlingModel.hpp.
using dunedaq::trigger::TriggerDataHandlingModel< ReadoutType, RequestHandlerType, LatencyBufferType, RawDataProcessorType, InputDataType >::Base |
Definition at line 27 of file TriggerDataHandlingModel.hpp.
using dunedaq::trigger::TriggerDataHandlingModel< ReadoutType, RequestHandlerType, LatencyBufferType, RawDataProcessorType, InputDataType >::IDT = typename Base::IDT |
Definition at line 33 of file TriggerDataHandlingModel.hpp.
using dunedaq::trigger::TriggerDataHandlingModel< ReadoutType, RequestHandlerType, LatencyBufferType, RawDataProcessorType, InputDataType >::LBT = typename Base::LBT |
Definition at line 31 of file TriggerDataHandlingModel.hpp.
using dunedaq::trigger::TriggerDataHandlingModel< ReadoutType, RequestHandlerType, LatencyBufferType, RawDataProcessorType, InputDataType >::RDT = typename Base::RDT |
Definition at line 29 of file TriggerDataHandlingModel.hpp.
using dunedaq::trigger::TriggerDataHandlingModel< ReadoutType, RequestHandlerType, LatencyBufferType, RawDataProcessorType, InputDataType >::RHT = typename Base::RHT |
Definition at line 30 of file TriggerDataHandlingModel.hpp.
using dunedaq::trigger::TriggerDataHandlingModel< ReadoutType, RequestHandlerType, LatencyBufferType, RawDataProcessorType, InputDataType >::RPT = typename Base::RPT |
Definition at line 32 of file TriggerDataHandlingModel.hpp.
|
explicit |
Definition at line 15 of file TriggerDataHandlingModel.hxx.
|
override |
Definition at line 22 of file TriggerDataHandlingModel.hxx.