16 #include "runFairMQDevice.h"
20 namespace bpo = boost::program_options;
26 (
"first-input-name", bpo::value<std::string>()->default_value(
""),
"First input file name")
27 (
"first-input-type", bpo::value<std::string>()->default_value(
"ROOT"),
"First input file type (ROOT/ASCII)")
28 (
"second-input-name", bpo::value<std::string>()->default_value(
""),
"Second input file name")
29 (
"second-input-type", bpo::value<std::string>()->default_value(
"ROOT"),
"Second input file type (ROOT/ASCII)")
30 (
"output-name", bpo::value<std::string>()->default_value(
""),
"Output file name")
31 (
"output-type", bpo::value<std::string>()->default_value(
"ROOT"),
"Output file type")
32 (
"channel-name", bpo::value<std::string>()->default_value(
""),
"Output channel name")
33 (
"update-channel-name", bpo::value<std::string>()->default_value(
""),
"Update channel name");
void addCustomOptions(bpo::options_description &options)
FairMQDevicePtr getDevice(const FairMQProgOptions &config)