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
TrigParticleTPCnv
TrigParticleTPCnv
TrigL2Bjet_p3.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
*
7
* @Project: Trigger
8
* @Package: TrigParticleTPCnv
9
* @class : TrigL2Bjet_p3
10
*
11
* @brief persistent partner for TrigL2Bjet
12
*
13
* @author Andrea Coccaro <Andrea.Coccaro@ge.infn.it>
14
**********************************************************************************/
15
16
#ifndef TRIGPARTICLETPCNV_TRIGL2BJET_P3_H
17
#define TRIGPARTICLETPCNV_TRIGL2BJET_P3_H
18
19
#include "
EventCommonTPCnv/P4PtEtaPhiMCnv_p1.h
"
20
21
class
TrigL2Bjet_p3
{
22
23
friend
class
TrigL2BjetCnv_p3
;
24
25
public
:
26
27
TrigL2Bjet_p3
() =
default
;
28
virtual
~TrigL2Bjet_p3
() =
default
;
29
30
bool
m_valid
{};
31
32
int
m_roiID
{};
33
float
m_allTheFloats
[10]{};
34
35
//float m_prmVtx;
36
//float m_xcomb;
37
//float m_xIP1d;
38
//float m_xIP2d;
39
//float m_xIP3d;
40
//float m_xChi2;
41
//float m_xSv;
42
//float m_xmvtx;
43
//float m_xevtx;
44
//float m_xnvtx;
45
46
P4PtEtaPhiM_p1
m_P4PtEtaPhiM
;
47
48
};
49
50
#endif
TrigL2Bjet_p3
Definition:
TrigL2Bjet_p3.h:21
P4PtEtaPhiMCnv_p1.h
TrigL2Bjet_p3::~TrigL2Bjet_p3
virtual ~TrigL2Bjet_p3()=default
TrigL2Bjet_p3::m_roiID
int m_roiID
Definition:
TrigL2Bjet_p3.h:41
TrigL2Bjet_p3::m_valid
bool m_valid
Definition:
TrigL2Bjet_p3.h:39
TrigL2Bjet_p3::TrigL2Bjet_p3
TrigL2Bjet_p3()=default
P4PtEtaPhiM_p1
Definition:
P4PtEtaPhiM_p1.h:23
TrigL2Bjet_p3::m_allTheFloats
float m_allTheFloats[10]
Definition:
TrigL2Bjet_p3.h:42
TrigL2BjetCnv_p3
Definition:
TrigL2BjetCnv_p3.h:30
TrigL2Bjet_p3::m_P4PtEtaPhiM
P4PtEtaPhiM_p1 m_P4PtEtaPhiM
Definition:
TrigL2Bjet_p3.h:55
Generated on Fri Mar 14 2025 21:21:40 for ATLAS Offline Software by
1.8.18