|
ATLAS Offline Software
|
Go to the documentation of this file.
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;
53 #endif // not DATAMODELTESTDATACOMMON_P_V1_H
void setPVInt(std::vector< int > &&)
Class used for testing xAOD data reading/writing with packed containers.
Base class for elements of a container that can have aux data.
void setPVInt(const std::vector< int > &)
const std::vector< float > & pvFloat() const
Provide an interface for finding inheritance information at run time.
SG_BASE(DMTest::P_v1, SG::AuxElement)
void setPInt(unsigned int)
unsigned int pInt() const
void setPVFloat(std::vector< float > &&)
const std::vector< int > & pvInt() const
void setPVFloat(const std::vector< float > &)
Base class for elements of a container that can have aux data.