28void customize(std::vector<o2::framework::CallbacksPolicy>& policies)
34void customize(std::vector<ConfigParamSpec>& workflowOptions)
38 std::vector<o2::framework::ConfigParamSpec> options{
41 std::string keyvaluehelp(
"Semicolon separated key=value strings");
42 options.push_back(
ConfigParamSpec{
"configKeyValues", VariantType::String,
"", {keyvaluehelp}});
44 std::swap(workflowOptions, options);
53 specs.push_back(producer);
WorkflowSpec defineDataProcessing(const ConfigContext &ctx)
This function hooks up the the workflow specifications into the DPL driver.
void customize(std::vector< o2::framework::CallbacksPolicy > &policies)
Defining ITS Vertex explicitly as messageable.
std::vector< DataProcessorSpec > WorkflowSpec
framework::DataProcessorSpec getDigitReaderSpec(bool useMC)
static void addNewTimeSliceCallback(std::vector< o2::framework::CallbacksPolicy > &policies)
static void addConfigOption(std::vector< o2::framework::ConfigParamSpec > &opts, const std::string &defOpt=std::string(o2::base::NameConf::DIGITIZATIONCONFIGFILE))