|
ATLAS Offline Software
|
Go to the documentation of this file.
36 return acc( *this ).at (
i);
44 acc( *this ).at(
i) =
l;
Helper class to provide type-safe access to aux data.
void setVLinks(const std::vector< ElementLink< CVec > > &v)
Set the vector of links.
Helper class to provide constant type-safe access to aux data.
bool const RAWDATA *ch2 const
void setPLink(const ElementLink< CVec > &l)
Set the single link.
const_el_range vlinks() const
Get the vector of links, as a const range.
ElementLink< CVec > plink() const
Get the single link.
ElementLink implementation for ROOT usage.
SG::ConstAccessor< vlinks_type >::const_elt_span const_el_range
void setVLink(size_t i, const ElementLink< CVec > &l)
Set element i of the vector of links.
ElementLink< CVec > vlink(size_t i) const
Get element i of the vector of links.
Auxiliary variable type allowing to store ElementLinks as packed 32-bit values.
SG::Accessor< vlinks_type >::elt_span el_range
For testing packed links.