![]() |
ATLAS Offline Software
|
#include <RDBReaderAtlas.h>
Public Member Functions | |
| RDBReaderAtlas (StoreGateSvc *pDetStore, IRDBAccessSvc *m_pRDBAccess, const std::string &geoTag, const std::string &geoNode, const std::map< std::string, std::string > &asciiFileDBMap) | |
| virtual | ~RDBReaderAtlas ()=default |
| virtual StatusCode | ProcessDB (MYSQL &mysql) override |
| void | ProcessTGCreadout (MYSQL &mysql) |
| void | ProcessCscInternalAlignments () |
| std::string | TGCreadoutName (int ichtyp) |
| void | setGeometryVersion (std::string s) |
| const std::string & | getGeometryVersion () const |
| void | setManager (MuonDetectorManager *detmgr) |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
Protected Attributes | |
| StatusCode | m_SCdbaccess |
| std::vector< std::string > | m_tgcReadoutMapping |
| MuonDetectorManager * | m_mgr |
Private Member Functions | |
| void | ProcessTechnologies (MYSQL &mysql) |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| std::unique_ptr< DblQ00Dbam > | m_dhdbam {nullptr} |
| std::unique_ptr< DblQ00Atyp > | m_dhatyp {nullptr} |
| std::unique_ptr< DblQ00Asmp > | m_dhasmp {nullptr} |
| std::unique_ptr< DblQ00Almn > | m_dhalmn {nullptr} |
| std::unique_ptr< DblQ00Aptp > | m_dhaptp {nullptr} |
| std::unique_ptr< DblQ00Awln > | m_dhwrpc {nullptr} |
| std::unique_ptr< DblQ00Atln > | m_dhwtgc {nullptr} |
| std::unique_ptr< DblQ00Acut > | m_dhacut {nullptr} |
| std::unique_ptr< DblQ00Alin > | m_dhalin {nullptr} |
| std::unique_ptr< DblQ00Wmdt > | m_dhwmdt {nullptr} |
| std::unique_ptr< DblQ00Wcsc > | m_dhwcsc {nullptr} |
| std::unique_ptr< DblQ00Wrpc > | m_dhwrpcall {nullptr} |
| std::unique_ptr< DblQ00Wtgc > | m_dhwtgcall {nullptr} |
| std::unique_ptr< DblQ00Wded > | m_dhwded {nullptr} |
| std::unique_ptr< DblQ00Wsup > | m_dhwsup {nullptr} |
| std::unique_ptr< DblQ00Wspa > | m_dhwspa {nullptr} |
| std::unique_ptr< DblQ00Wchv > | m_dhwchv {nullptr} |
| std::unique_ptr< DblQ00Wcro > | m_dhwcro {nullptr} |
| std::unique_ptr< DblQ00Wcmi > | m_dhwcmi {nullptr} |
| std::unique_ptr< DblQ00Wlbi > | m_dhwlbi {nullptr} |
| std::unique_ptr< DblQ00Aszt > | m_dhaszt {nullptr} |
| std::unique_ptr< DblQ00IAcsc > | m_dhiacsc {nullptr} |
| std::unique_ptr< DblQ00Xtomo > | m_dhxtomo {nullptr} |
| const DblQ00Dbam::DBAM * | m_dbam {nullptr} |
| const DblQ00Atyp::ATYP * | m_atyp {nullptr} |
| const DblQ00Asmp::ASMP * | m_asmp {nullptr} |
| const DblQ00Almn::ALMN * | m_almn {nullptr} |
| const DblQ00Aptp::APTP * | m_aptp {nullptr} |
| const DblQ00Awln::AWLN * | m_wrpc {nullptr} |
| const DblQ00Atln::ATLN * | m_wtgc {nullptr} |
| const DblQ00Acut::ACUT * | m_acut {nullptr} |
| const DblQ00Alin::ALIN * | m_alin {nullptr} |
| const DblQ00Wmdt::WMDT * | m_wmdt {nullptr} |
| const DblQ00Wcsc::WCSC * | m_wcsc {nullptr} |
| const DblQ00Wrpc::WRPC * | m_wrpcall {nullptr} |
| const DblQ00Wtgc::WTGC * | m_wtgcall {nullptr} |
| const DblQ00Wded::WDED * | m_wded {nullptr} |
| const DblQ00Wsup::WSUP * | m_wsup {nullptr} |
| const DblQ00Wspa::WSPA * | m_wspa {nullptr} |
| const DblQ00Wchv::WCHV * | m_wchv {nullptr} |
| const DblQ00Wcro::WCRO * | m_wcro {nullptr} |
| const DblQ00Wcmi::WCMI * | m_wcmi {nullptr} |
| const DblQ00Wlbi::WLBI * | m_wlbi {nullptr} |
| const DblQ00Aszt::ASZT * | m_aszt {nullptr} |
| const DblQ00IAcsc::IACSC * | m_iacsc {nullptr} |
| const DblQ00Xtomo::XTOMO * | m_xtomo {nullptr} |
| const std::string | m_geoTag {} |
| const std::string | m_geoNode {} |
| IRDBAccessSvc * | m_pRDBAccess {nullptr} |
| std::string | m_asciiFileDB {} |
| IMessageSvc * | m_msgSvc |
| std::string | m_version |
| 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 21 of file RDBReaderAtlas.h.
| MuonGM::RDBReaderAtlas::RDBReaderAtlas | ( | StoreGateSvc * | pDetStore, |
| IRDBAccessSvc * | m_pRDBAccess, | ||
| const std::string & | geoTag, | ||
| const std::string & | geoNode, | ||
| const std::map< std::string, std::string > & | asciiFileDBMap ) |
Definition at line 26 of file RDBReaderAtlas.cxx.
|
virtualdefault |
|
inherited |
Definition at line 22 of file DBReader.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 163 of file AthMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 178 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
| void MuonGM::RDBReaderAtlas::ProcessCscInternalAlignments | ( | ) |
|
overridevirtual |
Reimplemented from MuonGM::DBReader.
Definition at line 179 of file RDBReaderAtlas.cxx.
|
private |
Definition at line 222 of file RDBReaderAtlas.cxx.
| void MuonGM::RDBReaderAtlas::ProcessTGCreadout | ( | MYSQL & | mysql | ) |
Definition at line 270 of file RDBReaderAtlas.cxx.
|
inherited |
Definition at line 20 of file DBReader.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.
|
inlineinherited |
Definition at line 121 of file DBReader.h.
| std::string MuonGM::RDBReaderAtlas::TGCreadoutName | ( | int | ichtyp | ) |
Definition at line 370 of file RDBReaderAtlas.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 67 of file RDBReaderAtlas.h.
|
private |
Definition at line 68 of file RDBReaderAtlas.h.
|
private |
Definition at line 63 of file RDBReaderAtlas.h.
|
private |
Definition at line 64 of file RDBReaderAtlas.h.
|
private |
Definition at line 87 of file RDBReaderAtlas.h.
|
private |
Definition at line 62 of file RDBReaderAtlas.h.
|
private |
Definition at line 80 of file RDBReaderAtlas.h.
|
private |
Definition at line 61 of file RDBReaderAtlas.h.
|
private |
Definition at line 60 of file RDBReaderAtlas.h.
|
private |
Definition at line 44 of file RDBReaderAtlas.h.
|
private |
Definition at line 45 of file RDBReaderAtlas.h.
|
private |
Definition at line 40 of file RDBReaderAtlas.h.
|
private |
Definition at line 41 of file RDBReaderAtlas.h.
|
private |
Definition at line 39 of file RDBReaderAtlas.h.
|
private |
Definition at line 57 of file RDBReaderAtlas.h.
|
private |
Definition at line 38 of file RDBReaderAtlas.h.
|
private |
Definition at line 37 of file RDBReaderAtlas.h.
|
private |
Definition at line 58 of file RDBReaderAtlas.h.
|
private |
Definition at line 53 of file RDBReaderAtlas.h.
|
private |
Definition at line 55 of file RDBReaderAtlas.h.
|
private |
Definition at line 54 of file RDBReaderAtlas.h.
|
private |
Definition at line 47 of file RDBReaderAtlas.h.
|
private |
Definition at line 50 of file RDBReaderAtlas.h.
|
private |
Definition at line 56 of file RDBReaderAtlas.h.
|
private |
Definition at line 46 of file RDBReaderAtlas.h.
|
private |
Definition at line 42 of file RDBReaderAtlas.h.
|
private |
Definition at line 48 of file RDBReaderAtlas.h.
|
private |
Definition at line 52 of file RDBReaderAtlas.h.
|
private |
Definition at line 51 of file RDBReaderAtlas.h.
|
private |
Definition at line 43 of file RDBReaderAtlas.h.
|
private |
Definition at line 49 of file RDBReaderAtlas.h.
|
private |
Definition at line 59 of file RDBReaderAtlas.h.
|
private |
Definition at line 85 of file RDBReaderAtlas.h.
|
private |
Definition at line 84 of file RDBReaderAtlas.h.
|
private |
Definition at line 81 of file RDBReaderAtlas.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
|
protectedinherited |
Definition at line 132 of file DBReader.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Definition at line 136 of file DBReader.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 86 of file RDBReaderAtlas.h.
|
protectedinherited |
Definition at line 128 of file DBReader.h.
|
protectedinherited |
Definition at line 131 of file DBReader.h.
|
privateinherited |
Definition at line 137 of file DBReader.h.
|
private |
Definition at line 76 of file RDBReaderAtlas.h.
|
private |
Definition at line 78 of file RDBReaderAtlas.h.
|
private |
Definition at line 77 of file RDBReaderAtlas.h.
|
private |
Definition at line 70 of file RDBReaderAtlas.h.
|
private |
Definition at line 73 of file RDBReaderAtlas.h.
|
private |
Definition at line 79 of file RDBReaderAtlas.h.
|
private |
Definition at line 69 of file RDBReaderAtlas.h.
|
private |
Definition at line 65 of file RDBReaderAtlas.h.
|
private |
Definition at line 71 of file RDBReaderAtlas.h.
|
private |
Definition at line 75 of file RDBReaderAtlas.h.
|
private |
Definition at line 74 of file RDBReaderAtlas.h.
|
private |
Definition at line 66 of file RDBReaderAtlas.h.
|
private |
Definition at line 72 of file RDBReaderAtlas.h.
|
private |
Definition at line 82 of file RDBReaderAtlas.h.