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/GAuxContainer_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
*/
14
#ifndef DATAMODELTESTDATAREAD_GAUXCONTAINER_V1_H
15
#define DATAMODELTESTDATAREAD_GAUXCONTAINER_V1_H
16
17
18
#include "
xAODCore/AuxContainerBase.h
"
19
#include "
AthContainers/PackedContainer.h
"
20
#include "
AthenaKernel/BaseInfo.h
"
21
#include <vector>
22
23
24
namespace
DMTest
{
25
26
27
class
GAuxContainer_v1
28
:
public
xAOD::AuxContainerBase
29
{
30
public
:
31
GAuxContainer_v1
();
32
33
private
:
34
AUXVAR_PACKEDCONTAINER_DECL
(
int
, anInt);
35
AUXVAR_DECL
(
float
, gFloat);
36
AUXVAR_DECL
(std::vector<float>, gvFloat);
37
};
38
39
40
}
// namespace DMTest
41
42
43
SG_BASE
(
DMTest::GAuxContainer_v1
,
xAOD::AuxContainerBase
);
44
45
46
#endif // not DATAMODELTESTDATAREAD_GAUXCONTAINER_V1_H
47
PackedContainer.h
Container to hold aux data to be stored in a packed form.
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
DMTest::GAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(float, gFloat)
DMTest::GAuxContainer_v1::GAuxContainer_v1
GAuxContainer_v1()
Definition:
DataModelTestDataRead/src/GAuxContainer_v1.cxx:20
DMTest::GAuxContainer_v1::AUXVAR_PACKEDCONTAINER_DECL
AUXVAR_PACKEDCONTAINER_DECL(int, anInt)
DMTest::GAuxContainer_v1
Definition:
DataModelTestDataRead/DataModelTestDataRead/versions/GAuxContainer_v1.h:29
DMTest::GAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(std::vector< float >, gvFloat)
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASE
SG_BASE(DMTest::GAuxContainer_v1, xAOD::AuxContainerBase)
DMTest
Definition:
B.h:23
Generated on Fri Mar 14 2025 21:11:01 for ATLAS Offline Software by
1.8.18