![]() |
ATLAS Offline Software
|
#include <IRootAuxDynIO.h>
Public Member Functions | |
| virtual void | addReaderToObject (void *object, size_t row, std::recursive_mutex *iomtx=nullptr)=0 |
| Attach specialized AuxStore for reading dynamic attributes. | |
| virtual size_t | getBytesRead () const =0 |
| virtual void | resetBytesRead ()=0 |
| virtual | ~IRootAuxDynReader () |
Definition at line 35 of file IRootAuxDynIO.h.
|
inlinevirtual |
Definition at line 52 of file IRootAuxDynIO.h.
|
pure virtual |
Attach specialized AuxStore for reading dynamic attributes.
| object | object instance to which the store will be attached to - has to be an instance of the type the reader was created for |
| ttree_row |
Use this method to instrument an AuxStore object AFTER it was read (every time it is read) This will attach its dynamic attributes with read-on-demand capability
Implemented in RootAuxDynIO::RNTupleAuxDynReader, and TBranchAuxDynReader.
|
pure virtual |
Implemented in RootAuxDynReader.
|
pure virtual |
Implemented in RootAuxDynReader.