artdaq  v3_02_01
DataLoggerCore.hh
1 #ifndef artdaq_Application_MPI2_DataLoggerCore_hh
2 #define artdaq_Application_MPI2_DataLoggerCore_hh
3 
4 #include "fhiclcpp/ParameterSet.h"
5 #include "canvas/Persistency/Provenance/RunID.h"
6 #include "artdaq/Application/DataReceiverCore.hh"
7 
8 
9 namespace artdaq
10 {
11  class DataLoggerCore;
12 }
13 
19 {
20 public:
21 
26 
30  DataLoggerCore(DataLoggerCore const&) = delete;
31 
36 
41  DataLoggerCore& operator=(DataLoggerCore const&) = delete;
42 
70  bool initialize(fhicl::ParameterSet const& pset) override;
71 };
72 
73 #endif
74 
75 // 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.