Helpers to create a few general data processors.
More...
#include <CommonDataProcessors.h>
Helpers to create a few general data processors.
Definition at line 23 of file CommonDataProcessors.h.
◆ getDummySink()
| DataProcessorSpec o2::framework::CommonDataProcessors::getDummySink |
( |
std::vector< InputSpec > const & |
danglingInputs, |
|
|
std::string |
rateLimitingChannelConfig |
|
) |
| |
|
static |
◆ getGlobalFairMQSink()
Given the list of danglingInputs
- Returns
- a DataProcessor which exposes them through a FairMQ channel. @fixme: for now we only support shmem and ipc @fixme: for now only the dangling inputs are forwarded.
Definition at line 129 of file CommonDataProcessors.cxx.
◆ getGlobalFileSink()
Given the list of danglingInputs
- Returns
- a DataProcessor which does a binary dump for all the dangling inputs matching the Timeframe lifetime. unmatched will be filled with all the InputSpecs which are not going to be used by the returned DataProcessorSpec.
Definition at line 54 of file CommonDataProcessors.cxx.
◆ getScheduledDummySink()
◆ wrapWithRateLimiting()
◆ wrapWithTimesliceConsumption()
The documentation for this struct was generated from the following files: