13#ifndef DATAMODELTESTDATACOMMON_JVEC_V1_H
14#define DATAMODELTESTDATACOMMON_JVEC_V1_H
20#include "AthLinks/ElementLink.h"
53 void setIVec (
const std::vector<int>& v);
55 void setFVec (
const std::vector<float>& v);
57 void setSVec (
const std::vector<std::string>& v);
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.
Auxiliary variable type allowing storage as a jagged vector. That is, the payloads for all the DataVe...
For testing jagged vectors.
SG::ConstAccessor< selt_type >::element_type stringRange_t
SG::ConstAccessor< ielt_type >::element_type intRange_t
stringRange_t svec() const
void setFVec(const std::vector< float > &v)
SG::ConstAccessor< felt_type >::element_type floatRange_t
SG::JaggedVecElt< float > felt_type
SG::JaggedVecElt< ElementLink< CVec > > lelt_type
SG::JaggedVecElt< int > ielt_type
floatRange_t fvec() const
SG::ConstAccessor< lelt_type >::element_type linkRange_t
SG::JaggedVecElt< std::string > selt_type
void setIVec(const std::vector< int > &v)
void setLVec(const std::vector< ElementLink< CVec > > &v)
void setSVec(const std::vector< std::string > &v)
ElementLink implementation for ROOT usage.
Base class for elements of a container that can have aux data.
typename AuxDataTraits< T, ALLOC >::element_type element_type
Type the user sees.
Describe one element of a jagged vector.