13#ifndef DATAMODELTESTDATACOMMON_CLINKS_V1_H
14#define DATAMODELTESTDATACOMMON_CLINKS_V1_H
40 const std::vector<ElementLink<CVec> >&
links()
const;
Base class for elements of a container that can have aux data.
Class used for testing xAOD data reading/writing.
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
For testing thinning of xAOD objects.
void setLinks(const std::vector< ElementLink< CVec > > &l)
void setLinks(std::vector< ElementLink< CVec > > &&l)
const ElementLink< CVec > & link() const
void setLink(const ElementLink< CVec > &l)
const std::vector< ElementLink< CVec > > & links() const
ElementLink implementation for ROOT usage.
Base class for elements of a container that can have aux data.