![]() |
ATLAS Offline Software
|
#include <TrigHolderStructure.h>
Public Member Functions | |
| TrigHolderStructure () | |
| void | reset () |
| bool | registerHolder (const std::shared_ptr< BaseHolder > &holder) |
| template<typename HolderType = BaseHolder> | |
| HolderType * | getHolder (class_id_type clid, const std::variant< sub_index_type, std::string > &stiOrLabel) const |
| template<typename HolderType = BaseHolder> | |
| HolderType * | getHolderForFeature (const TriggerElement::FeatureAccessHelper &fea) const |
| template<typename HolderType = BaseHolder> | |
| std::vector< HolderType * > | getAllHolders () const |
| template<typename HolderType = BaseHolder> | |
| std::vector< HolderType * > | getHoldersOfClid (class_id_type clid) const |
| sub_index_type | getSubTypeIndex (class_id_type clid, const index_or_label_type &stiOrLabel) const |
| std::string | getLabel (class_id_type clid, const index_or_label_type &stiOrLabel) 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 Types | |
| typedef std::map< sub_index_type, std::shared_ptr< BaseHolder > > | IndexToHolderMap |
| typedef std::map< std::string, sub_index_type > | LabelToSubIndexMap |
| typedef std::map< sub_index_type, std::string > | SubIndexToLabelMap |
Private Member Functions | |
| BaseHolder * | getBaseHolder (class_id_type clid, sub_index_type sti) const |
| template<typename T> | |
| T * | getCastHolder (BaseHolder *holder) const |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| std::map< class_id_type, IndexToHolderMap > | m_holderByClidAndIndex |
| std::map< class_id_type, SubIndexToLabelMap > | m_lookupLabels |
| std::map< class_id_type, LabelToSubIndexMap > | m_lookupSubIndex |
| 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 21 of file TrigHolderStructure.h.
|
private |
Definition at line 112 of file TrigHolderStructure.h.
|
private |
Definition at line 113 of file TrigHolderStructure.h.
|
private |
Definition at line 114 of file TrigHolderStructure.h.
| HLT::TrigHolderStructure::TrigHolderStructure | ( | ) |
Definition at line 7 of file TrigHolderStructure.cxx.
|
inline |
Definition at line 40 of file TrigHolderStructure.h.
|
private |
Definition at line 16 of file TrigHolderStructure.cxx.
|
inlineprivate |
Definition at line 101 of file TrigHolderStructure.h.
|
inline |
Definition at line 30 of file TrigHolderStructure.h.
|
inline |
Definition at line 35 of file TrigHolderStructure.h.
|
inline |
Definition at line 51 of file TrigHolderStructure.h.
|
inline |
Definition at line 78 of file TrigHolderStructure.h.
|
inline |
Definition at line 63 of file TrigHolderStructure.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.
| bool HLT::TrigHolderStructure::registerHolder | ( | const std::shared_ptr< BaseHolder > & | holder | ) |
Definition at line 34 of file TrigHolderStructure.cxx.
| void HLT::TrigHolderStructure::reset | ( | ) |
Definition at line 10 of file TrigHolderStructure.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 116 of file TrigHolderStructure.h.
|
mutableprivateinherited |
|
private |
Definition at line 118 of file TrigHolderStructure.h.
|
private |
Definition at line 119 of file TrigHolderStructure.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.