29void customize(std::vector<ConfigParamSpec>& workflowOptions)
31 workflowOptions.emplace_back(
ConfigParamSpec{
"input-digitrofs-data-description", VariantType::String,
"TC-F-DIGITROFS", {
"description string for the input ROF data"}});
32 workflowOptions.emplace_back(
ConfigParamSpec{
"input-digits-data-description", VariantType::String,
"F-DIGITS", {
"description string for the input digits data"}});
33 workflowOptions.emplace_back(
ConfigParamSpec{
"configKeyValues", VariantType::String,
"", {
"Semicolon separated key=value strings"}});
44 cc.options().get<std::string>(
"input-digits-data-description"),
45 cc.options().get<std::string>(
"input-digitrofs-data-description"))};
Definition of a data processor to run the preclusterizer.
static void updateFromString(std::string const &)
WorkflowSpec defineDataProcessing(const ConfigContext &cc)
void customize(std::vector< ConfigParamSpec > &workflowOptions)
Defining PrimaryVertex explicitly as messageable.
std::vector< DataProcessorSpec > WorkflowSpec
o2::framework::DataProcessorSpec getPreClusterFinderSpec(const char *specName="PreClusterFinder", std::string_view inputDigitDataDescription="F-DIGITS", std::string_view inputDigitRofDataDescription="TC-F-DIGITROFS")
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
std::vector< o2::mch::ChannelCode > cc