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
xAODMissingET
xAODMissingET
versions
MissingETAuxContainer_v1.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef XAODMISSINGET_VERSIONS_MISSINGETAUXCONTAINER_V1_H
8
#define XAODMISSINGET_VERSIONS_MISSINGETAUXCONTAINER_V1_H
9
10
#include "
xAODCore/AuxContainerBase.h
"
11
12
#include "
xAODMissingET/versions/MissingET_v1.h
"
13
14
#include <vector>
15
16
namespace
xAOD
17
{
19
class
MissingETAuxContainer_v1
:
public
AuxContainerBase
20
{
21
public
:
23
MissingETAuxContainer_v1
();
25
virtual
~MissingETAuxContainer_v1
();
26
27
private
:
28
39
std::vector<float>
mpx
;
40
std::vector<float>
mpy
;
41
std::vector<float>
sumet
;
42
std::vector<std::string>
name
;
43
std::vector<MissingETBase::Types::bitmask_t>
source
;
44
45
};
46
}
47
48
#include "
xAODCore/BaseInfo.h
"
49
SG_BASE
(
xAOD::MissingETAuxContainer_v1
,
xAOD::AuxContainerBase
);
50
51
#endif // XAODMISSINGET_VERSIONS_MISSINGETAUXCONTAINER_V1_H
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
MissingET_v1.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::MissingETAuxContainer_v1::name
std::vector< std::string > name
Name of MET contribution.
Definition:
MissingETAuxContainer_v1.h:42
xAOD::MissingETAuxContainer_v1::sumet
std::vector< float > sumet
Definition:
MissingETAuxContainer_v1.h:41
xAOD::MissingETAuxContainer_v1::mpx
std::vector< float > mpx
Definition:
MissingETAuxContainer_v1.h:39
xAOD::MissingETAuxContainer_v1
Auxiliary data store for xAOD::MissingETContainer.
Definition:
MissingETAuxContainer_v1.h:20
xAOD::MissingETAuxContainer_v1::MissingETAuxContainer_v1
MissingETAuxContainer_v1()
Default constructor.
Definition:
MissingETAuxContainer_v1.cxx:10
xAOD::MissingETAuxContainer_v1::mpy
std::vector< float > mpy
Definition:
MissingETAuxContainer_v1.h:40
xAOD::MissingETAuxContainer_v1::~MissingETAuxContainer_v1
virtual ~MissingETAuxContainer_v1()
Base class destructor.
Definition:
MissingETAuxContainer_v1.cxx:20
xAOD::MissingETAuxContainer_v1::source
std::vector< MissingETBase::Types::bitmask_t > source
Source of MET contribution.
Definition:
MissingETAuxContainer_v1.h:43
SG_BASE
SG_BASE(xAOD::MissingETAuxContainer_v1, xAOD::AuxContainerBase)
Generated on Sat Mar 29 2025 21:14:40 for ATLAS Offline Software by
1.8.18