15 options.add_options()(
"max-events", bpo::value<uint64_t>()->default_value(0),
16 "Maximum number of events to process (0 - infinite)")(
17 "vmcworkdir", bpo::value<std::string>()->default_value(
"."),
"Directory where to find needed input data")(
18 "run-id", bpo::value<std::string>()->default_value(
"0"),
19 "Rund ID which is needed to retrieve the proper parameters from Parameter "