The Gaudi Framework  v29r0 (ff2e7097)
Gaudi::RootObjectRefs Struct Reference

Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject. More...

#include <RootCnv/RootRefs.h>

Collaboration diagram for Gaudi::RootObjectRefs:

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< RootRefrefs
 The references corresponding to the next layer of items in the data store. More...
 

Detailed Description

Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject.

Author
M.Frank
Version
1.0

Definition at line 60 of file RootRefs.h.

Constructor & Destructor Documentation

Gaudi::RootObjectRefs::RootObjectRefs ( )
default

Default constructor.

Gaudi::RootObjectRefs::~RootObjectRefs ( )
default

Default destructor.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: