|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #include "AthLinks/ElementLinkVectorBase.h"
12 const std::vector< uint32_t >&
indices )
13 : m_persKeys(
keys ), m_persIndices(
indices ), m_isDirectIO( false ) {
std::vector< uint32_t > m_persIndices
Indices of the referenced objects in the containers.
std::pair< long int, long int > indices
const std::vector< uint32_t > & persIndices() const
Get the indices of the referenced objects in the containers.
ElementLinkVectorBase(const std::vector< uint32_t > &keys=std::vector< uint32_t >(), const std::vector< uint32_t > &indices=std::vector< uint32_t >())
Default constructor.
void setPersKeys(const std::vector< uint32_t > &keys)
Set the keys/identifiers of the referenced containers.
std::vector< uint32_t > m_persKeys
Keys/identifiers of the referenced containers.
const std::vector< uint32_t > & persKeys() const
Get the keys/identifiers of the referenced containers.
void setPersIndices(const std::vector< uint32_t > &indices)
Set the indices of the referenced objects in the containers.