Loading [MathJax]/jax/input/TeX/config.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
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);
69 #endif // not DATAMODELTESTDATACOMMON_JVEC_V1_H
typename AuxDataTraits< T, ALLOC >::element_type element_type
Type the user sees.
void setSVec(const std::vector< std::string > &v)
SG::ConstAccessor< felt_type >::element_type floatRange_t
void setIVec(const std::vector< int > &v)
void setLVec(const std::vector< ElementLink< CVec > > &v)
Base class for elements of a container that can have aux data.
SG::ConstAccessor< lelt_type >::element_type linkRange_t
SG::ConstAccessor< ielt_type >::element_type intRange_t
Auxiliary variable type allowing storage as a jagged vector. That is, the payloads for all the DataVe...
For testing jagged vectors.
Class used for testing xAOD data reading/writing.
Provide an interface for finding inheritance information at run time.
ElementLink implementation for ROOT usage.
void setFVec(const std::vector< float > &v)
floatRange_t fvec() const
SG::ConstAccessor< selt_type >::element_type stringRange_t
Describe one element of a jagged vector.
SG_BASE(DMTest::JVec_v1, SG::AuxElement)
stringRange_t svec() const
Base class for elements of a container that can have aux data.