|
| RbTupleManager (int nprocess, const char *filename, const char *workdir=".") |
| Constructor to use hadd()
|
|
void | init (int nprocess, const char *filename, const char *workdir=".") |
| Global initialization.
|
|
void | register_module (Module *) |
| Functions called by analysis modules in mother process.
|
|
int | begin (int pid) |
| Function called by HistoManager module for the first event.
|
|
int | terminate () |
| Function called by HistoManager module at the end.
|
|
int | dump () |
| Function to dump histograms/tuples to the file.
|
|
int | hadd (bool deleteflag=true) |
| Functions to add up all histogram files.
|
|
const std::vector< Module * > & | getHistDefiningModules () const |
| Return the list of modules that have defined histograms.
|
|
Class to manage histograms defined in registered modules.
Definition at line 29 of file RbTuple.h.