![]() |
The Gaudi Framework
v25r3
|
Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject. More...
#include <RootCnv/RootRefs.h>
Public Member Functions | |
RootObjectRefs () | |
Default constructor. More... | |
RootObjectRefs (const RootObjectRefs &r) | |
Copy constructor. More... | |
~RootObjectRefs () | |
Default destructor. More... | |
RootObjectRefs & | operator= (const RootObjectRefs &r) |
Assignment operator. More... | |
Public Attributes | |
std::vector< int > | links |
The links of the link manager. More... | |
std::vector< RootRef > | refs |
The references corresponding to the next layer of items in the data store. More... | |
Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject.
Definition at line 72 of file RootRefs.h.
|
inline |
|
inline |
Copy constructor.
Definition at line 81 of file RootRefs.h.
|
inline |
|
inline |
Assignment operator.
Definition at line 85 of file RootRefs.h.
std::vector<int> Gaudi::RootObjectRefs::links |
The links of the link manager.
Definition at line 74 of file RootRefs.h.
std::vector<RootRef> Gaudi::RootObjectRefs::refs |
The references corresponding to the next layer of items in the data store.
Definition at line 76 of file RootRefs.h.