ATLAS Offline Software
Control
DataModelTest
DataModelTestDataWrite
DataModelTestDataWrite
versions
DataModelTestDataWrite/DataModelTestDataWrite/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
*/
15
#ifndef DATAMODELTESTDATAWRITE_G_V1_H
16
#define DATAMODELTESTDATAWRITE_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
double
gFloat
()
const
;
33
void
setgFloat
(
double
d
);
34
const
std::vector<double>&
gvFloat
()
const
;
35
void
setgvFloat
(
const
std::vector<double>&
v
);
36
};
37
38
39
}
// namespace DMTest
40
41
42
SG_BASE
(
DMTest::G_v1
,
SG::AuxElement
);
43
44
45
#endif // not DATAMODELTESTDATAWRITE_G_V1_H
DMTest::G_v1::gFloat
double gFloat() const
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition:
AuxElement.h:472
hist_file_dump.d
d
Definition:
hist_file_dump.py:137
SG_BASE
SG_BASE(DMTest::G_v1, SG::AuxElement)
DMTest::G_v1::setgvFloat
void setgvFloat(const std::vector< double > &v)
DMTest::G_v1::setAnInt
void setAnInt(int i)
DMTest::G_v1::setgFloat
void setgFloat(double d)
DMTest::G_v1::anInt
int anInt() const
lumiFormat.i
int i
Definition:
lumiFormat.py:85
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DMTest::G_v1::gvFloat
const std::vector< double > & gvFloat() const
DMTest::G_v1
Definition:
DataModelTestDataRead/DataModelTestDataRead/versions/G_v1.h:28
python.PyAthena.v
v
Definition:
PyAthena.py:154
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:15:36 for ATLAS Offline Software by
1.8.18