We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6393fc commit add19cbCopy full SHA for add19cb
1 file changed
Framework/Core/src/WorkflowHelpers.cxx
@@ -488,7 +488,6 @@ void WorkflowHelpers::injectServiceDevices(WorkflowSpec& workflow, ConfigContext
488
extraSpecs.push_back(timePipeline(aodReader, ctx.options().get<int64_t>("readers")));
489
}
490
491
- // ConcreteDataMatcher dstf{"FLP", "DISTSUBTIMEFRAME", 0xccdb};
492
InputSpec matcher{"dstf", "FLP", "DISTSUBTIMEFRAME", 0xccdb};
493
auto& dstf = std::get<ConcreteDataMatcher>(matcher.matcher);
494
// Check if any of the provided outputs is a DISTSTF
0 commit comments