artdaq  v3_01_00
routing_master.cc
1 #include "proto/artdaqapp.hh"
2 #include "artdaq/Application/LoadParameterSet.hh"
3 
4 int main(int argc, char* argv[])
5 {
6  fhicl::ParameterSet config_ps = LoadParameterSet(argc, argv);
7  artdaq::detail::TaskType task = artdaq::detail::TaskType::RoutingMasterTask;
8 
9  artdaq::artdaqapp::runArtdaqApp(task, config_ps);
10 }
TaskType
The types of applications in artdaq.
Definition: TaskType.hh:17