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