ATLAS Offline Software
DataModelTestDataWrite/DataModelTestDataWrite/versions/AllocTest_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-2022 CERN for the benefit of the ATLAS collaboration
4 */
13 #ifndef DATAMODELTESTDATAWRITE_ALLOCTEST_V1_H
14 #define DATAMODELTESTDATAWRITE_ALLOCTEST_V1_H
15 
16 
18 #include "AthenaKernel/BaseInfo.h"
19 
20 
21 namespace DMTest {
22 
23 
30 class AllocTest_v1
31  : public SG::AuxElement
32 {
33 public:
34  int atInt1() const;
35  void setAtInt1 (int i);
36  int atInt2() const;
37  void setAtInt2 (int i);
38 };
39 
40 
41 } // namespace DMTest
42 
43 
45 
46 
47 #endif // not DATAMODELTESTDATAWRITE_ALLOCTEST_V1_H
DMTest::AllocTest_v1
Testing an xAOD object with a non-standard memory allocator.
Definition: DataModelTestDataRead/DataModelTestDataRead/versions/AllocTest_v1.h:32
DMTest::AllocTest_v1::atInt1
int atInt1() const
SG_BASE
SG_BASE(DMTest::AllocTest_v1, SG::AuxElement)
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:446
lumiFormat.i
int i
Definition: lumiFormat.py:92
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DMTest::AllocTest_v1::setAtInt2
void setAtInt2(int i)
DMTest::AllocTest_v1::atInt2
int atInt2() const
DMTest::AllocTest_v1::setAtInt1
void setAtInt1(int i)
AuxElement.h
Base class for elements of a container that can have aux data.
DMTest
Definition: B.h:23