Loading [MathJax]/extensions/MathZoom.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
TrigCaloEventTPCnv
TrigCaloEventTPCnv
TrigT2Jet_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigCaloEventTPCnv
8
* @class : TrigT2Jet_p2
9
*
10
* @brief persistent partner for TrigT2Jet
11
*
12
* @author Tobias Kruker <kruker@cern.ch> - U. Bern
13
**********************************************************************************/
14
#ifndef TRIGCALOEVENTTPCNV_TRIGT2JET_P2_H
15
#define TRIGCALOEVENTTPCNV_TRIGT2JET_P2_H
16
17
class
TrigT2Jet_p2
18
{
19
friend
class
TrigT2JetCnv_p2
;
// tobias: uncomment if necessary
20
public
:
21
22
TrigT2Jet_p2
() =
default
;
23
virtual
~TrigT2Jet_p2
() =
default
;
24
25
private
:
26
27
float
m_allTheFloats
[9]{};
28
//float m_e;
29
//float m_ehad0;
30
//float m_eem0;
31
//float m_eta;
32
//float m_phi ;
33
//float m_coneRadius ;
34
long
m_roiWord
{};
35
// cleaning:
36
int
m_nLeadingCells
{999};
37
//float m_cleaningFloats[4];
38
// m_cleaningFloats[0] = m_hecf, m_cleaningFloats[1] = m_jetQuality
39
// m_cleaningFloats[2] = m_emf, m_cleaningFloats[3] = m_jetTimeCells
40
};
41
42
#endif
TrigT2Jet_p2::~TrigT2Jet_p2
virtual ~TrigT2Jet_p2()=default
TrigT2JetCnv_p2
Definition:
TrigT2JetCnv_p2.h:29
TrigT2Jet_p2
Definition:
TrigT2Jet_p2.h:18
TrigT2Jet_p2::m_allTheFloats
float m_allTheFloats[9]
Definition:
TrigT2Jet_p2.h:35
TrigT2Jet_p2::TrigT2Jet_p2
TrigT2Jet_p2()=default
TrigT2Jet_p2::m_roiWord
long m_roiWord
Definition:
TrigT2Jet_p2.h:42
TrigT2Jet_p2::m_nLeadingCells
int m_nLeadingCells
Definition:
TrigT2Jet_p2.h:44
Generated on Thu Mar 13 2025 21:21:11 for ATLAS Offline Software by
1.8.18