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
DataModelTestDataCommon
DataModelTestDataCommon
versions
CInfoAuxContainer_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
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4
*/
15
#ifndef DATAMODELTESTDATACOMMON_CINFOAUXCONTAINER_V1_H
16
#define DATAMODELTESTDATACOMMON_CINFOAUXCONTAINER_V1_H
17
18
19
#include "
xAODCore/AuxInfoBase.h
"
20
#include "
AthenaKernel/BaseInfo.h
"
21
#include <vector>
22
23
24
namespace
DMTest
{
25
26
27
class
CInfoAuxContainer_v1
28
:
public
xAOD::AuxInfoBase
29
{
30
public
:
31
CInfoAuxContainer_v1
();
32
33
private
:
34
AUXVAR_DECL
(
int
, anInt);
35
AUXVAR_DECL
(
float
, aFloat);
36
};
37
38
39
}
// namespace DMTest
40
41
42
SG_BASE
(
DMTest::CInfoAuxContainer_v1
,
xAOD::AuxInfoBase
);
43
44
45
#endif // not DATAMODELTESTDATACOMMON_CINFOAUXCONTAINER_V1_H
xAOD::AuxInfoBase
Common base class for auxiliary info objects.
Definition:
AuxInfoBase.h:49
DMTest::CInfoAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(float, aFloat)
AuxInfoBase.h
DMTest::CInfoAuxContainer_v1::CInfoAuxContainer_v1
CInfoAuxContainer_v1()
Definition:
CInfoAuxContainer_v1.cxx:18
DMTest::CInfoAuxContainer_v1
Definition:
CInfoAuxContainer_v1.h:29
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DMTest::CInfoAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(int, anInt)
SG_BASE
SG_BASE(DMTest::CInfoAuxContainer_v1, xAOD::AuxInfoBase)
DMTest
Definition:
B.h:23
Generated on Sat Mar 29 2025 21:08:23 for ATLAS Offline Software by
1.8.18