ATLAS Offline Software
Control
DataModelTest
DataModelTestDataRead
DataModelTestDataRead
versions
DataModelTestDataRead/DataModelTestDataRead/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 DATAMODELTESTDATAREAD_ALLOCTEST_V1_H
14
#define DATAMODELTESTDATAREAD_ALLOCTEST_V1_H
15
16
17
#include "
AthContainers/AuxElement.h
"
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
44
SG_BASE
(
DMTest::AllocTest_v1
,
SG::AuxElement
);
45
46
47
#endif // not DATAMODELTESTDATAREAD_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::AuxElement
Base class for elements of a container that can have aux data.
Definition:
AuxElement.h:472
SG_BASE
SG_BASE(DMTest::AllocTest_v1, SG::AuxElement)
lumiFormat.i
int i
Definition:
lumiFormat.py:85
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
Generated on Thu Nov 7 2024 21:09:55 for ATLAS Offline Software by
1.8.18