![]() |
ATLAS Offline Software
|
#include "RootAuxDynIO/RootAuxDynDefs.h"
#include <string>
#include <memory>
#include <vector>
#include <mutex>
#include <tuple>
#include "RVersion.h"
Go to the source code of this file.
Classes | |
class | RootAuxDynIO::IRootAuxDynReader |
class | RootAuxDynIO::IRootAuxDynWriter |
Interface for an AuxDyn Writer - TTree based. More... | |
class | RootAuxDynIO::IRNTupleAuxDynWriter |
Interface for a RNTuple-based Writer that handles AuxDyn attributes Works in conjuction with the generic writer. More... | |
class | RootAuxDynIO::IFactoryTool |
Namespaces | |
ROOT | |
Selection rules: declare transient members. | |
RootAuxDynIO | |
Specialization of RootAuxDynStore for reading Aux Dynamic attributes from RNTuple. | |
Typedefs | |
typedef std::tuple< std::string, std::string, void * > | RootAuxDynIO::attrDataTuple |