Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
*/
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
DMTest::G_v1::gvFloat
const std::vector< float > & gvFloat() const
DMTest::G_v1::setgvFloat
void setgvFloat(const std::vector< float > &v)
DMTest::G_v1::gFloat
float gFloat() const
SG_BASE
SG_BASE(DMTest::G_v1, SG::AuxElement)
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition:
AuxElement.h:483
hist_file_dump.d
d
Definition:
hist_file_dump.py:143
DMTest::G_v1::setAnInt
void setAnInt(int i)
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
Definition:
DataModelTestDataRead/DataModelTestDataRead/versions/G_v1.h:28
python.PyAthena.v
v
Definition:
PyAthena.py:154
DMTest::G_v1::setgFloat
void setgFloat(float d)
AuxElement.h
Base class for elements of a container that can have aux data.
DMTest
Definition:
B.h:23
Generated on Thu Mar 13 2025 21:10:57 for ATLAS Offline Software by
1.8.18