24void customize(std::vector<o2::framework::ConfigParamSpec>& workflowOptions)
27 std::vector<o2::framework::ConfigParamSpec> options{
30 {
"configKeyValues", VariantType::String,
"", {
"Semicolon separated key=value strings"}}};
32 std::swap(workflowOptions, options);
35void customize(std::vector<o2::framework::CompletionPolicy>& policies)
54 if (!configcontext.
options().
get<
bool>(
"disable-root-input")) {
62 if (!configcontext.
options().
get<
bool>(
"disable-root-output")) {
Steers the TRD Krypton cluster finder.
static void writeINI(std::string const &filename, std::string const &keyOnly="")
static void updateFromString(std::string const &)
ConfigParamRegistry & options() const
T get(const char *key) const
Defining PrimaryVertex explicitly as messageable.
std::vector< DataProcessorSpec > WorkflowSpec
framework::DataProcessorSpec getKrClusterWriterSpec()
framework::DataProcessorSpec getKrClustererSpec()
o2::framework::DataProcessorSpec getTRDDigitReaderSpec(bool useMC, bool trigRec=true, int dataSubspec=1)
static CompletionPolicy consumeWhenAllOrdered(const char *name, CompletionPolicy::Matcher matcher)
as consumeWhenAll, but ensures that records are processed with incremental timeSlice (DataHeader::sta...
void customize(std::vector< o2::framework::ConfigParamSpec > &workflowOptions)
WorkflowSpec defineDataProcessing(ConfigContext const &configcontext)
This function hooks up the the workflow specifications into the DPL driver.