![]() |
ATLAS Offline Software
|
#include <IsoVariableHelper.h>
Public Member Functions | |
| CorrectionCode | getOriginalIsolation (const xAOD::IParticle *particle, float &value) const |
| CorrectionCode | getIsolation (const xAOD::IParticle *particle, float &value) const |
| CorrectionCode | backupIsolation (const xAOD::IParticle *particle) const |
| CorrectionCode | setIsolation (const xAOD::IParticle *P, float value) const |
| IsoType | isotype () const |
| std::string | name () const |
| IsoVariableHelper (IsoType type, const std::string &backupPreFix, const std::string &isoDecSuffix="") | |
| void | lockDecorations (const SG::AuxVectorData &parts) const |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
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 Member Functions | |
| CorrectionCode | getIsolationFromOriginal (const xAOD::IParticle *particle, float &value) const |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| IsoType | m_isoType |
| bool | m_BackupIso |
| CharDecorator | m_dec_IsoIsBackup |
| CharAccessor | m_acc_IsoIsBackup |
| FloatAccessor | m_acc_iso_variable |
| FloatDecorator | m_dec_iso_variable |
| FloatAccessor | m_acc_iso_backup |
| FloatDecorator | m_dec_iso_backup |
| 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 20 of file IsoVariableHelper.h.
| CP::IsoVariableHelper::IsoVariableHelper | ( | IsoType | type, |
| const std::string & | backupPreFix, | ||
| const std::string & | isoDecSuffix = "" ) |
Definition at line 14 of file IsoVariableHelper.cxx.
| CorrectionCode CP::IsoVariableHelper::backupIsolation | ( | const xAOD::IParticle * | particle | ) | const |
Definition at line 64 of file IsoVariableHelper.cxx.
| CorrectionCode CP::IsoVariableHelper::getIsolation | ( | const xAOD::IParticle * | particle, |
| float & | value ) const |
Definition at line 55 of file IsoVariableHelper.cxx.
|
private |
Definition at line 45 of file IsoVariableHelper.cxx.
| CorrectionCode CP::IsoVariableHelper::getOriginalIsolation | ( | const xAOD::IParticle * | particle, |
| float & | value ) const |
Definition at line 25 of file IsoVariableHelper.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
| IsoType CP::IsoVariableHelper::isotype | ( | ) | const |
Definition at line 91 of file IsoVariableHelper.cxx.
| void CP::IsoVariableHelper::lockDecorations | ( | const SG::AuxVectorData & | parts | ) | const |
Definition at line 94 of file IsoVariableHelper.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.
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.
| std::string CP::IsoVariableHelper::name | ( | ) | const |
Definition at line 92 of file IsoVariableHelper.cxx.
| CorrectionCode CP::IsoVariableHelper::setIsolation | ( | const xAOD::IParticle * | P, |
| float | value ) const |
Definition at line 79 of file IsoVariableHelper.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 44 of file IsoVariableHelper.h.
|
private |
Definition at line 41 of file IsoVariableHelper.h.
|
private |
Definition at line 39 of file IsoVariableHelper.h.
|
private |
Definition at line 37 of file IsoVariableHelper.h.
|
private |
Definition at line 45 of file IsoVariableHelper.h.
|
private |
Definition at line 42 of file IsoVariableHelper.h.
|
private |
Definition at line 38 of file IsoVariableHelper.h.
|
mutableprivateinherited |
|
private |
Definition at line 36 of file IsoVariableHelper.h.
|
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.