8#include <daq/hbasf2/apps/ZMQHistogramServer.h>
9#include <framework/logging/Logger.h>
18int main(
int argc,
char* argv[])
21 histogramServer.
initFromConsole(
"b2hlt_proxyhistoserver - non-final histogram server receiving DQM histograms on the input (confirmed connection), "
22 "merging them and sending the result to the output (also a confirmed connection). Useful for hierarchical structures.",
24 histogramServer.
main();
26 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.