8#include <daq/hbasf2/apps/ZMQCollector.h>
9#include <framework/logging/Logger.h>
18int main(
int argc,
char* argv[])
21 collector.initFromConsole(
"b2hlt_collector - non-final event collector receiving events on the input (confirmed connection), "
22 "and forwarding them to the output (via a load-balanced connection) to clients. "
23 "Useful for stacking multiple reconstruction worker paths.", argc, argv);
26 B2RESULT(
"Program terminated.");
Normal collector app: receive messages on the input reacting with a confirmation message and sends th...
Abstract base class for different kinds of events.