86 std::vector<InputSpec> inputSpecs{};
88 inputSpecs.emplace_back(
InputSpec{
"preclustererrors",
"MCH",
"PRECLUSTERERRORS", 0, Lifetime::Timeframe});
91 inputSpecs.emplace_back(
InputSpec{
"clustererrors",
"MCH",
"CLUSTERERRORS", 0, Lifetime::Timeframe});
94 inputSpecs.emplace_back(
InputSpec{
"trackerrors",
"MCH",
"TRACKERRORS", 0, Lifetime::Timeframe});
101 adaptFromTask<ErrorMergerTask>(preclustering, clustering, tracking),
DataAllocator & outputs()
The data allocator is used to allocate memory for the output data.
InputRecord & inputs()
The inputs associated with this processing context.