Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject.
More...
#include <RootCnv/RootRefs.h>
|
std::vector< int > | links |
| The links of the link manager.
|
|
std::vector< RootRef > | refs |
| The references corresponding to the next layer of items in the data store.
|
|
Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject.
- Author
- M.Frank
- Version
- 1.0
Definition at line 81 of file extractEvt.C.
◆ RootObjectRefs() [1/3]
Gaudi::RootObjectRefs::RootObjectRefs |
( |
| ) |
|
|
default |
◆ ~RootObjectRefs() [1/2]
Gaudi::RootObjectRefs::~RootObjectRefs |
( |
| ) |
|
|
default |
◆ RootObjectRefs() [2/3]
Gaudi::RootObjectRefs::RootObjectRefs |
( |
| ) |
|
|
default |
◆ RootObjectRefs() [3/3]
Copy constructor.
Definition at line 90 of file extractEvt.C.
std::vector< int > links
The links of the link manager.
std::vector< RootRef > refs
The references corresponding to the next layer of items in the data store.
◆ ~RootObjectRefs() [2/2]
Gaudi::RootObjectRefs::~RootObjectRefs |
( |
| ) |
|
|
default |
◆ operator=()
Assignment operator.
Definition at line 94 of file extractEvt.C.
94 {
97 return *this;
98 }
◆ links
std::vector< int > Gaudi::RootObjectRefs::links |
The links of the link manager.
Definition at line 69 of file RootRefs.h.
◆ refs
std::vector< RootRef > Gaudi::RootObjectRefs::refs |
The references corresponding to the next layer of items in the data store.
Definition at line 71 of file RootRefs.h.
The documentation for this struct was generated from the following files: