![]() |
ATLAS Offline Software
|
Helper struct that bundles the histogram, name and mutex. More...
Public Member Functions | |
| THistID (const std::string &s, TObject *o) | |
| THistID ()=default | |
Public Attributes | |
| std::string | id |
| TObject * | obj {nullptr} |
| std::unique_ptr< std::mutex > | mutex |
Helper struct that bundles the histogram, name and mutex.
Definition at line 129 of file WebdaqHistSvc.h.
|
inline |
Definition at line 130 of file WebdaqHistSvc.h.
|
default |
| std::string WebdaqHistSvc::THistID::id |
Definition at line 132 of file WebdaqHistSvc.h.
| std::unique_ptr<std::mutex> WebdaqHistSvc::THistID::mutex |
Definition at line 134 of file WebdaqHistSvc.h.
| TObject* WebdaqHistSvc::THistID::obj {nullptr} |
Definition at line 133 of file WebdaqHistSvc.h.