8#include <daq/hbasf2/apps/ZMQHistogramServer.h>
9#include <framework/logging/Logger.h>
18int main(
int argc,
char* argv[])
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();
25 B2RESULT(
"Program terminated.");
Non-Final histogram app: receive histogram messages from all clients and react with a confirmation me...
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 ...
void main()
Start the main loop polling on the output and monitoring connections and eventually also on the input...
Abstract base class for different kinds of events.