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
PLinksAuxContainer_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
*/
13
#ifndef DATAMODELTESTDATACOMMON_PLINKSAUXCONTAINER_V1_H
14
#define DATAMODELTESTDATACOMMON_PLINKSAUXCONTAINER_V1_H
15
16
17
#include "
DataModelTestDataCommon/CVec.h
"
18
#include "
xAODCore/PackedLink.h
"
19
#include "
xAODCore/AuxContainerBase.h
"
20
21
22
namespace
DMTest
{
23
24
28
class
PLinksAuxContainer_v1
29
:
public
xAOD::AuxContainerBase
30
{
31
public
:
32
PLinksAuxContainer_v1
();
33
34
35
private
:
36
AUXVAR_PACKEDLINK_DECL
(
CVec
, plink);
37
AUXVAR_PACKEDLINKVEC_DECL
(std::vector,
CVec
, vlinks);
38
};
39
40
41
}
// namespace DMTest
42
43
44
SG_BASE
(
DMTest::PLinksAuxContainer_v1
,
xAOD::AuxContainerBase
);
45
46
47
#endif // not DATAMODELTESTDATACOMMON_PLINKSAUXCONTAINER_V1_H
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
PackedLink.h
Auxiliary variable type allowing to store ElementLinks as packed 32-bit values.
CVec.h
Class used for testing xAOD data reading/writing.
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
DMTest::PLinksAuxContainer_v1::AUXVAR_PACKEDLINK_DECL
AUXVAR_PACKEDLINK_DECL(CVec, plink)
DMTest::PLinksAuxContainer_v1::AUXVAR_PACKEDLINKVEC_DECL
AUXVAR_PACKEDLINKVEC_DECL(std::vector, CVec, vlinks)
DMTest::PLinksAuxContainer_v1
For testing packed links.
Definition:
PLinksAuxContainer_v1.h:30
SG_BASE
SG_BASE(DMTest::PLinksAuxContainer_v1, xAOD::AuxContainerBase)
DMTest
Definition:
B.h:23
DMTest::PLinksAuxContainer_v1::PLinksAuxContainer_v1
PLinksAuxContainer_v1()
Definition:
PLinksAuxContainer_v1.cxx:18
Generated on Thu Apr 3 2025 21:16:57 for ATLAS Offline Software by
1.8.18