![]() |
Project
|
#include <ValueMonitor.h>
Public Member Functions | |
ValueMonitor (std::string filename) | |
~ValueMonitor () | |
template<typename T > | |
void | Collect (const char *key, T value) |
main interface to add a value to a histogram called "key" | |
Definition at line 45 of file ValueMonitor.h.
ValueMonitor::ValueMonitor | ( | std::string | filename | ) |
Definition at line 19 of file ValueMonitor.cxx.
ValueMonitor::~ValueMonitor | ( | ) |
Definition at line 21 of file ValueMonitor.cxx.
main interface to add a value to a histogram called "key"
Definition at line 89 of file ValueMonitor.h.