ATLAS Offline Software
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataRead
DataModelTestDataRead
versions
H_v2.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-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id$
15
16
17
#ifndef DATAMODELTESTDATAREAD_H_V2_H
18
#define DATAMODELTESTDATAREAD_H_V2_H
19
20
21
#include "
AthContainers/AuxElement.h
"
22
#include "
AthenaKernel/BaseInfo.h
"
23
24
25
namespace
DMTest
{
26
27
28
class
H_v2
29
:
public
SG::AuxElement
30
{
31
public
:
32
float
aFloat
()
const
;
33
void
setAFloat
(
float
i);
34
};
35
36
37
}
// namespace DMTest
38
39
40
SG_BASE
(
DMTest::H_v2
,
SG::AuxElement
);
41
42
43
#endif
// not DATAMODELTESTDATAREAD_H_V2_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::H_v2
Definition
H_v2.h:30
DMTest::H_v2::aFloat
float aFloat() const
DMTest::H_v2::setAFloat
void setAFloat(float 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