ATLAS Offline Software
Loading...
Searching...
No Matches
DataModelTestDataWrite/src/G_v1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
10
11
14
15
16namespace DMTest {
17
18
19AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (G_v1, int, anInt, setAnInt)
20AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (G_v1, double, gFloat, setgFloat)
21AUXSTORE_OBJECT_SETTER_AND_GETTER (G_v1, std::vector<double>, gvFloat, setgvFloat)
22
23
24} // namespace DMTest
#define AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of primitive auxiliary properties.
#define AUXSTORE_OBJECT_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of complex auxiliary properties.
Test for xAOD auto schema evolution.
Definition B.h:23