Belle II Software development
b2hlt_finalcollector.cc
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8#include <daq/hbasf2/apps/ZMQCollector.h>
9#include <framework/logging/Logger.h>
10
11using namespace Belle2;
12
18int main(int argc, char* argv[])
19{
20 ZMQFinalCollector collector;
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);
23 collector.main();
24
25 B2RESULT("Program terminated.");
26}
Final collector app: receive messages on the input reacting with a confirmation message and sends the...
Definition: ZMQCollector.h:117
Abstract base class for different kinds of events.