#include <HistUtil.h>
Definition at line 14 of file HistUtil.h.
◆ ProtectHistogramCreation()
HistUtil::ProtectHistogramCreation::ProtectHistogramCreation |
( |
| ) |
|
|
inline |
Definition at line 16 of file HistUtil.h.
18 if (root_global_mutex) {
19 root_global_mutex->Lock();
23 TH1::AddDirectory(kFALSE);
◆ ~ProtectHistogramCreation()
HistUtil::ProtectHistogramCreation::~ProtectHistogramCreation |
( |
| ) |
|
|
inline |
Definition at line 26 of file HistUtil.h.
31 if (root_global_mutex) {
32 root_global_mutex->UnLock();
◆ m_addDirectory
bool HistUtil::ProtectHistogramCreation::m_addDirectory = false |
|
private |
The documentation for this class was generated from the following file: