8#include "dqm/analysis/HistObject.h"
23 m_hist = std::unique_ptr<TH1>(hist);
double m_entries
entries in previous/current for update check
bool update(TH1 *hist)
Check if update of histogram is necessary.
void resetBeforeEvent(void)
Reset histogram and update flag, not the entries.
~HistObject(void)
Destructor.
bool m_updated
flag if update since last event
std::unique_ptr< TH1 > m_hist
Pointer to histogram.
Abstract base class for different kinds of events.