21void customize(std::vector<o2::framework::ConfigParamSpec>& workflowOptions)
23 std::vector<o2::framework::ConfigParamSpec> options{
24 {
"track-sources", VariantType::String, std::string{
GID::ALL}, {
"comma-separated list of sources to use for tracking"}},
25 {
"start-from-unbinned", VariantType::Bool,
false, {
"Do the binning of the residuals on-the-fly (taking into account allowed track-sources)"}},
26 {
"configKeyValues", VariantType::String,
"", {
"Semicolon separated key=value strings ..."}}};
27 std::swap(workflowOptions, options);
ConfigParamRegistry & options() const