Belle II Software
release-08-01-10
b2hlt_rawhistoserver.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/ZMQHistogramServer.h>
9
#include <framework/logging/Logger.h>
10
11
using namespace
Belle2
;
12
18
int
main
(
int
argc,
char
* argv[])
19
{
20
ZMQHistogramToRawServer
histogramServer;
21
histogramServer.
initFromConsole
(
"b2hlt_rawhistoserver - final histogram server receiving DQM histograms from clients (confirmed connection) "
22
"merging them periodically and send them out to a legacy histogram server."
, argc, argv);
23
histogramServer.
main
();
24
25
B2RESULT(
"Program terminated."
);
26
}
Belle2::ZMQHistogramToRawServer
Non-Final histogram app: receive histogram messages from all clients and react with a confirmation me...
Definition:
ZMQHistogramServer.h:95
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::ZMQStandardApp::main
void main()
Start the main loop polling on the output and monitoring connections and eventually also on the input...
Definition:
ZMQApp.details.h:85
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
main
int main(int argc, char **argv)
Run all tests.
Definition:
test_main.cc:91
daq
hbasf2
tools
b2hlt_rawhistoserver.cc
Generated on Mon Sep 23 2024 14:01:09 for Belle II Software by
1.9.1