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
xAODTrigMissingET
xAODTrigMissingET
versions
TrigMissingETAuxContainer_v1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: TrigMissingETAuxContainer_v1.h 631541 2014-11-27 14:52:35Z gwatts $
8
#ifndef xAODTrigMissingET_TrigMissingETAUXCONTAINTER_V1_H
9
#define xAODTrigMissingET_TrigMissingETAUXCONTAINTER_V1_H
10
11
// System include(s):
12
#include <vector>
13
extern
"C"
{
14
# include <stdint.h>
15
}
16
17
// EDM include(s):
18
#include "
xAODCore/AuxContainerBase.h
"
19
20
namespace
xAOD
{
21
32
class
TrigMissingETAuxContainer_v1
:
public
AuxContainerBase
{
33
34
public
:
36
TrigMissingETAuxContainer_v1
();
37
38
private
:
41
std::vector<float>
ex
;
42
std::vector<float>
ey
;
43
std::vector<float>
ez
;
44
std::vector<float>
sumEt
;
45
std::vector<float>
sumE
;
47
50
std::vector<int>
flag
;
51
std::vector<uint32_t>
roiWord
;
53
56
std::vector<std::vector<std::string> >
nameOfComponent
;
57
std::vector<std::vector<float> >
exComponent
;
58
std::vector<std::vector<float> >
eyComponent
;
59
std::vector<std::vector<float> >
ezComponent
;
60
std::vector<std::vector<float> >
sumEtComponent
;
61
std::vector<std::vector<float> >
sumEComponent
;
62
std::vector<std::vector<float> >
calib0Component
;
63
std::vector<std::vector<float> >
calib1Component
;
64
std::vector<std::vector<float> >
sumOfSignsComponent
;
65
std::vector<std::vector<short> >
statusComponent
;
66
std::vector<std::vector< unsigned short> >
usedChannelsComponent
;
68
};
69
70
}
71
72
#include "
xAODCore/BaseInfo.h
"
73
SG_BASE
(
xAOD::TrigMissingETAuxContainer_v1
,
xAOD::AuxContainerBase
);
74
75
#endif
xAOD::TrigMissingETAuxContainer_v1::sumEComponent
std::vector< std::vector< float > > sumEComponent
Definition:
TrigMissingETAuxContainer_v1.h:61
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
xAOD::TrigMissingETAuxContainer_v1::usedChannelsComponent
std::vector< std::vector< unsigned short > > usedChannelsComponent
Definition:
TrigMissingETAuxContainer_v1.h:66
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::TrigMissingETAuxContainer_v1::calib1Component
std::vector< std::vector< float > > calib1Component
Definition:
TrigMissingETAuxContainer_v1.h:63
xAOD::TrigMissingETAuxContainer_v1::sumEtComponent
std::vector< std::vector< float > > sumEtComponent
Definition:
TrigMissingETAuxContainer_v1.h:60
xAOD::TrigMissingETAuxContainer_v1::sumE
std::vector< float > sumE
Definition:
TrigMissingETAuxContainer_v1.h:45
xAOD::TrigMissingETAuxContainer_v1::calib0Component
std::vector< std::vector< float > > calib0Component
Definition:
TrigMissingETAuxContainer_v1.h:62
xAOD::TrigMissingETAuxContainer_v1::ez
std::vector< float > ez
Definition:
TrigMissingETAuxContainer_v1.h:43
xAOD::TrigMissingETAuxContainer_v1::ey
std::vector< float > ey
Definition:
TrigMissingETAuxContainer_v1.h:42
xAOD::TrigMissingETAuxContainer_v1::statusComponent
std::vector< std::vector< short > > statusComponent
Definition:
TrigMissingETAuxContainer_v1.h:65
xAOD::TrigMissingETAuxContainer_v1::ezComponent
std::vector< std::vector< float > > ezComponent
Definition:
TrigMissingETAuxContainer_v1.h:59
xAOD::TrigMissingETAuxContainer_v1::eyComponent
std::vector< std::vector< float > > eyComponent
Definition:
TrigMissingETAuxContainer_v1.h:58
xAOD::TrigMissingETAuxContainer_v1::exComponent
std::vector< std::vector< float > > exComponent
Definition:
TrigMissingETAuxContainer_v1.h:57
xAOD::TrigMissingETAuxContainer_v1::TrigMissingETAuxContainer_v1
TrigMissingETAuxContainer_v1()
Default constructor.
Definition:
TrigMissingETAuxContainer_v1.cxx:9
xAOD::TrigMissingETAuxContainer_v1::ex
std::vector< float > ex
Definition:
TrigMissingETAuxContainer_v1.h:41
xAOD::TrigMissingETAuxContainer_v1::sumEt
std::vector< float > sumEt
Definition:
TrigMissingETAuxContainer_v1.h:44
xAOD::TrigMissingETAuxContainer_v1::sumOfSignsComponent
std::vector< std::vector< float > > sumOfSignsComponent
Definition:
TrigMissingETAuxContainer_v1.h:64
xAOD::TrigMissingETAuxContainer_v1::nameOfComponent
std::vector< std::vector< std::string > > nameOfComponent
Definition:
TrigMissingETAuxContainer_v1.h:56
xAOD::TrigMissingETAuxContainer_v1::flag
std::vector< int > flag
Definition:
TrigMissingETAuxContainer_v1.h:50
xAOD::TrigMissingETAuxContainer_v1
AuxContainer for TrigMissingET classes.
Definition:
TrigMissingETAuxContainer_v1.h:32
xAOD::TrigMissingETAuxContainer_v1::roiWord
std::vector< uint32_t > roiWord
Definition:
TrigMissingETAuxContainer_v1.h:51
SG_BASE
SG_BASE(xAOD::TrigMissingETAuxContainer_v1, xAOD::AuxContainerBase)
Generated on Sun Mar 30 2025 21:21:44 for ATLAS Offline Software by
1.8.18