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
xAODTrigL1Calo
Root
CMMEtSumsAuxContainer_v1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: CMMEtSumsAuxContainer_v1.cxx 579924 2014-01-24 10:26:51Z krasznaa $
6
7
// Local include(s):
8
#include "
xAODTrigL1Calo/versions/CMMEtSumsAuxContainer_v1.h
"
9
10
namespace
xAOD
{
11
12
CMMEtSumsAuxContainer_v1::CMMEtSumsAuxContainer_v1
() :
13
AuxContainerBase
()
14
{
15
AUX_VARIABLE
(
crate
);
16
AUX_VARIABLE
(
dataID
);
17
AUX_VARIABLE
(
peak
);
18
AUX_VARIABLE
(
etVec
);
19
AUX_VARIABLE
(
exVec
);
20
AUX_VARIABLE
(
eyVec
);
21
AUX_VARIABLE
(
etErrorVec
);
22
AUX_VARIABLE
(
exErrorVec
);
23
AUX_VARIABLE
(
eyErrorVec
);
24
}
25
26
}
// namespace xAOD
xAOD::CMMEtSumsAuxContainer_v1::exVec
std::vector< std::vector< unsigned int > > exVec
Definition:
CMMEtSumsAuxContainer_v1.h:36
xAOD::CMMEtSumsAuxContainer_v1::eyVec
std::vector< std::vector< unsigned int > > eyVec
Definition:
CMMEtSumsAuxContainer_v1.h:37
CMMEtSumsAuxContainer_v1.h
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::CMMEtSumsAuxContainer_v1::CMMEtSumsAuxContainer_v1
CMMEtSumsAuxContainer_v1()
Definition:
CMMEtSumsAuxContainer_v1.cxx:12
xAOD::CMMEtSumsAuxContainer_v1::eyErrorVec
std::vector< std::vector< int > > eyErrorVec
Definition:
CMMEtSumsAuxContainer_v1.h:40
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition:
AuxVariable.h:23
xAOD::CMMEtSumsAuxContainer_v1::crate
std::vector< int > crate
Definition:
CMMEtSumsAuxContainer_v1.h:32
xAOD::CMMEtSumsAuxContainer_v1::peak
std::vector< int > peak
Definition:
CMMEtSumsAuxContainer_v1.h:34
xAOD::CMMEtSumsAuxContainer_v1::etErrorVec
std::vector< std::vector< int > > etErrorVec
Definition:
CMMEtSumsAuxContainer_v1.h:38
xAOD::CMMEtSumsAuxContainer_v1::exErrorVec
std::vector< std::vector< int > > exErrorVec
Definition:
CMMEtSumsAuxContainer_v1.h:39
xAOD::CMMEtSumsAuxContainer_v1::dataID
std::vector< int > dataID
Definition:
CMMEtSumsAuxContainer_v1.h:33
xAOD::CMMEtSumsAuxContainer_v1::etVec
std::vector< std::vector< unsigned int > > etVec
Definition:
CMMEtSumsAuxContainer_v1.h:35
Generated on Thu Apr 24 2025 21:08:29 for ATLAS Offline Software by
1.8.18