ATLAS Offline Software
|
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and provides access to all main blocks of information needed by generic clients of the geometry: XxxReadoutElements, MuonStations, MuonIdHelpers, geometryVersion, etc. More...
#include <MuonDetectorManager.h>
Public Member Functions | |
MuonDetectorManager () | |
~MuonDetectorManager () | |
virtual unsigned int | getNumTreeTops () const |
virtual PVConstLink | getTreeTop (unsigned int i) const |
PVLink | getTreeTop (unsigned int i) |
void | addTreeTop (PVLink) |
void | addMdtReadoutElement (std::unique_ptr< MdtReadoutElement > &&reEle) |
store the MdtReadoutElement using as "key" the identifier More... | |
void | addRpcReadoutElement (std::unique_ptr< RpcReadoutElement > &&reEle) |
store the RpcReadoutElement using as "key" the identifier More... | |
void | addTgcReadoutElement (std::unique_ptr< TgcReadoutElement > &&reEle) |
store the TgcReadoutElement using as "key" the identifier More... | |
void | addCscReadoutElement (std::unique_ptr< CscReadoutElement > &&reEle) |
store the CscReadoutElement using as "key" the identifier More... | |
void | addsTgcReadoutElement (std::unique_ptr< sTgcReadoutElement > &&reEle) |
store the sTGCReadoutElement using as "key" the identifier More... | |
void | addMMReadoutElement (std::unique_ptr< MMReadoutElement > &&reEle) |
store the MMReadoutElement using as "key" the identifier More... | |
const MdtReadoutElement * | getMdtReadoutElement (const Identifier &id) const |
access via extended identifier (requires unpacking) More... | |
const RpcReadoutElement * | getRpcReadoutElement (const Identifier &id) const |
access via extended identifier (requires unpacking) More... | |
const TgcReadoutElement * | getTgcReadoutElement (const Identifier &id) const |
access via extended identifier (requires unpacking) More... | |
const CscReadoutElement * | getCscReadoutElement (const Identifier &id) const |
access via extended identifier (requires unpacking) More... | |
const MMReadoutElement * | getMMReadoutElement (const Identifier &id) const |
access via extended identifier (requires unpacking) More... | |
const sTgcReadoutElement * | getsTgcReadoutElement (const Identifier &id) const |
access via extended identifier (requires unpacking) More... | |
const MuonReadoutElement * | getReadoutElement (const Identifier &id) const |
Get any read out element. More... | |
MdtReadoutElement * | getMdtReadoutElement (const Identifier &id) |
CscReadoutElement * | getCscReadoutElement (const Identifier &id) |
TgcReadoutElement * | getTgcReadoutElement (const Identifier &id) |
const MdtReadoutElement * | getMdtReadoutElement (const IdentifierHash &id) const |
access via detector-element hash id More... | |
const RpcReadoutElement * | getRpcReadoutElement (const IdentifierHash &id) const |
access via detector-element hash id More... | |
const TgcReadoutElement * | getTgcReadoutElement (const IdentifierHash &id) const |
access via detector-element hash id More... | |
const CscReadoutElement * | getCscReadoutElement (const IdentifierHash &id) const |
access via detector-element hash id More... | |
unsigned int | nMuonStation () const |
Number of MuonStations. More... | |
unsigned int | nMdtRE () const |
Number of Mdt ReadoutElements. More... | |
unsigned int | nsTgcRE () const |
Number of sTgc ReadoutElements. More... | |
unsigned int | nMMRE () const |
Number of MM ReadoutElements. More... | |
unsigned int | nCscRE () const |
Number of Csc ReadoutElements. More... | |
unsigned int | nRpcRE () const |
Number of Rpc ReadoutElements. More... | |
unsigned int | nTgcRE () const |
Number of Tgc ReadoutElements. More... | |
unsigned int | nMdtDE () const |
Number of Mdt DetectorElements. More... | |
unsigned int | nCscDE () const |
Number of Csc DetectorElements. More... | |
unsigned int | nRpcDE () const |
Number of Rpc DetectorElements. More... | |
unsigned int | nTgcDE () const |
Number of Tgc DetectorElements. More... | |
const std::string & | geometryVersion () const |
it can be Rome-Initial or P03, or ... More... | |
void | setGeometryVersion (const std::string &version) |
const std::string & | get_DBMuonVersion () const |
the name of the MuonSpectrometer tag (in the geometry DB) actually accessed More... | |
void | set_DBMuonVersion (const std::string &version) |
const MdtIdHelper * | mdtIdHelper () const |
const CscIdHelper * | cscIdHelper () const |
const RpcIdHelper * | rpcIdHelper () const |
const TgcIdHelper * | tgcIdHelper () const |
const sTgcIdHelper * | stgcIdHelper () const |
const MmIdHelper * | mmIdHelper () const |
void | setMinimalGeoFlag (int flag) |
int | MinimalGeoFlag () const |
void | setCutoutsFlag (int flag) |
int | IncludeCutoutsFlag () const |
void | setCutoutsBogFlag (int flag) |
int | IncludeCutoutsBogFlag () const |
void | addMuonStation (std::unique_ptr< MuonStation > &&mst) |
const MuonStation * | getMuonStation (const std::string &stName, int eta, int phi) const |
MuonStation * | getMuonStation (const std::string &stName, int eta, int phi) |
void | clearCache () |
void | fillCache () |
StatusCode | updateAlignment (const ALineContainer &a) |
StatusCode | updateDeformations (const BLineContainer &a) |
StatusCode | updateMdtAsBuiltParams (const MdtAsBuiltContainer &a) |
StatusCode | updateCSCInternalAlignmentMap (const ALineContainer &cscIntAline) |
void | setNswAsBuilt (const NswAsBuiltDbData *nswAsBuiltData) |
void | setsTGCAsBuilt2 (const sTGCAsBuiltData2 *stgcAsBuilt2) |
const NswAsBuilt::StripCalculator * | getMMAsBuiltCalculator () const |
const NswAsBuilt::StgcStripCalculator * | getStgcAsBuiltCalculator () const |
const sTGCAsBuiltData2 * | getsTGCAsBuilt2 () const |
int | rpcStationName (const int stationIndex) const |
bool | msgLvl (const MSG::Level lvl) const |
Test the output level. More... | |
MsgStream & | msg () const |
The standard message stream. More... | |
MsgStream & | msg (const MSG::Level lvl) const |
The standard message stream. More... | |
void | setLevel (MSG::Level lvl) |
Change the current logging level. More... | |
Static Public Member Functions | |
static std::string | muonStationKey (const std::string &stName, int statEtaIndex, int statPhiIndex) |
Static Public Attributes | |
static constexpr int | NCscStEtaOffset = 1 |
Identifier <-> AMDB conversion constants in use. More... | |
static constexpr int | NTgcStatTypeOff = -41 |
static constexpr int | NTgcStEtaOffset = 5 |
Private Types | |
enum | RpcStatType { BML = 0, BMS, BOL, BOS, BMF, BOF, BOG, BME, BIR, BIM, BIL, BIS, UNKNOWN } |
Private Member Functions | |
void | loadStationIndices () |
unsigned int | rpcStationTypeIdx (const int stationName) const |
int | rpcIdentToArrayIdx (const Identifier &id) const |
Helper method to convert the Identifier into the corresponding index accessing the array. More... | |
int | tgcIdentToArrayIdx (const Identifier &id) const |
int | cscIdentToArrayIdx (const Identifier &id) const |
int | stgcIdentToArrayIdx (const Identifier &id) const |
int | mmIdenToArrayIdx (const Identifier &id) const |
int | mdtIdentToArrayIdx (const Identifier &id) const |
void | initMessaging () const |
Initialize our message level and MessageSvc. More... | |
Private Attributes | |
ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc {"Muon::MuonIdHelperSvc/MuonIdHelperSvc", "MuonDetectorManager"} |
int | m_minimalgeo {0} |
int | m_includeCutouts {0} |
int | m_includeCutoutsBog {0} |
std::vector< PVLink > | m_envelope |
std::string | m_geometryVersion {} |
std::string | m_DBMuonVersion {} |
std::vector< std::unique_ptr< MdtReadoutElement > > | m_mdtArray |
std::vector< std::unique_ptr< CscReadoutElement > > | m_cscArray |
std::vector< std::unique_ptr< TgcReadoutElement > > | m_tgcArray |
std::vector< std::unique_ptr< RpcReadoutElement > > | m_rpcArray |
std::vector< std::unique_ptr< sTgcReadoutElement > > | m_stgArray |
std::vector< std::unique_ptr< MMReadoutElement > > | m_mmcArray |
std::map< std::string, std::unique_ptr< MuonStation > > | m_MuonStationMap |
unsigned int | m_n_mdtRE {0} |
unsigned int | m_n_cscRE {0} |
unsigned int | m_n_rpcRE {0} |
unsigned int | m_n_tgcRE {0} |
unsigned int | m_n_stgRE {0} |
unsigned int | m_n_mmcRE {0} |
unsigned int | m_n_mdtDE {0} |
unsigned int | m_n_cscDE {0} |
unsigned int | m_n_rpcDE {0} |
unsigned int | m_n_tgcDE {0} |
const NswAsBuiltDbData * | m_nswAsBuilt {nullptr} |
const sTGCAsBuiltData2 * | m_stgcAsBuildData2 {nullptr} |
std::map< int, int > | m_rpcStatToIdx |
RPC name caches. More... | |
std::map< int, int > | m_rpcIdxToStat |
std::string | m_nm |
Message source name. More... | |
boost::thread_specific_ptr< MsgStream > | m_msg_tls |
MsgStream instance (a std::cout like with print-out levels) More... | |
std::atomic< IMessageSvc * > | m_imsg { nullptr } |
MessageSvc pointer. More... | |
std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
Current logging level. More... | |
std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
Messaging initialized (initMessaging) More... | |
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and provides access to all main blocks of information needed by generic clients of the geometry: XxxReadoutElements, MuonStations, MuonIdHelpers, geometryVersion, etc.
More details below.
Definition at line 50 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
MuonGM::MuonDetectorManager::MuonDetectorManager | ( | ) |
Definition at line 38 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
default |
void MuonGM::MuonDetectorManager::addCscReadoutElement | ( | std::unique_ptr< CscReadoutElement > && | reEle | ) |
store the CscReadoutElement using as "key" the identifier
Definition at line 214 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::addMdtReadoutElement | ( | std::unique_ptr< MdtReadoutElement > && | reEle | ) |
store the MdtReadoutElement using as "key" the identifier
Definition at line 193 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::addMMReadoutElement | ( | std::unique_ptr< MMReadoutElement > && | reEle | ) |
store the MMReadoutElement using as "key" the identifier
Definition at line 173 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::addMuonStation | ( | std::unique_ptr< MuonStation > && | mst | ) |
Definition at line 121 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::addRpcReadoutElement | ( | std::unique_ptr< RpcReadoutElement > && | reEle | ) |
store the RpcReadoutElement using as "key" the identifier
Definition at line 157 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::addsTgcReadoutElement | ( | std::unique_ptr< sTgcReadoutElement > && | reEle | ) |
store the sTGCReadoutElement using as "key" the identifier
Definition at line 183 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::addTgcReadoutElement | ( | std::unique_ptr< TgcReadoutElement > && | reEle | ) |
store the TgcReadoutElement using as "key" the identifier
Definition at line 235 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::addTreeTop | ( | PVLink | pV | ) |
Definition at line 117 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::clearCache | ( | ) |
Definition at line 67 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
private |
Definition at line 314 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
inline |
Definition at line 232 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
void MuonGM::MuonDetectorManager::fillCache | ( | ) |
Definition at line 75 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
inline |
it can be Rome-Initial or P03, or ...
it's the name of the layout
Definition at line 254 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
the name of the MuonSpectrometer tag (in the geometry DB) actually accessed
Definition at line 255 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
CscReadoutElement * MuonGM::MuonDetectorManager::getCscReadoutElement | ( | const Identifier & | id | ) |
Definition at line 230 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
const CscReadoutElement * MuonGM::MuonDetectorManager::getCscReadoutElement | ( | const Identifier & | id | ) | const |
access via extended identifier (requires unpacking)
Definition at line 225 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
const CscReadoutElement * MuonGM::MuonDetectorManager::getCscReadoutElement | ( | const IdentifierHash & | id | ) | const |
access via detector-element hash id
Definition at line 633 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
MdtReadoutElement * MuonGM::MuonDetectorManager::getMdtReadoutElement | ( | const Identifier & | id | ) |
Definition at line 209 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
const MdtReadoutElement * MuonGM::MuonDetectorManager::getMdtReadoutElement | ( | const Identifier & | id | ) | const |
access via extended identifier (requires unpacking)
Definition at line 204 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
const MdtReadoutElement * MuonGM::MuonDetectorManager::getMdtReadoutElement | ( | const IdentifierHash & | id | ) | const |
access via detector-element hash id
Definition at line 600 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
inline |
Definition at line 151 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
const MMReadoutElement * MuonGM::MuonDetectorManager::getMMReadoutElement | ( | const Identifier & | id | ) | const |
access via extended identifier (requires unpacking)
Definition at line 255 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
MuonStation * MuonGM::MuonDetectorManager::getMuonStation | ( | const std::string & | stName, |
int | eta, | ||
int | phi | ||
) |
Definition at line 147 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
const MuonStation * MuonGM::MuonDetectorManager::getMuonStation | ( | const std::string & | stName, |
int | eta, | ||
int | phi | ||
) | const |
Definition at line 137 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
virtual |
Definition at line 113 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
const MuonReadoutElement * MuonGM::MuonDetectorManager::getReadoutElement | ( | const Identifier & | id | ) | const |
Get any read out element.
Definition at line 84 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
const RpcReadoutElement * MuonGM::MuonDetectorManager::getRpcReadoutElement | ( | const Identifier & | id | ) | const |
access via extended identifier (requires unpacking)
Definition at line 168 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
const RpcReadoutElement * MuonGM::MuonDetectorManager::getRpcReadoutElement | ( | const IdentifierHash & | id | ) | const |
access via detector-element hash id
Definition at line 611 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
inline |
Definition at line 165 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Definition at line 154 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
const sTgcReadoutElement * MuonGM::MuonDetectorManager::getsTgcReadoutElement | ( | const Identifier & | id | ) | const |
access via extended identifier (requires unpacking)
Definition at line 259 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
TgcReadoutElement * MuonGM::MuonDetectorManager::getTgcReadoutElement | ( | const Identifier & | id | ) |
Definition at line 251 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
const TgcReadoutElement * MuonGM::MuonDetectorManager::getTgcReadoutElement | ( | const Identifier & | id | ) | const |
access via extended identifier (requires unpacking)
Definition at line 247 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
const TgcReadoutElement * MuonGM::MuonDetectorManager::getTgcReadoutElement | ( | const IdentifierHash & | id | ) | const |
access via detector-element hash id
Definition at line 622 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
PVLink MuonGM::MuonDetectorManager::getTreeTop | ( | unsigned int | i | ) |
Definition at line 116 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
virtual |
Definition at line 115 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
inline |
Definition at line 252 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Definition at line 251 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
private |
Definition at line 655 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
private |
Definition at line 263 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
inline |
Definition at line 229 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Definition at line 250 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 274 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
inline |
Definition at line 244 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.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 164 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 179 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.
|
static |
Definition at line 126 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
inline |
Number of Csc DetectorElements.
Definition at line 267 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Number of Csc ReadoutElements.
Definition at line 260 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Number of Mdt DetectorElements.
Definition at line 266 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Number of Mdt ReadoutElements.
Definition at line 259 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Number of MM ReadoutElements.
Definition at line 264 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Number of MuonStations.
Definition at line 258 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Number of Rpc DetectorElements.
Definition at line 268 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Number of Rpc ReadoutElements.
Definition at line 261 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Number of sTgc ReadoutElements.
Definition at line 263 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Number of Tgc DetectorElements.
Definition at line 269 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
inline |
Number of Tgc ReadoutElements.
Definition at line 262 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Helper method to convert the Identifier into the corresponding index accessing the array.
Definition at line 294 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
inline |
Definition at line 235 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
int MuonGM::MuonDetectorManager::rpcStationName | ( | const int | stationIndex | ) | const |
Definition at line 650 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
private |
Definition at line 644 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::set_DBMuonVersion | ( | const std::string & | version | ) |
Definition at line 685 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::setCutoutsBogFlag | ( | int | flag | ) |
Definition at line 689 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::setCutoutsFlag | ( | int | flag | ) |
Definition at line 688 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::setGeometryVersion | ( | const std::string & | version | ) |
Definition at line 686 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.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.
void MuonGM::MuonDetectorManager::setMinimalGeoFlag | ( | int | flag | ) |
Definition at line 687 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::setNswAsBuilt | ( | const NswAsBuiltDbData * | nswAsBuiltData | ) |
Definition at line 592 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
void MuonGM::MuonDetectorManager::setsTGCAsBuilt2 | ( | const sTGCAsBuiltData2 * | stgcAsBuilt2 | ) |
Definition at line 596 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
private |
Definition at line 284 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
inline |
Definition at line 241 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 304 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
inline |
Definition at line 238 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
StatusCode MuonGM::MuonDetectorManager::updateAlignment | ( | const ALineContainer & | a | ) |
Definition at line 325 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
StatusCode MuonGM::MuonDetectorManager::updateCSCInternalAlignmentMap | ( | const ALineContainer & | cscIntAline | ) |
Definition at line 511 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
StatusCode MuonGM::MuonDetectorManager::updateDeformations | ( | const BLineContainer & | a | ) |
Definition at line 433 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
StatusCode MuonGM::MuonDetectorManager::updateMdtAsBuiltParams | ( | const MdtAsBuiltContainer & | a | ) |
Definition at line 555 of file MuonDetDescr/MuonReadoutGeometry/src/MuonDetectorManager.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 198 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 194 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 189 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 193 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 173 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
mutableprivateinherited |
MessageSvc pointer.
Definition at line 135 of file AthMessaging.h.
|
private |
Definition at line 186 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 187 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
mutableprivateinherited |
Current logging level.
Definition at line 138 of file AthMessaging.h.
|
private |
Definition at line 197 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 185 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 203 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
private |
Definition at line 204 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 214 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 207 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 213 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 206 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 211 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 215 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 208 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 210 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 216 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 209 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 219 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 201 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 224 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
RPC name caches.
Definition at line 223 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 202 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 220 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
private |
Definition at line 199 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
staticconstexpr |
Identifier <-> AMDB conversion constants in use.
Definition at line 161 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
staticconstexpr |
Definition at line 162 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.
|
staticconstexpr |
Definition at line 163 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h.