ATLAS Offline Software
DataModelTestDataRead/DataModelTestDataRead/versions/HAuxContainer_v1.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 /*
3  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4 */
5 /*
6  * @file DataModelTestDataRead/versions/HAuxContainer_v1.h
7  * @author scott snyder <snyder@bnl.gov>
8  * @date Jan, 2016
9  * @brief Test for xAOD schema evolution.
10  */
11 
12 
13 #ifndef DATAMODELTESTDATAREAD_HAUXCONTAINER_V1_H
14 #define DATAMODELTESTDATAREAD_HAUXCONTAINER_V1_H
15 
16 
18 #include "AthenaKernel/BaseInfo.h"
19 #include <vector>
20 
21 
22 namespace DMTest {
23 
24 
26  : public xAOD::AuxContainerBase
27 {
28 public:
30 
31 private:
32  AUXVAR_DECL (int, anInt);
33 };
34 
35 
36 } // namespace DMTest
37 
38 
40 
41 
42 #endif // not DATAMODELTESTDATAREAD_HAUXCONTAINER_V1_H
43 
DMTest::HAuxContainer_v1::HAuxContainer_v1
HAuxContainer_v1()
Definition: DataModelTestDataRead/src/HAuxContainer_v1.cxx:18
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
SG_BASE
SG_BASE(DMTest::HAuxContainer_v1, xAOD::AuxContainerBase)
DMTest::HAuxContainer_v1
Definition: DataModelTestDataRead/DataModelTestDataRead/versions/HAuxContainer_v1.h:27
DMTest::HAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(int, anInt)
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DMTest
Definition: B.h:23