1 #ifndef artdaq_Application_MPI2_DataLoggerCore_hh
2 #define artdaq_Application_MPI2_DataLoggerCore_hh
4 #include "artdaq/Application/DataReceiverCore.hh"
32 TLOG(TLVL_DEBUG + 32) <<
"Destructor";
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.
DataLoggerCore()=default
DataLoggerCore Constructor.
bool initialize(fhicl::ParameterSet const &pset) override
Processes the initialize request.
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.