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/AllocTestAuxContainer_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 DATAMODELTESTDATAREAD_ALLOCTESTAUXCONTAINER_V1_H
14
#define DATAMODELTESTDATAREAD_ALLOCTESTAUXCONTAINER_V1_H
15
16
17
#include "
xAODCore/AuxContainerBase.h
"
18
#include "
AthenaKernel/BaseInfo.h
"
19
#include "
TestTools/TestAlloc.h
"
20
#include <vector>
21
#include <memory>
22
23
24
namespace
DMTest
{
25
26
35
class
AllocTestAuxContainer_v1
36
:
public
xAOD::AuxContainerBase
37
{
38
public
:
39
AllocTestAuxContainer_v1
();
40
AllocTestAuxContainer_v1
(std::pmr::memory_resource*
r
);
41
42
43
// For this one, the dictionary will always be present (from AthContainers).
44
AUXVAR_DECL
(
int
, atInt1, std::pmr::polymorphic_allocator);
45
46
// For this one, the dictionary is only present in this package.
47
AUXVAR_DECL
(
int
, atInt2,
Athena_test::TestAlloc
);
48
};
49
50
51
}
// namespace DMTest
52
53
54
SG_BASE
(
DMTest::AllocTestAuxContainer_v1
,
xAOD::AuxContainerBase
);
55
56
57
#endif // not DATAMODELTESTDATAREAD_ALLOCTESTAUXCONTAINER_V1_H
SG_BASE
SG_BASE(DMTest::AllocTestAuxContainer_v1, xAOD::AuxContainerBase)
beamspotman.r
def r
Definition:
beamspotman.py:676
DMTest::AllocTestAuxContainer_v1
Testing an xAOD object with a non-standard memory allocator.
Definition:
DataModelTestDataRead/DataModelTestDataRead/versions/AllocTestAuxContainer_v1.h:37
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
DMTest::AllocTestAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(int, atInt1, std::pmr::polymorphic_allocator)
DMTest::AllocTestAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(int, atInt2, Athena_test::TestAlloc)
BaseInfo.h
Provide an interface for finding inheritance information at run time.
Athena_test::TestAlloc
To test handling of non-standard memory allocators.
Definition:
TestAlloc.h:29
DMTest::AllocTestAuxContainer_v1::AllocTestAuxContainer_v1
AllocTestAuxContainer_v1()
Definition:
DataModelTestDataRead/src/AllocTestAuxContainer_v1.cxx:66
TestAlloc.h
To test handling of non-standard memory allocators.
DMTest
Definition:
B.h:23
Generated on Thu Mar 13 2025 21:07:07 for ATLAS Offline Software by
1.8.18