26 return acc( *this ).at (i);
34 acc( *this ).at(i) = l;
#define AUXSTORE_OBJECT_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of complex auxiliary properties.
For testing packed links.
For testing packed links.
ElementLink< CVec > vlink(size_t i) const
Get element i of the vector of links.
SG::Accessor< vlinks_type >::elt_span el_range
SG::ConstAccessor< vlinks_type >::const_elt_span const_el_range
const_el_range vlinks() const
Get the vector of links, as a const range.
void setVLink(size_t i, const ElementLink< CVec > &l)
Set element i of the vector of links.
void setVLinks(const std::vector< ElementLink< CVec > > &v)
Set the vector of links.
ElementLink implementation for ROOT usage.
Helper class to provide type-safe access to aux data.
Helper class to provide constant type-safe access to aux data.