![]() |
ATLAS Offline Software
|
#include <NswErrorCalibData.h>
Classes | |
| struct | Input |
| Helper struct to be parsed to the object to derive the specific error of the cluster. More... | |
| class | ErrorConstants |
| Helper struct to store different error calibrations for a certain channel range & also for seperate ClusterBuilders (ROT & Prd making stage). More... | |
| struct | ErrorIdentifier |
Public Types | |
| using | errorParametrizer |
| using | ErrorConstantsSet = std::set<ErrorConstants, std::less<>> |
| Share the same error constants amongst several gasGaps. | |
Public Member Functions | |
| NswErrorCalibData (const Muon::IMuonIdHelperSvc *idHelperSvc) | |
| ~NswErrorCalibData ()=default | |
| StatusCode | storeConstants (const Identifier &gasGapId, ErrorConstants &&newConstants) |
| double | clusterUncertainty (const Input &clustInfo) const |
| 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. | |
Static Public Member Functions | |
| static errorParametrizer | getParametrizer (const std::string &funcName) |
Private Types | |
| using | ErrorMap = std::unordered_map<Identifier, ErrorConstantsSet> |
Private Member Functions | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| const Muon::IMuonIdHelperSvc * | m_idHelperSvc {nullptr} |
| ErrorMap | m_database {} |
| 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 19 of file NswErrorCalibData.h.
| using NswErrorCalibData::ErrorConstantsSet = std::set<ErrorConstants, std::less<>> |
Share the same error constants amongst several gasGaps.
Definition at line 83 of file NswErrorCalibData.h.
|
private |
Definition at line 96 of file NswErrorCalibData.h.
Definition at line 42 of file NswErrorCalibData.h.
| NswErrorCalibData::NswErrorCalibData | ( | const Muon::IMuonIdHelperSvc * | idHelperSvc | ) |
Definition at line 93 of file NswErrorCalibData.cxx.
|
default |
Definition at line 98 of file NswErrorCalibData.cxx.
|
static |
Return a surprise box if the function is unknown
Definition at line 31 of file NswErrorCalibData.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 167 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 182 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.
|
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.
| StatusCode NswErrorCalibData::storeConstants | ( | const Identifier & | gasGapId, |
| ErrorConstants && | newConstants ) |
Check that min strip is actually smaller than max strip
Definition at line 130 of file NswErrorCalibData.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging).
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 97 of file NswErrorCalibData.h.
|
private |
Definition at line 95 of file NswErrorCalibData.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
|
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.