![]() |
ATLAS Offline Software
|
Helper struct that bundles the histogram, name and mutex. More...
Public Member Functions | |
| THistID (const std::string &s, TObject *o) | |
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 123 of file TrigMonTHistSvc.h.
|
inline |
Definition at line 124 of file TrigMonTHistSvc.h.
| std::string TrigMonTHistSvc::THistID::id |
Definition at line 125 of file TrigMonTHistSvc.h.
| std::unique_ptr<std::mutex> TrigMonTHistSvc::THistID::mutex |
Definition at line 127 of file TrigMonTHistSvc.h.
| TObject* TrigMonTHistSvc::THistID::obj {nullptr} |
Definition at line 126 of file TrigMonTHistSvc.h.