ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMonTHistSvc::THistID Struct Reference

Helper struct that bundles the histogram, name and mutex. More...

Collaboration diagram for TrigMonTHistSvc::THistID:

Public Member Functions

 THistID (const std::string &s, TObject *o)

Public Attributes

std::string id
TObject * obj {nullptr}
std::unique_ptr< std::mutex > mutex

Detailed Description

Helper struct that bundles the histogram, name and mutex.

Definition at line 123 of file TrigMonTHistSvc.h.

Constructor & Destructor Documentation

◆ THistID()

TrigMonTHistSvc::THistID::THistID ( const std::string & s,
TObject * o )
inline

Definition at line 124 of file TrigMonTHistSvc.h.

124: id(s), obj(o) {};

Member Data Documentation

◆ id

std::string TrigMonTHistSvc::THistID::id

Definition at line 125 of file TrigMonTHistSvc.h.

◆ mutex

std::unique_ptr<std::mutex> TrigMonTHistSvc::THistID::mutex

Definition at line 127 of file TrigMonTHistSvc.h.

◆ obj

TObject* TrigMonTHistSvc::THistID::obj {nullptr}

Definition at line 126 of file TrigMonTHistSvc.h.

126{nullptr};

The documentation for this struct was generated from the following file: