13#ifndef DATAMODELTESTDATACOMMON_P_V1_H
14#define DATAMODELTESTDATACOMMON_P_V1_H
37 const std::vector<int>&
pvInt()
const;
41 const std::vector<float>&
pvFloat()
const;
Base class for elements of a container that can have aux data.
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Class used for testing xAOD data reading/writing with packed containers.
void setPVInt(std::vector< int > &&)
void setPVInt(const std::vector< int > &)
void setPVFloat(std::vector< float > &&)
void setPVFloat(const std::vector< float > &)
void setPInt(unsigned int)
unsigned int pInt() const
const std::vector< float > & pvFloat() const
const std::vector< int > & pvInt() const
Base class for elements of a container that can have aux data.