#include <FeatureCollectStandalone.h>
|
| using | StatusCode_if |
| | shorthand for enable_if with returning StatusCode base on comparison with CONTAINER type
|
|
| StatusCode | syncWithStore () |
| | cache container retrieved from StoreGate
|
| void | initMessaging () const |
| | Initialize our message level and MessageSvc.
|
Definition at line 187 of file FeatureCollectStandalone.h.
◆ StatusCode_if
shorthand for enable_if with returning StatusCode base on comparison with CONTAINER type
Definition at line 60 of file TypedHolder.h.
◆ TypedHolder()
Definition at line 189 of file FeatureCollectStandalone.h.
193 };
const asg::EventStoreType * m_store
doubly templated class interfacing access to feature containers in StoreGate.
TypelessHolder(class_id_type clid, const std::string &label, sub_index_type sub)
virtual sub_index_type subTypeIndex() const
virtual class_id_type typeClid() const
virtual const std::string & label() const
◆ enquireSerialized()
Definition at line 22 of file BaseHolder.cxx.
15 {
18
21
24
28
31
32
34
35 return true;
36}
std::size_t deserialize(std::vector< uint32_t >::const_iterator first, std::vector< uint32_t >::const_iterator last, std::vector< std::string > &strings)
◆ get()
Definition at line 195 of file FeatureCollectStandalone.h.
195 {
196
200
201
202
203
204
205
206
207
208
209
212 if((
idx.objectsEnd() -
idx.objectsBegin())!=1){
213 ATH_MSG_ERROR(
"accessing RoI holder with key: is not single element: ");
215 }
216
217 if(
rois.size() <
idx.objectsBegin()){
220 };
224 }
225 else{
227 }
228 }
230 }
#define ASG_CHECK(...)
Helper macro for checking the status code returned by a function call.
const std::string & key() const
std::string formatSGkey(const std::string &prefix, const std::string &containername, const std::string &label)
declaration of formatting function.
void deserialise(const roiserial_type &s, std::vector< const IRoiDescriptor * > &rois)
deserialise uint32_t vector into a full vector of IRoiDescriptors
◆ initMessaging()
| void AthMessaging::initMessaging |
( |
| ) |
const |
|
private |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 121 of file AthMessaging.cxx.
40{
42
47 }
48}
std::atomic< IMessageSvc * > m_imsg
std::atomic< MSG::Level > m_lvl
IMessageSvc * getMessageSvc(bool quiet=false)
◆ key()
◆ label()
| virtual const std::string & HLT::TypelessHolder::label |
( |
| ) |
const |
|
inlinevirtual |
◆ msg() [1/2]
| MsgStream & asg::AsgMessaging::msg |
( |
| ) |
const |
The standard message stream.
- Returns
- A reference to the default message stream of this object.
Definition at line 62 of file AsgMessaging.cxx.
49 {
50#ifndef XAOD_STANDALONE
52#else
54#endif
55 }
◆ msg() [2/2]
| MsgStream & asg::AsgMessaging::msg |
( |
const MSG::Level | lvl | ) |
const |
The standard message stream.
- Parameters
-
| lvl | The message level to set the stream to |
- Returns
- A reference to the default message stream, set to level "lvl"
Definition at line 69 of file AsgMessaging.cxx.
57 {
58#ifndef XAOD_STANDALONE
60#else
63#endif
64 }
◆ msgLvl()
| bool asg::AsgMessaging::msgLvl |
( |
const MSG::Level | lvl | ) |
const |
Test the output level of the object.
- Parameters
-
| lvl | The message level to test against |
- Returns
- boolean Indicting if messages at given level will be printed
-
true If messages at level "lvl" will be printed
Definition at line 56 of file AsgMessaging.cxx.
41 {
42#ifndef XAOD_STANDALONE
44#else
46#endif
47 }
◆ serialize()
| bool BaseHolder::serialize |
( |
std::vector< uint32_t > & | data | ) |
const |
|
virtual |
Definition at line 27 of file BaseHolder.cxx.
38 {
41
47 return true;
48}
void serialize(const std::vector< std::string > &strings, std::vector< uint32_t > &storage)
◆ setLevel()
| void AthMessaging::setLevel |
( |
MSG::Level | lvl | ) |
|
◆ subTypeIndex()
◆ syncWithStore()
cache container retrieved from StoreGate
Definition at line 159 of file TypedHolder.h.
159 {
161
163
164
167
169 }
const TrigRoiDescriptorCollection * m_cont
◆ typeClid()
◆ ATLAS_THREAD_SAFE
| std::atomic_flag m_initialized AthMessaging::ATLAS_THREAD_SAFE |
|
mutableprivate |
◆ m_clid
◆ m_cont
◆ m_imsg
| std::atomic<IMessageSvc*> AthMessaging::m_imsg |
|
mutableprivate |
◆ m_key
◆ m_label
| std::string HLT::TypelessHolder::m_label |
|
protected |
◆ m_lvl
| std::atomic<MSG::Level> AthMessaging::m_lvl |
|
mutableprivate |
◆ m_msg_tls
| boost::thread_specific_ptr<MsgStream> AthMessaging::m_msg_tls |
|
mutableprivate |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
◆ m_nm
| std::string AthMessaging::m_nm |
|
private |
◆ m_store
◆ m_sub
The documentation for this class was generated from the following file: