16 options.add_options()(
"TriggerWin", bpo::value<double>()->default_value(0.0),
"Time window for trigger algorithm");
17 options.add_options()(
"TriggerMinDigis", bpo::value<int32_t>()->default_value(1),
18 "Minimum digi count for trigger algorithm");
19 options.add_options()(
"TriggerDeadTime", bpo::value<double>()->default_value(0.0),
"Dead time for trigger algorithm");
20 options.add_options()(
"TriggerDet", bpo::value<std::string>()->default_value(
""),
21 "Set the trigger detector, use string matching an ECbmModuleId ");
22 options.add_options()(
"TsNameIn", bpo::value<std::string>()->default_value(
"unpts_0"),
23 "MQ channel name for unpacked TS data");
24 options.add_options()(
"TriggerNameOut", bpo::value<std::string>()->default_value(
"trigger"),
25 "MQ channel name for trigger times");