![]() |
ATLAS Offline Software
|
#include <IsolationCondition.h>
Public Member Functions | |
| IsolationCondition (const std::string &name, xAOD::Iso::IsolationType isoType, const std::string &isoDecSuffix="") | |
| IsolationCondition (const std::string &name, const std::vector< xAOD::Iso::IsolationType > &isoTypes, const std::string &isoDecSuffix="") | |
| IsolationCondition (const std::string &name, const std::string &isoType, const std::string &isoDecSuffix="") | |
| IsolationCondition (const std::string &name, const std::vector< std::string > &isoTypes, const std::string &isoDecSuffix="") | |
| IsolationCondition (const IsolationCondition &rhs)=delete | |
| IsolationCondition & | operator= (const IsolationCondition &rhs)=delete |
| virtual | ~IsolationCondition ()=default |
| const std::string & | name () const |
| unsigned int | num_types () const |
| xAOD::Iso::IsolationType | type (unsigned int n=0) const |
| const FloatAccessor & | accessor (unsigned int n=0) const |
| const FloatAccessor & | accessor_noCloseBy (unsigned int n=0) const |
| virtual bool | accept (const xAOD::IParticle &x) const =0 |
| virtual bool | accept (const strObj &x) const =0 |
| 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. | |
Protected Attributes | |
| std::string | m_isoDecSuffix {} |
Private Member Functions | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| std::string | m_name |
| std::vector< xAOD::Iso::IsolationType > | m_isolationType |
| std::vector< FloatAccessor > | m_acc |
| std::vector< FloatAccessor > | m_acc_noCloseBy |
| 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 30 of file IsolationCondition.h.
| CP::IsolationCondition::IsolationCondition | ( | const std::string & | name, |
| xAOD::Iso::IsolationType | isoType, | ||
| const std::string & | isoDecSuffix = "" ) |
Definition at line 36 of file IsolationCondition.cxx.
| CP::IsolationCondition::IsolationCondition | ( | const std::string & | name, |
| const std::vector< xAOD::Iso::IsolationType > & | isoTypes, | ||
| const std::string & | isoDecSuffix = "" ) |
Definition at line 11 of file IsolationCondition.cxx.
| CP::IsolationCondition::IsolationCondition | ( | const std::string & | name, |
| const std::string & | isoType, | ||
| const std::string & | isoDecSuffix = "" ) |
Definition at line 38 of file IsolationCondition.cxx.
| CP::IsolationCondition::IsolationCondition | ( | const std::string & | name, |
| const std::vector< std::string > & | isoTypes, | ||
| const std::string & | isoDecSuffix = "" ) |
Definition at line 24 of file IsolationCondition.cxx.
|
delete |
|
virtualdefault |
|
pure virtual |
| const SG::AuxElement::ConstAccessor< float > & CP::IsolationCondition::accessor | ( | unsigned int | n = 0 | ) | const |
Definition at line 44 of file IsolationCondition.cxx.
| const SG::AuxElement::ConstAccessor< float > & CP::IsolationCondition::accessor_noCloseBy | ( | unsigned int | n = 0 | ) | const |
Definition at line 45 of file IsolationCondition.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.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.
| const std::string & CP::IsolationCondition::name | ( | ) | const |
Definition at line 42 of file IsolationCondition.cxx.
Definition at line 41 of file IsolationCondition.cxx.
|
delete |
|
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.
| xAOD::Iso::IsolationType CP::IsolationCondition::type | ( | unsigned int | n = 0 | ) | const |
Definition at line 43 of file IsolationCondition.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging).
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 54 of file IsolationCondition.h.
|
private |
Definition at line 55 of file IsolationCondition.h.
|
mutableprivateinherited |
|
protected |
Definition at line 58 of file IsolationCondition.h.
|
private |
Definition at line 53 of file IsolationCondition.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels).
Definition at line 132 of file AthMessaging.h.
|
private |
Definition at line 52 of file IsolationCondition.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.