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
Trigger
TrigEvent
TrigMissingEtEventTPCnv
TrigMissingEtEventTPCnv
TrigMissingET_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigMissingEtEventTPCnv
8
* @class : TrigMissingET_p1
9
*
10
* @brief persistent partner for TrigMissingET
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14
*
15
* File and Version Information:
16
* $Id: TrigMissingET_p1.h,v 1.2 2009-04-01 22:10:11 salvator Exp $
17
**********************************************************************************/
18
#ifndef TRIGMISSINGETEVENTTPCNV_TRIGMISSINGET_P1_H
19
#define TRIGMISSINGETEVENTTPCNV_TRIGMISSINGET_P1_H
20
21
#include <stdint.h>
22
#include <string>
23
#include "
TrigMissingEtEvent/TrigMissingET.h
"
24
25
class
TrigMissingET_p1
26
{
27
friend
class
TrigMissingETCnv
;
28
29
public
:
30
31
TrigMissingET_p1
() {}
32
virtual
~TrigMissingET_p1
(){}
33
34
//private:
35
double
m_ex
= 0;
36
double
m_ey
= 0;
37
double
m_sum_et
= 0;
38
long
m_roiWord
= 0;
39
40
};
41
42
#endif
TrigMissingET_p1::TrigMissingET_p1
TrigMissingET_p1()
Definition:
TrigMissingET_p1.h:43
TrigMissingET_p1::m_roiWord
long m_roiWord
Definition:
TrigMissingET_p1.h:50
TrigMissingET_p1::m_ex
double m_ex
Definition:
TrigMissingET_p1.h:47
TrigMissingETCnv
Definition:
TrigMissingETCnv.h:34
TrigMissingET_p1::~TrigMissingET_p1
virtual ~TrigMissingET_p1()
Definition:
TrigMissingET_p1.h:44
TrigMissingET_p1::m_sum_et
double m_sum_et
Definition:
TrigMissingET_p1.h:49
TrigMissingET_p1::m_ey
double m_ey
Definition:
TrigMissingET_p1.h:48
TrigMissingET_p1
Definition:
TrigMissingET_p1.h:26
TrigMissingET.h
Generated on Tue Apr 15 2025 21:21:47 for ATLAS Offline Software by
1.8.18