ATLAS Offline Software
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataCommon
DataModelTestDataCommon
versions
C_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
/*
4
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
5
*/
12
13
14
#ifndef DATAMODELTESTDATACOMMON_C_V1_H
15
#define DATAMODELTESTDATACOMMON_C_V1_H
16
17
18
#include "
AthContainers/AuxElement.h
"
19
#include "
AthenaKernel/BaseInfo.h
"
20
21
22
namespace
DMTest
{
23
24
25
class
C_v1
26
:
public
SG::AuxElement
27
{
28
public
:
29
float
aFloat
()
const
;
30
void
setAFloat
(
float
f);
31
32
int
anInt
()
const
;
33
void
setAnInt
(
int
i);
34
};
35
36
37
}
// namespace DMTest
38
39
40
SG_BASE
(
DMTest::C_v1
,
SG::AuxElement
);
41
42
43
#endif
// not DATAMODELTESTDATACOMMON_C_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::C_v1
Definition
C_v1.h:27
DMTest::C_v1::setAnInt
void setAnInt(int i)
DMTest::C_v1::setAFloat
void setAFloat(float f)
DMTest::C_v1::aFloat
float aFloat() const
DMTest::C_v1::anInt
int anInt() const
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition
AuxElement.h:483
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.14.0