Loading [MathJax]/jax/input/TeX/config.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
TrigParticleTPCnv
TrigParticleTPCnv
TrigEFBjet_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
*
7
* @Project: Trigger
8
* @Package: TrigParticleTPCnv
9
* @class : TrigEFBjet_p2
10
*
11
* @brief persistent partner for TrigEFBjet
12
*
13
* @author Andrea Coccaro <Andrea.Coccaro@ge.infn.it>
14
*
15
**********************************************************************************/
16
17
#ifndef TRIGPARTICLETPCNV_TRIGEFBJET_P2_H
18
#define TRIGPARTICLETPCNV_TRIGEFBJET_P2_H
19
20
#include "
AthenaPoolUtilities/TPObjRef.h
"
21
22
class
TrigEFBjet_p2
{
23
24
friend
class
TrigEFBjetCnv_p2
;
25
26
public
:
27
28
TrigEFBjet_p2
() :
29
m_valid
(
false
),
m_roiID
(0),
m_prmVtx
(0.0),
30
m_xcomb
(0.0),
m_xIP1d
(0.0),
31
m_xIP2d
(0.0),
m_xIP3d
(0.0),
32
m_xChi2
(0.0),
m_xSv
(0.0),
33
m_xmvtx
(0.0),
m_xevtx
(0.0),
m_xnvtx
(0.0)
34
{}
35
virtual
~TrigEFBjet_p2
() =
default
;
36
37
//private:
38
39
bool
m_valid
;
40
41
int
m_roiID
;
42
float
m_prmVtx
;
43
44
float
m_xcomb
;
45
float
m_xIP1d
;
46
float
m_xIP2d
;
47
float
m_xIP3d
;
48
float
m_xChi2
;
49
float
m_xSv
;
50
float
m_xmvtx
;
51
float
m_xevtx
;
52
float
m_xnvtx
;
53
54
TPObjRef
m_p4PtEtaPhiM
;
55
56
};
57
58
#endif
TrigEFBjet_p2::m_xnvtx
float m_xnvtx
Definition:
TrigEFBjet_p2.h:62
TrigEFBjet_p2::TrigEFBjet_p2
TrigEFBjet_p2()
Definition:
TrigEFBjet_p2.h:38
TrigEFBjetCnv_p2
Definition:
TrigEFBjetCnv_p2.h:30
TrigEFBjet_p2::m_xSv
float m_xSv
Definition:
TrigEFBjet_p2.h:59
TrigEFBjet_p2::m_xmvtx
float m_xmvtx
Definition:
TrigEFBjet_p2.h:60
TrigEFBjet_p2::m_roiID
int m_roiID
Definition:
TrigEFBjet_p2.h:51
TPObjRef
Definition:
TPObjRef.h:20
TrigEFBjet_p2::m_valid
bool m_valid
Definition:
TrigEFBjet_p2.h:49
TrigEFBjet_p2::m_xevtx
float m_xevtx
Definition:
TrigEFBjet_p2.h:61
TrigEFBjet_p2::m_xIP2d
float m_xIP2d
Definition:
TrigEFBjet_p2.h:56
TrigEFBjet_p2::m_prmVtx
float m_prmVtx
Definition:
TrigEFBjet_p2.h:52
TrigEFBjet_p2::m_xIP3d
float m_xIP3d
Definition:
TrigEFBjet_p2.h:57
TrigEFBjet_p2::m_xcomb
float m_xcomb
Definition:
TrigEFBjet_p2.h:54
TrigEFBjet_p2::~TrigEFBjet_p2
virtual ~TrigEFBjet_p2()=default
TrigEFBjet_p2::m_xChi2
float m_xChi2
Definition:
TrigEFBjet_p2.h:58
TPObjRef.h
TrigEFBjet_p2::m_xIP1d
float m_xIP1d
Definition:
TrigEFBjet_p2.h:55
TrigEFBjet_p2
Definition:
TrigEFBjet_p2.h:22
TrigEFBjet_p2::m_p4PtEtaPhiM
TPObjRef m_p4PtEtaPhiM
Definition:
TrigEFBjet_p2.h:64
Generated on Fri Mar 14 2025 21:21:25 for ATLAS Offline Software by
1.8.18