1 #ifndef _ots_ARTDAQAggregatorInterface_h_
2 #define _ots_ARTDAQAggregatorInterface_h_
7 #include "artdaq/Application/AggregatorCore.hh"
24 void configure (fhicl::ParameterSet
const& pset);
28 void start (std::string runNumber);
31 std::string getBuilderName (
void){
return name_;}
38 std::unique_ptr<artdaq::AggregatorCore> aggregator_ptr_;
39 std::future<size_t> aggregator_future_;
42 std::string report_string_;
43 bool external_request_status_;