Belle II Software  release-06-02-00
HistoManager Class Reference
Packages ยป daq
Collaboration diagram for HistoManager:

Public Member Functions

 HistoManager (DqmMemFile *mapfile)
 
bool add (std::string &subdir, std::string &name, int pid, TH1 *histo)
 
bool update (std::string &subdir, std::string &name, int pid, TH1 *histo)
 
TH1 * get (std::string &subdir, std::string &name, int pid)
 
bool merge ()
 
void clear ()
 

Private Attributes

std::map< std::string, std::map< std::string, std::map< int, TH1 * > > > m_subdir
 
std::map< std::string, std::map< std::string, TH1 * > > m_mergedir
 
DqmMemFilem_memfile
 

Detailed Description

Definition at line 24 of file HistoManager.h.


The documentation for this class was generated from the following files: