Belle II Software  release-08-01-10
HistoManager Class Reference
Collaboration diagram for HistoManager:

Public Member Functions

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

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: