artdaq  v3_07_01
DataLoggerCore.hh
1 #ifndef artdaq_Application_MPI2_DataLoggerCore_hh
2 #define artdaq_Application_MPI2_DataLoggerCore_hh
3 
4 #include "artdaq/Application/DataReceiverCore.hh"
5 #include "canvas/Persistency/Provenance/RunID.h"
6 #include "fhiclcpp/ParameterSet.h"
7 
8 namespace artdaq {
9 class DataLoggerCore;
10 }
11 
17 {
18 public:
23 
27  DataLoggerCore(DataLoggerCore const&) = delete;
28 
33 
38  DataLoggerCore& operator=(DataLoggerCore const&) = delete;
39 
67  bool initialize(fhicl::ParameterSet const& pset) override;
68 };
69 
70 #endif
71 
72 // LocalWords: ds
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.