ATLAS Offline Software
Loading...
Searching...
No Matches
JVec_v1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3 */
10
11
15
16
17namespace DMTest {
18
19
20AUXSTORE_OBJECT_SETTER_AND_GETTER(JVec_v1, SG::JaggedVecElt<int>, ivec, setIVec)
21AUXSTORE_OBJECT_SETTER_AND_GETTER(JVec_v1, SG::JaggedVecElt<float>, fvec, setFVec)
22AUXSTORE_OBJECT_SETTER_AND_GETTER(JVec_v1, SG::JaggedVecElt<std::string>, svec, setSVec)
23AUXSTORE_OBJECT_SETTER_AND_GETTER(JVec_v1, SG::JaggedVecElt<ElementLink<CVec> >, lvec, setLVec)
24
25
26} // namespace DMTest
27
#define AUXSTORE_OBJECT_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of complex auxiliary properties.
For testing jagged vectors.
For testing jagged vectors.
Definition JVec_v1.h:36
Definition B.h:23