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
Event
xAOD
xAODTrigger
Root
L1TopoSimResultsAuxContainer_v1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: L1TopoSimResultsAuxContainer_v1.cxx 2021-10-06 @asonay $
6
// Local include(s):
7
#include "
xAODTrigger/versions/L1TopoSimResultsAuxContainer_v1.h
"
8
9
namespace
xAOD
{
10
11
L1TopoSimResultsAuxContainer_v1::L1TopoSimResultsAuxContainer_v1
()
12
:
AuxContainerBase
() {
13
14
AUX_VARIABLE
(
connectionId
);
15
AUX_VARIABLE
(
topoWord
);
16
AUX_VARIABLE
(
topoWordOverflow
);
17
AUX_VARIABLE
(
topoWord64
);
18
AUX_VARIABLE
(
topoWord64Overflow
);
19
AUX_VARIABLE
(
bitWidth
);
20
AUX_VARIABLE
(
clock
);
21
22
}
23
24
}
// namespace xAOD
xAOD::L1TopoSimResultsAuxContainer_v1::topoWordOverflow
std::vector< uint32_t > topoWordOverflow
Definition:
L1TopoSimResultsAuxContainer_v1.h:37
xAOD::L1TopoSimResultsAuxContainer_v1::L1TopoSimResultsAuxContainer_v1
L1TopoSimResultsAuxContainer_v1()
Default constuctor.
Definition:
L1TopoSimResultsAuxContainer_v1.cxx:11
xAOD::L1TopoSimResultsAuxContainer_v1::topoWord
std::vector< uint32_t > topoWord
Definition:
L1TopoSimResultsAuxContainer_v1.h:36
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::L1TopoSimResultsAuxContainer_v1::topoWord64
std::vector< uint64_t > topoWord64
Definition:
L1TopoSimResultsAuxContainer_v1.h:38
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition:
AuxVariable.h:23
xAOD::L1TopoSimResultsAuxContainer_v1::topoWord64Overflow
std::vector< uint64_t > topoWord64Overflow
Definition:
L1TopoSimResultsAuxContainer_v1.h:39
xAOD::L1TopoSimResultsAuxContainer_v1::clock
std::vector< unsigned int > clock
Definition:
L1TopoSimResultsAuxContainer_v1.h:41
xAOD::L1TopoSimResultsAuxContainer_v1::bitWidth
std::vector< unsigned int > bitWidth
Definition:
L1TopoSimResultsAuxContainer_v1.h:40
xAOD::L1TopoSimResultsAuxContainer_v1::connectionId
std::vector< unsigned int > connectionId
Definition:
L1TopoSimResultsAuxContainer_v1.h:35
L1TopoSimResultsAuxContainer_v1.h
Generated on Tue Mar 25 2025 21:13:30 for ATLAS Offline Software by
1.8.18