![]() |
The Gaudi Framework
v32r2 (46d42edc)
|
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 (const RootObjectRefs &r) | |
| Copy constructor. More... | |
| ~RootObjectRefs ()=default | |
| Default destructor. More... | |
| RootObjectRefs & | operator= (const RootObjectRefs &r) |
| Assignment operator. More... | |
| 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 71 of file extractEvt.C.
|
default |
Default constructor.
|
inline |
Copy constructor.
Definition at line 80 of file extractEvt.C.
|
default |
Default destructor.
|
default |
Default constructor.
|
default |
Default destructor.
|
inline |
Assignment operator.
Definition at line 84 of file extractEvt.C.
| std::vector< int > Gaudi::RootObjectRefs::links |
The links of the link manager.
Definition at line 73 of file extractEvt.C.
| std::vector< RootRef > Gaudi::RootObjectRefs::refs |
The references corresponding to the next layer of items in the data store.
Definition at line 75 of file extractEvt.C.