1 #ifndef _ots_DQMHistosOuterTracker_h_
2 #define _ots_DQMHistosOuterTracker_h_
7 #include "otsdaq-core/DataDecoders/DataDecoder.h"
23 class ConfigurationManager;
29 std::string bufferUID,
30 std::string processorUID);
34 theConfigurationManager_ = configurationManager;
37 void fill(std::string& buffer, std::map<std::string, std::string> header);
39 void load(std::string fileName);
40 TObject*
get(std::string name);
42 TFile* getFile() {
return theFile_; }
51 void openFile(std::string fileName);
55 DataDecoder theDataDecoder_;
56 std::queue<uint32_t> convertedBuffer_;
63 std::map<std::string, std::map<std::string, std::map<unsigned int, TH1*>>>
66 TH1I* numberOfTriggers_;
67 const std::string supervisorContextUID_;
68 const std::string supervisorApplicationUID_;
69 const std::string bufferUID_;
70 const std::string processorUID_;
71 TDirectory* currentDirectory_;
void fill(std::string &buffer, std::map< std::string, std::string > header)