ATLAS Offline Software
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataRead
DataModelTestDataRead
versions
DataModelTestDataRead/DataModelTestDataRead/versions/G_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-2020 CERN for the benefit of the ATLAS collaboration
5
*/
13
14
15
#ifndef DATAMODELTESTDATAREAD_G_V1_H
16
#define DATAMODELTESTDATAREAD_G_V1_H
17
18
19
#include "
AthContainers/AuxElement.h
"
20
#include "
AthenaKernel/BaseInfo.h
"
21
22
23
namespace
DMTest
{
24
25
26
class
G_v1
27
:
public
SG::AuxElement
28
{
29
public
:
30
int
anInt
()
const
;
31
void
setAnInt
(
int
i);
32
float
gFloat
()
const
;
33
void
setgFloat
(
float
d);
34
const
std::vector<float>&
gvFloat
()
const
;
35
void
setgvFloat
(
const
std::vector<float>& v);
36
};
37
38
39
}
// namespace DMTest
40
41
42
SG_BASE
(
DMTest::G_v1
,
SG::AuxElement
);
43
44
45
#endif
// not DATAMODELTESTDATAREAD_G_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::G_v1
Definition
DataModelTestDataRead/DataModelTestDataRead/versions/G_v1.h:28
DMTest::G_v1::setgFloat
void setgFloat(float d)
DMTest::G_v1::setAnInt
void setAnInt(int i)
DMTest::G_v1::setgvFloat
void setgvFloat(const std::vector< float > &v)
DMTest::G_v1::gFloat
float gFloat() const
DMTest::G_v1::gvFloat
const std::vector< float > & gvFloat() const
DMTest::G_v1::anInt
int anInt() const
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