ATLAS Offline Software
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataWrite
DataModelTestDataWrite
versions
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
*/
11
12
13
#ifndef DATAMODELTESTDATAWRITE_ALLOCTEST_V1_H
14
#define DATAMODELTESTDATAWRITE_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 DATAMODELTESTDATAWRITE_ALLOCTEST_V1_H
AuxElement.h
Base class for elements of a container that can have aux data.
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASE
#define SG_BASE(D, B)
Declare that class D derives from class B.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:243
DMTest::AllocTest_v1
Testing an xAOD object with a non-standard memory allocator.
Definition
DataModelTestDataRead/DataModelTestDataRead/versions/AllocTest_v1.h:32
DMTest::AllocTest_v1::setAtInt2
void setAtInt2(int i)
DMTest::AllocTest_v1::atInt1
int atInt1() const
DMTest::AllocTest_v1::atInt2
int atInt2() const
DMTest::AllocTest_v1::setAtInt1
void setAtInt1(int i)
DMTest
Definition
B.h:23
SG::AuxElement
AuxElement(SG::AuxVectorData *container, size_t index)
Base class for elements of a container that can have aux data.
Generated on
for ATLAS Offline Software by
1.16.1