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
w
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
Reconstruction
RecTPCnv
RecTPCnv
MissingET_p1.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
/*
4
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef RECTPCNV_MISSINGET_P1_H
8
#define RECTPCNV_MISSINGET_P1_H
9
10
/********************************************************************
11
12
NAME: MissingET_p1
13
PACKAGE: offline/Reconstruction/RecTPCnv
14
15
AUTHORS: S. Resconi
16
CREATED: Jul 2007
17
18
PURPOSE: Persistent rapresentation of MissingET class
19
********************************************************************/
20
21
#include "
RecTPCnv/MissingEtRegions_p1.h
"
22
23
// forward declarations
24
class
MissingETCnv_p1
;
25
26
class
MissingET_p1
27
{
28
friend
class
MissingETCnv_p1
;
29
30
public
:
31
33
MissingET_p1
()
34
:
m_source
(0),
35
m_ex
(0),
36
m_ey
(0),
37
m_etSum
(0)
38
{};
39
41
~MissingET_p1
() =
default
;
42
43
44
protected
:
45
46
MissingEtRegions_p1
m_regions
;
47
48
unsigned
int
m_source
;
49
51
float
m_ex
;
52
float
m_ey
;
53
float
m_etSum
;
54
55
};
56
57
58
#endif
MissingET_p1::~MissingET_p1
~MissingET_p1()=default
destructor
MissingET_p1::m_ey
float m_ey
Definition:
MissingET_p1.h:52
MissingET_p1
Definition:
MissingET_p1.h:27
MissingET_p1::MissingET_p1
MissingET_p1()
default constructor
Definition:
MissingET_p1.h:33
MissingET_p1::m_source
unsigned int m_source
Definition:
MissingET_p1.h:48
MissingET_p1::m_etSum
float m_etSum
Definition:
MissingET_p1.h:53
MissingET_p1::m_ex
float m_ex
basic components of MissingET_p1
Definition:
MissingET_p1.h:51
MissingET_p1::m_regions
MissingEtRegions_p1 m_regions
Definition:
MissingET_p1.h:46
MissingEtRegions_p1.h
MissingEtRegions_p1
Definition:
MissingEtRegions_p1.h:25
MissingETCnv_p1
Definition:
MissingETCnv_p1.h:26
Generated on Sat May 10 2025 21:13:56 for ATLAS Offline Software by
1.8.18