ATLAS Offline Software
|
#include <TRT_Conditions.h>
Public Member Functions | |
TRT_Conditions () | |
~TRT_Conditions ()=default | |
const TRTCond::StrawDxContainer * | dxContainer () const |
Protected Member Functions | |
void | setDxContainer (const TRTCond::StrawDxContainer *container) const |
Private Attributes | |
std::atomic< const TRTCond::StrawDxContainer * > | m_dxContainer |
This class is an interface to conditions objects. There is a single instance shared by all TRT elements. The object of this class is owned by TRT_DetectorManager.
Definition at line 30 of file TRT_Conditions.h.
InDetDD::TRT_Conditions::TRT_Conditions | ( | ) |
Definition at line 9 of file TRT_Conditions.cxx.
|
default |
const TRTCond::StrawDxContainer * InDetDD::TRT_Conditions::dxContainer | ( | ) | const |
Definition at line 14 of file TRT_Conditions.cxx.
|
protected |
Definition at line 20 of file TRT_Conditions.cxx.
|
mutableprivate |
Definition at line 43 of file TRT_Conditions.h.