2 #include "runFairMQDevice.h"
6 namespace bpo = boost::program_options;
9 options.add_options()(
"max-events",
10 bpo::value<uint64_t>()->default_value(0),
11 "Maximum number of events to process (0 - infinite)")(
13 bpo::value<std::string>()->default_value(
"."),
14 "Directory where to find needed input data")(
16 bpo::value<std::string>()->default_value(
"0"),
17 "Rund ID which is needed to retrieve the proper parameters from Parameter "
21 FairMQDevicePtr
getDevice(
const FairMQProgOptions& ) {