![]() |
ATLAS Offline Software
|
#include <ZdcGeometryDB.h>
Public Member Functions | |
| ZdcFileGeometryDB () | |
| bool | loadJSONFile () |
| const nlohmann::json & | getDB () const |
Static Public Member Functions | |
| static const IZdcGeometryDB * | getInstance () |
Protected Attributes | |
| bool | m_geoLoaded {} |
| nlohmann::json | m_mainJson |
Private Member Functions | |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Functions providing the same interface as AthMessaging | |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level of the object. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
Private Attributes | |
| std::string | m_fileStr |
| std::string | m_nm |
| Message source name. | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels). | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging). | |
Definition at line 25 of file ZdcGeometryDB.h.
| ZdcFileGeometryDB::ZdcFileGeometryDB | ( | ) |
Definition at line 31 of file ZdcGeometryDB.cxx.
|
inlineinherited |
Definition at line 21 of file ZdcGeometryDB.h.
|
static |
Definition at line 18 of file ZdcGeometryDB.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
| bool ZdcFileGeometryDB::loadJSONFile | ( | ) |
Definition at line 50 of file ZdcGeometryDB.cxx.
|
inherited |
The standard message stream.
Definition at line 49 of file AsgMessaging.cxx.
|
inherited |
The standard message stream.
| lvl | The message level to set the stream to |
Definition at line 57 of file AsgMessaging.cxx.
|
inherited |
Test the output level of the object.
| lvl | The message level to test against |
true If messages at level "lvl" will be printed Definition at line 41 of file AsgMessaging.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging).
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 28 of file ZdcGeometryDB.h.
|
protectedinherited |
Definition at line 15 of file ZdcGeometryDB.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
|
protectedinherited |
Definition at line 16 of file ZdcGeometryDB.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels).
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.