1 #ifndef _ots_EventBuilderInterface_h_
2 #define _ots_EventBuilderInterface_h_
7 #include "artdaq/Application/EventBuilderCore.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::EventBuilderCore> event_builder_ptr_;
39 std::future<size_t> event_building_future_;
42 std::string report_string_;
43 bool external_request_status_;