![]() |
ATLAS Offline Software
|
#include <RNTupleAuxDynReader.h>
Classes | |
| struct | FieldInfo |
Public Member Functions | |
| RNTupleAuxDynReader (const std::string &field_name, const std::string &field_type, ROOT::RNTupleReader *reader) | |
| create Reader for Aux attributes of an AuxContainer object stored in a given field | |
| void | init (bool standalone) |
| initialize once the mode of the Aux store is known | |
| virtual void | addReaderToObject (void *object, size_t row, std::recursive_mutex *iomtx=nullptr) override final |
| attach RNTupleAuxStore to the current Aux container @object | |
| FieldInfo & | getFieldInfo (const SG::auxid_t &auxid, const SG::AuxStoreInternal &store) |
get field informatino for auxid | |
| ROOT::RNTupleReader * | getNativeReader () |
| virtual | ~RNTupleAuxDynReader ()=default |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
| const SG::auxid_set_t & | auxIDs () const |
| Aux IDs of all the Aux attributes belonging to the Aux container being read. | |
| bool | addAuxID (const SG::auxid_t &id) |
| void | addBytes (size_t bytes) |
| size_t | getBytesRead () const |
| void | resetBytesRead () |
Protected Attributes | |
| std::string | m_storeFieldName |
| int | m_storeHolderOffset = -1 |
| bool | m_initialized = false |
| std::string | m_key |
| std::map< SG::auxid_t, FieldInfo > | m_fieldInfos |
| ROOT::RNTupleReader * | m_ntupleReader |
| SG::auxid_set_t | m_auxids |
| size_t | m_bytesRead = 0 |
Private Member Functions | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| 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 22 of file RNTupleAuxDynReader.h.
| RootAuxDynIO::RNTupleAuxDynReader::RNTupleAuxDynReader | ( | const std::string & | field_name, |
| const std::string & | field_type, | ||
| ROOT::RNTupleReader * | reader ) |
create Reader for Aux attributes of an AuxContainer object stored in a given field
Definition at line 152 of file RNTupleAuxDynReader.cxx.
|
virtualdefault |
|
inlineinherited |
Definition at line 60 of file RootAuxDynReader.h.
|
inlineinherited |
Definition at line 40 of file RootAuxDynReader.h.
|
finaloverridevirtual |
attach RNTupleAuxStore to the current Aux container @object
Implements RootAuxDynIO::IRootAuxDynReader.
Definition at line 285 of file RNTupleAuxDynReader.cxx.
|
inlineinherited |
Aux IDs of all the Aux attributes belonging to the Aux container being read.
Definition at line 55 of file RootAuxDynReader.h.
|
inlinevirtualinherited |
Implements RootAuxDynIO::IRootAuxDynReader.
Definition at line 45 of file RootAuxDynReader.h.
| RNTupleAuxDynReader::FieldInfo & RootAuxDynIO::RNTupleAuxDynReader::getFieldInfo | ( | const SG::auxid_t & | auxid, |
| const SG::AuxStoreInternal & | store ) |
get field informatino for auxid
Definition at line 220 of file RNTupleAuxDynReader.cxx.
|
inline |
Definition at line 75 of file RNTupleAuxDynReader.h.
| void RootAuxDynIO::RNTupleAuxDynReader::init | ( | bool | standalone | ) |
initialize once the mode of the Aux store is known
Definition at line 183 of file RNTupleAuxDynReader.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 167 of file AthMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 182 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
|
inlinevirtualinherited |
Implements RootAuxDynIO::IRootAuxDynReader.
Definition at line 50 of file RootAuxDynReader.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.
|
protectedinherited |
Definition at line 31 of file RootAuxDynReader.h.
|
protectedinherited |
Definition at line 34 of file RootAuxDynReader.h.
|
protected |
Definition at line 68 of file RNTupleAuxDynReader.h.
|
mutableprivateinherited |
|
protected |
Definition at line 64 of file RNTupleAuxDynReader.h.
|
protected |
Definition at line 65 of file RNTupleAuxDynReader.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.
|
protected |
Definition at line 71 of file RNTupleAuxDynReader.h.
|
protected |
Definition at line 61 of file RNTupleAuxDynReader.h.
|
protected |
Definition at line 63 of file RNTupleAuxDynReader.h.