29 auto& bData = ctx.outputs().make<
int>(
OutputRef{what}, 1);
43 auto& aData = ctx.outputs().make<
int>(
OutputRef{
"a1"}, 1);
63 context.services().get<
ControlService>().readyToQuit(QuitRequest::All);
Defining PrimaryVertex explicitly as messageable.
std::vector< DataProcessorSpec > WorkflowSpec
AlgorithmSpec::ProcessCallback adaptStateless(LAMBDA l)
std::vector< InputSpec > Inputs
std::vector< OutputSpec > Outputs
WorkflowSpec defineDataProcessing(ConfigContext const &specs)
This function hooks up the the workflow specifications into the DPL driver.
AlgorithmSpec simplePipe(std::string const &what, int minDelay)