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
TrigL2Bjet_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 : TrigL2Bjet_p2
10
*
11
* @brief persistent partner for TrigL2Bjet
12
*
13
* @author Andrea Coccaro <Andrea.Coccaro@ge.infn.it>
14
*
15
**********************************************************************************/
16
17
#ifndef TRIGPARTICLETPCNV_TRIGL2BJET_P2_H
18
#define TRIGPARTICLETPCNV_TRIGL2BJET_P2_H
19
20
#include "
AthenaPoolUtilities/TPObjRef.h
"
21
22
class
TrigL2Bjet_p2
{
23
24
friend
class
TrigL2BjetCnv_p2
;
25
26
public
:
27
28
TrigL2Bjet_p2
() :
29
m_valid
(0),
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
~TrigL2Bjet_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
TrigL2Bjet_p2
Definition:
TrigL2Bjet_p2.h:22
TrigL2Bjet_p2::m_valid
bool m_valid
Definition:
TrigL2Bjet_p2.h:49
TrigL2Bjet_p2::m_xIP3d
float m_xIP3d
Definition:
TrigL2Bjet_p2.h:57
TrigL2Bjet_p2::m_xcomb
float m_xcomb
Definition:
TrigL2Bjet_p2.h:54
TrigL2Bjet_p2::m_xIP1d
float m_xIP1d
Definition:
TrigL2Bjet_p2.h:55
TPObjRef
Definition:
TPObjRef.h:20
TrigL2Bjet_p2::m_xevtx
float m_xevtx
Definition:
TrigL2Bjet_p2.h:61
TrigL2Bjet_p2::m_prmVtx
float m_prmVtx
Definition:
TrigL2Bjet_p2.h:52
TrigL2Bjet_p2::m_roiID
int m_roiID
Definition:
TrigL2Bjet_p2.h:51
TrigL2Bjet_p2::TrigL2Bjet_p2
TrigL2Bjet_p2()
Definition:
TrigL2Bjet_p2.h:38
TrigL2Bjet_p2::m_xnvtx
float m_xnvtx
Definition:
TrigL2Bjet_p2.h:62
TPObjRef.h
TrigL2Bjet_p2::m_xChi2
float m_xChi2
Definition:
TrigL2Bjet_p2.h:58
TrigL2BjetCnv_p2
Definition:
TrigL2BjetCnv_p2.h:30
TrigL2Bjet_p2::~TrigL2Bjet_p2
virtual ~TrigL2Bjet_p2()=default
TrigL2Bjet_p2::m_p4PtEtaPhiM
TPObjRef m_p4PtEtaPhiM
Definition:
TrigL2Bjet_p2.h:64
TrigL2Bjet_p2::m_xIP2d
float m_xIP2d
Definition:
TrigL2Bjet_p2.h:56
TrigL2Bjet_p2::m_xSv
float m_xSv
Definition:
TrigL2Bjet_p2.h:59
TrigL2Bjet_p2::m_xmvtx
float m_xmvtx
Definition:
TrigL2Bjet_p2.h:60
Generated on Fri Mar 14 2025 21:21:40 for ATLAS Offline Software by
1.8.18