8#include <daq/hbasf2/apps/ZMQCollector.h>
9#include <framework/logging/Logger.h>
18int main(
int argc,
char* argv[])
21 collector.initFromConsole(
"b2hlt_finalcollector - final part of the HLT event transportation receiving events from clients "
22 "(confirmed connection) and sending them out via a raw connection, e.g. to storage.", argc, argv);
25 B2RESULT(
"Program terminated.");
Final collector app: receive messages on the input reacting with a confirmation message and sends the...
Abstract base class for different kinds of events.