13#ifndef DATAMODELTESTDATACOMMON_CLINKSAOD_H
14#define DATAMODELTESTDATACOMMON_CLINKSAOD_H
18#include "AthLinks/ElementLink.h"
19#include "AthLinks/ElementLinkVector.h"
35 const std::vector<ElementLink<CVec> >&
vel()
const;
46 std::vector<ElementLink<CVec> >
m_vel;
Class used for testing xAOD data reading/writing.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
File providing the different SG_BASE macros.
For testing thinning of AOD objects.
ElementLinkVector< CVec > m_elv
const ElementLinkVector< CVec > & elv() const
void setVel(const std::vector< ElementLink< CVec > > &vel)
std::vector< ElementLink< CVec > > m_vel
void setElv(const ElementLinkVector< CVec > &elv)
const std::vector< ElementLink< CVec > > & vel() const
ElementLinkVector implementation for standalone ROOT.
ElementLink implementation for ROOT usage.