![]() |
ATLAS Offline Software
|
#include <RNTupleAuxDynWriter.h>
Public Member Functions | |
| RNTupleAuxDynWriter (TClass &tc) | |
| Default Constructor. | |
| virtual | ~RNTupleAuxDynWriter ()=default |
| Default Destructor. | |
| virtual std::vector< attrDataTuple > | collectAuxAttributes (const std::string &base_branch, void *object) override final |
| Collect Aux data information to be written out. | |
| 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. | |
| bool | hasAuxDynStore () const |
Protected Member Functions | |
| int | auxStoreOffset (TClass &tc) |
| SG::IAuxStoreIO * | castIOStore (void *object) |
Protected Attributes | |
| TClass & | m_holderType |
| TClass of the type containing the AuxStore with attributes. | |
| int | m_ioStoreOffset |
| AuxStoreIO interface offset in the subclass type (for casting). negative means no inheritance. | |
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 19 of file RNTupleAuxDynWriter.h.
|
explicit |
Default Constructor.
Simple Constructor.
Definition at line 16 of file RNTupleAuxDynWriter.cxx.
|
virtualdefault |
Default Destructor.
|
protectedinherited |
Definition at line 30 of file RootAuxDynIO.cxx.
|
protectedinherited |
Definition at line 46 of file RootAuxDynIO.cxx.
|
finaloverridevirtual |
Collect Aux data information to be written out.
Collect AuxDyn data information.
Implements RootAuxDynIO::IRNTupleAuxDynWriter.
Definition at line 25 of file RNTupleAuxDynWriter.cxx.
|
inherited |
Definition at line 41 of file RootAuxDynIO.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.
|
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 |
TClass of the type containing the AuxStore with attributes.
Definition at line 30 of file RootAuxDynIO.h.
|
mutableprivateinherited |
|
protectedinherited |
AuxStoreIO interface offset in the subclass type (for casting). negative means no inheritance.
Definition at line 32 of file RootAuxDynIO.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.