1 #ifndef _ots_DemoDQMHistosConsumer_h_
2 #define _ots_DemoDQMHistosConsumer_h_
4 #include "otsdaq/Configurable/Configurable.h"
5 #include "otsdaq/DataManager/DQMHistosConsumerBase.h"
11 class ConfigurationManager;
18 std::string bufferUID,
19 std::string processorUID,
20 const ConfigurationTree& theXDAQContextConfigTree,
21 const std::string& configurationPath);
24 void startProcessingData(std::string runNumber)
override;
25 void stopProcessingData(
void)
override;
28 bool workLoopThread(toolbox::task::WorkLoop* workLoop)
override;
34 std::map<std::string, std::string>* headerP_;
37 std::map<std::string, std::string> header_;
40 std::string DQMFilePath_;
41 std::string DQMFilePrefix_;