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
Trigger
TrigEvent
TrigParticleTPCnv
TrigParticleTPCnv
TrigL2Bjet_p1.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
* @Project: Trigger
7
* @Package: TrigParticleTPCnv
8
* @class : TrigL2Bjet_p1
9
*
10
* @brief persistent partner for TrigL2Bjet
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: TrigL2Bjet_p1.h,v 1.2 2009-04-01 22:13:30 salvator Exp $
17
**********************************************************************************/
18
#ifndef TRIGPARTICLETPCNV_TRIGL2BJET_P1_H
19
#define TRIGPARTICLETPCNV_TRIGL2BJET_P1_H
20
21
class
TrigL2Bjet_p1
22
{
23
friend
class
TrigL2BjetCnv_p1
;
24
25
public
:
26
27
TrigL2Bjet_p1
() {}
28
virtual
~TrigL2Bjet_p1
() =
default
;
29
30
//private:
31
32
bool
m_valid
=
false
;
33
34
int
m_roiID
= 0;
35
float
m_eta
= 0;
36
float
m_phi
= 0;
37
float
m_prmVtx
= 0;
38
39
float
m_xcomb
= 0;
40
float
m_x2d
= 0;
41
float
m_xd0
= 0;
42
float
m_xz0
= 0;
43
float
m_x3d
= 0;
44
float
m_xmvtx
= 0;
45
float
m_xevtx
= 0;
46
float
m_xnvtx
= 0;
47
48
};
49
50
#endif
TrigL2Bjet_p1::m_xz0
float m_xz0
Definition:
TrigL2Bjet_p1.h:54
TrigL2Bjet_p1
Definition:
TrigL2Bjet_p1.h:22
TrigL2Bjet_p1::m_x3d
float m_x3d
Definition:
TrigL2Bjet_p1.h:55
TrigL2Bjet_p1::m_valid
bool m_valid
Definition:
TrigL2Bjet_p1.h:44
TrigL2Bjet_p1::m_xd0
float m_xd0
Definition:
TrigL2Bjet_p1.h:53
TrigL2Bjet_p1::m_xnvtx
float m_xnvtx
Definition:
TrigL2Bjet_p1.h:58
TrigL2BjetCnv_p1
Definition:
TrigL2BjetCnv_p1.h:31
TrigL2Bjet_p1::m_xcomb
float m_xcomb
Definition:
TrigL2Bjet_p1.h:51
TrigL2Bjet_p1::m_eta
float m_eta
Definition:
TrigL2Bjet_p1.h:47
TrigL2Bjet_p1::TrigL2Bjet_p1
TrigL2Bjet_p1()
Definition:
TrigL2Bjet_p1.h:39
TrigL2Bjet_p1::m_xevtx
float m_xevtx
Definition:
TrigL2Bjet_p1.h:57
TrigL2Bjet_p1::~TrigL2Bjet_p1
virtual ~TrigL2Bjet_p1()=default
TrigL2Bjet_p1::m_xmvtx
float m_xmvtx
Definition:
TrigL2Bjet_p1.h:56
TrigL2Bjet_p1::m_prmVtx
float m_prmVtx
Definition:
TrigL2Bjet_p1.h:49
TrigL2Bjet_p1::m_phi
float m_phi
Definition:
TrigL2Bjet_p1.h:48
TrigL2Bjet_p1::m_roiID
int m_roiID
Definition:
TrigL2Bjet_p1.h:46
TrigL2Bjet_p1::m_x2d
float m_x2d
Definition:
TrigL2Bjet_p1.h:52
Generated on Sat May 10 2025 21:20:47 for ATLAS Offline Software by
1.8.18