![]() |
ATLAS Offline Software
|
#include <InDetSecVtxTrackCut.h>
Public Member Functions | |
| D0minCut (InDetSecVtxTrackSelectionTool *, Double_t min=-99.) | |
| void | setMinValue (Double_t min) |
| virtual StatusCode | initialize () |
| virtual bool | result () const |
| operator bool () 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 Member Functions | |
| template<class AccessorType> | |
| StatusCode | getAccessor (const std::string &name, std::shared_ptr< AccessorType > &accessor) |
Private Member Functions | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| Double_t | m_minValue |
| std::shared_ptr< svParamAccessor< 0 > > | m_paramAccessor |
| std::unordered_map< std::string, std::shared_ptr< SecVtxTrackAccessor > > * | m_trackAccessors |
| InDetSecVtxTrackSelectionTool * | m_selectionTool |
| 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 45 of file InDetSecVtxTrackCut.h.
| InDet::D0minCut::D0minCut | ( | InDet::InDetSecVtxTrackSelectionTool * | tool, |
| Double_t | min = -99. ) |
Definition at line 38 of file InDetSecVtxTrackCut.cxx.
|
protectedinherited |
Definition at line 72 of file InDetSecVtxTrackCut.h.
|
virtual |
Reimplemented from InDet::SecVtxTrackCut.
Definition at line 45 of file InDetSecVtxTrackCut.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.
|
inlineinherited |
Definition at line 33 of file InDetSecVtxTrackCut.h.
|
virtual |
Implements InDet::SecVtxTrackCut.
Definition at line 52 of file InDetSecVtxTrackCut.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.
|
inline |
Definition at line 48 of file InDetSecVtxTrackCut.h.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
|
private |
Definition at line 52 of file InDetSecVtxTrackCut.h.
|
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 53 of file InDetSecVtxTrackCut.h.
|
privateinherited |
Definition at line 42 of file InDetSecVtxTrackCut.h.
|
privateinherited |
Definition at line 40 of file InDetSecVtxTrackCut.h.