1 #ifndef artdaq_Application_MPI2_DataLoggerCore_hh
2 #define artdaq_Application_MPI2_DataLoggerCore_hh
4 #include "fhiclcpp/ParameterSet.h"
5 #include "canvas/Persistency/Provenance/RunID.h"
6 #include "artdaq/Application/DataReceiverCore.hh"
70 bool initialize(fhicl::ParameterSet
const& pset)
override;
DataReceiverCore implements the state machine for the DataReceiver artdaq application. DataReceiverCore receives Fragment objects from the DataReceiverManager, and sends them to the EventStore.
bool initialize(fhicl::ParameterSet const &pset) override
Processes the initialize request.
DataLoggerCore()
DataLoggerCore Constructor.
DataLoggerCore & operator=(DataLoggerCore const &)=delete
Copy Assignment operator is deleted.
DataLoggerCore implements the state machine for the DataLogger artdaq application. DataLoggerCore processes incoming events in one of three roles: Data Logger, Online Monitor, or Dispatcher.