![]() |
ATLAS Offline Software
|
The ConversionHelper struct is stll used by egammaMVATree in PhysicsAnalysis but not the functions in the dictionaries above. More...
#include <egammaMVAFunctions.h>
Public Member Functions | |
| ConversionHelper (const xAOD::Photon *ph) | |
| ConversionHelper (const xAOD::Photon &ph) | |
| float | ph_Rconv () const |
| float | ph_zconv () const |
| int | ph_convtrk1nPixHits () const |
| int | ph_convtrk2nPixHits () const |
| int | ph_convtrk1nSCTHits () const |
| int | ph_convtrk2nSCTHits () const |
| float | ph_pt1conv () const |
| float | ph_pt2conv () const |
| float | ph_ptconv () 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 | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| const xAOD::Vertex * | m_vertex |
| const xAOD::TrackParticle * | m_tp0 |
| const xAOD::TrackParticle * | m_tp1 |
| float | m_pt1conv |
| float | m_pt2conv |
| 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). | |
The ConversionHelper struct is stll used by egammaMVATree in PhysicsAnalysis but not the functions in the dictionaries above.
We could deprecate them
Definition at line 327 of file egammaMVAFunctions.h.
|
inline |
Definition at line 329 of file egammaMVAFunctions.h.
|
inline |
Definition at line 355 of file egammaMVAFunctions.h.
|
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.
|
inline |
Definition at line 360 of file egammaMVAFunctions.h.
|
inline |
Definition at line 378 of file egammaMVAFunctions.h.
|
inline |
Definition at line 369 of file egammaMVAFunctions.h.
|
inline |
Definition at line 387 of file egammaMVAFunctions.h.
|
inline |
Definition at line 396 of file egammaMVAFunctions.h.
|
inline |
Definition at line 397 of file egammaMVAFunctions.h.
|
inline |
Definition at line 398 of file egammaMVAFunctions.h.
|
inline |
Definition at line 358 of file egammaMVAFunctions.h.
|
inline |
Definition at line 359 of file egammaMVAFunctions.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.
|
mutableprivateinherited |
Messaging initialized (initMessaging).
Definition at line 141 of file AthMessaging.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.
|
private |
Definition at line 411 of file egammaMVAFunctions.h.
|
private |
Definition at line 411 of file egammaMVAFunctions.h.
|
private |
Definition at line 409 of file egammaMVAFunctions.h.
|
private |
Definition at line 410 of file egammaMVAFunctions.h.
|
private |
Definition at line 408 of file egammaMVAFunctions.h.