![]() |
ATLAS Offline Software
|
#include <IsolationConditionGraph.h>
Public Member Functions | |
| IsolationConditionGraph (const std::string &name, const std::vector< std::string > &isoType, std::unique_ptr< TF1 > isoFunction, std::vector< TGraph * > &cutGraphs, std::unique_ptr< TH1F > binning, const std::string &isoDecSuffix="", bool invertCut=false) | |
| virtual | ~IsolationConditionGraph () override=default |
| bool | accept (const xAOD::IParticle &x) const override |
| bool | accept (const strObj &x) const override |
| 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 |
| 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 | |
| float | getCutValue (const float pt, const float eta) const |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| std::vector< TGraph * > | m_cutGraphs |
| std::unique_ptr< TF1 > | m_isoFunction |
| std::unique_ptr< TH1F > | m_binning |
| bool | m_invertCut {false} |
| 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 15 of file IsolationConditionGraph.h.
| CP::IsolationConditionGraph::IsolationConditionGraph | ( | const std::string & | name, |
| const std::vector< std::string > & | isoType, | ||
| std::unique_ptr< TF1 > | isoFunction, | ||
| std::vector< TGraph * > & | cutGraphs, | ||
| std::unique_ptr< TH1F > | binning, | ||
| const std::string & | isoDecSuffix = "", | ||
| bool | invertCut = false ) |
Definition at line 15 of file IsolationConditionGraph.cxx.
|
overridevirtualdefault |
Implements CP::IsolationCondition.
Definition at line 79 of file IsolationConditionGraph.cxx.
|
overridevirtual |
Implements CP::IsolationCondition.
Definition at line 28 of file IsolationConditionGraph.cxx.
|
inherited |
Definition at line 44 of file IsolationCondition.cxx.
|
inherited |
Definition at line 45 of file IsolationCondition.cxx.
Definition at line 94 of file IsolationConditionGraph.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.
|
inherited |
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.
|
inherited |
Definition at line 42 of file IsolationCondition.cxx.
Definition at line 41 of file IsolationCondition.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.
|
inherited |
Definition at line 43 of file IsolationCondition.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
privateinherited |
Definition at line 54 of file IsolationCondition.h.
|
privateinherited |
Definition at line 55 of file IsolationCondition.h.
|
private |
Definition at line 32 of file IsolationConditionGraph.h.
|
private |
Definition at line 30 of file IsolationConditionGraph.h.
|
mutableprivateinherited |
|
private |
Definition at line 33 of file IsolationConditionGraph.h.
|
protectedinherited |
Definition at line 58 of file IsolationCondition.h.
|
private |
Definition at line 31 of file IsolationConditionGraph.h.
|
privateinherited |
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.
|
privateinherited |
Definition at line 52 of file IsolationCondition.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.