Belle II Software
development
b2hlt_finalcollector_with_roi.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
11
using namespace
Belle2
;
12
18
int
main(
int
argc,
char
* argv[])
19
{
20
ZMQFinalCollectorWithROI
collector;
21
collector.
initFromConsole
(
"b2hlt_finalcollector_with_roi - final part of the HLT event transportation receiving events from clients "
22
"(confirmed connection) and sending them out via two raw connections, e.g. to storage and ROI."
, argc, argv);
23
collector.main();
24
25
B2RESULT(
"Program terminated."
);
26
}
Belle2::ZMQFinalCollectorWithROI
Special form of the ZMQFinalCollector for sending out the additional data message to a ROI receiver.
Definition
ZMQCollector.h:142
Belle2::ZMQStandardApp::initFromConsole
void initFromConsole(const std::string &description, int argc, char *argv[])
Should be called before the main() function to initialize the connections using the paremeters given ...
Definition
ZMQApp.details.h:21
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
daq
hbasf2
tools
b2hlt_finalcollector_with_roi.cc
Generated on Mon Sep 1 2025 02:48:48 for Belle II Software by
1.13.2