1 #include "artdaq/Application/LoadParameterSet.hh"
2 #include "proto/artdaqapp.hh"
4 int main(
int argc,
char* argv[])
6 fhicl::ParameterSet config_ps = LoadParameterSet<artdaq::artdaqapp::Config>(argc, argv,
"eventbuilder",
"The EventBuilder application receives Fragments from BoardReaders, concatenating them to form RawEvents. RawEvents are processed by an art process which typically runs first-level filtering, then it sends events on to the DataLogger");
static void runArtdaqApp(detail::TaskType task, fhicl::ParameterSet const &config_ps)
Run an artdaq Application
TaskType
The types of applications in artdaq.