Class to keep track of delta histograms.
More...
#include <HistObject.h>
|
TH1 * | m_hist {} |
| Pointer to histogram.
|
|
bool | m_updated = false |
| flag if update since last event
|
|
double | m_entries = -1 |
| entries in previous/current for update check
|
|
Class to keep track of delta histograms.
Definition at line 21 of file HistObject.h.
◆ getHist()
Get hist pointer.
- Returns
- hist ptr
Definition at line 50 of file HistObject.h.
TH1 * m_hist
Pointer to histogram.
◆ isUpdated()
Check if hist was updated.
- Returns
- it was updated
Definition at line 45 of file HistObject.h.
◆ update()
bool update |
( |
TH1 * |
hist | ) |
|
Check if update of histogram is necessary.
- Parameters
-
- Returns
- histogram was updated flag (return m_updated)
Definition at line 12 of file HistObject.cc.
double m_entries
entries in previous/current for update check
bool m_updated
flag if update since last event
The documentation for this class was generated from the following files: