19void customize(std::vector<o2::framework::ConfigParamSpec>& workflowOptions)
22 std::vector<o2::framework::ConfigParamSpec> options{
23 {
"meanvertex-dcs-subspec", VariantType::Int, 0x7fff, {
"If >0, send text version of MeanVertex to this subspec"}},
24 {
"configKeyValues", VariantType::String,
"", {
"Semicolon separated key=value strings"}}};
25 std::swap(workflowOptions, options);
ConfigParamRegistry & options() const