The Gaudi Framework
v30r3 (a5ef0a68)
|
Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject. More...
#include <RootCnv/RootRefs.h>
Public Member Functions | |
RootObjectRefs ()=default | |
Default constructor. More... | |
~RootObjectRefs ()=default | |
Default destructor. 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 60 of file RootRefs.h.
|
default |
Default constructor.
|
default |
Default destructor.
std::vector<int> Gaudi::RootObjectRefs::links |
The links of the link manager.
Definition at line 62 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 64 of file RootRefs.h.