14 #include <daq/dqm/DqmMemFile.h>
30 bool add(std::string& subdir, std::string& name,
int pid, TH1* histo);
31 bool update(std::string& subdir, std::string& name,
int pid, TH1* histo);
33 TH1* get(std::string& subdir, std::string& name,
int pid);
45 std::map<std::string, std::map<std::string, std::map<int, TH1*>> > m_subdir;
50 std::map<std::string, std::map<std::string, TH1*>> m_mergedir;
Abstract base class for different kinds of events.