ATLAS Offline Software
DataModelTestDataWrite/DataModelTestDataWrite/versions/AllocTestAuxContainer_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  */
13 #ifndef DATAMODELTESTDATAWRITE_ALLOCTESTAUXCONTAINER_V1_H
14 #define DATAMODELTESTDATAWRITE_ALLOCTESTAUXCONTAINER_V1_H
15 
16 
18 #include "AthenaKernel/BaseInfo.h"
19 #include <vector>
20 #include <memory>
21 
22 
23 namespace DMTest {
24 
25 
34 class AllocTestAuxContainer_v1
35  : public xAOD::AuxContainerBase
36 {
37 public:
39 
40  AUXVAR_DECL (int, atInt1);
41  AUXVAR_DECL (int, atInt2);
42 };
43 
44 
45 } // namespace DMTest
46 
47 
49 
50 
51 #endif // not DATAMODELTESTDATAWRITE_ALLOCTESTAUXCONTAINER_V1_H
DMTest::AllocTestAuxContainer_v1
Testing an xAOD object with a non-standard memory allocator.
Definition: DataModelTestDataRead/DataModelTestDataRead/versions/AllocTestAuxContainer_v1.h:37
DMTest::AllocTestAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(int, atInt2)
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASE
SG_BASE(DMTest::AllocTestAuxContainer_v1, xAOD::AuxContainerBase)
DMTest::AllocTestAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(int, atInt1)
DMTest::AllocTestAuxContainer_v1::AllocTestAuxContainer_v1
AllocTestAuxContainer_v1()
DMTest
Definition: B.h:23