18Manager::Manager(std::shared_ptr<HistogramSender> histoSender) : fpSender(histoSender) {}
QA manager for the online data reconstruction.
Class to handle QA-objects in the online reconstruction.
A central class to manage the histogram storage and sending to the histogram server.
void Init()
Initializes the instance and sends the histogram and canvas configuration to the server.
void SendHistograms()
Sends a collection of histograms to the server.
Manager(std::shared_ptr< HistogramSender > histoSender=nullptr)
Constructor.
std::shared_ptr< HistogramSender > fpSender
Histogram sender.
std::shared_ptr< Data > fpData
Instance of QA Data.