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
TrigEFBphys_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
* @Project: Trigger
7
* @Package: TrigParticleTPCnv
8
* @class : TrigEFBphys_p3
9
*
10
* @brief persistent partner for TrigEFBphys
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14
**********************************************************************************/
15
#ifndef TRIGPARTICLETPCNV_TRIGEFBPHYS_P3_H
16
#define TRIGPARTICLETPCNV_TRIGEFBPHYS_P3_H
17
18
#include "
DataModelAthenaPool/ElementLink_p3.h
"
19
#include "
DataModelAthenaPool/ElementLinkVector_p1.h
"
20
21
22
class
TrigEFBphys_p3
23
{
24
friend
class
TrigEFBphysCnv_p3
;
25
26
public
:
27
28
TrigEFBphys_p3
() {}
29
virtual
~TrigEFBphys_p3
() =
default
;
30
31
int
m_allInts
[3]{};
// m_roiID,m_particleType,m_fitndof
32
float
m_allFloats
[8]{};
// m_eta,m_phi,m_mass,m_fitmass,m_fitchi2,m_fitx,m_fity,m_fitz
33
34
ElementLinkInt_p3
m_secondaryDecay
;
35
ElementLinkIntVector_p1
m_trackVector
;
36
37
};
38
39
#endif
ElementLink_p3.h
This file contains the class definition for the ElementLink_p3 class.
TrigEFBphys_p3
Definition:
TrigEFBphys_p3.h:23
TrigEFBphys_p3::m_secondaryDecay
ElementLinkInt_p3 m_secondaryDecay
Definition:
TrigEFBphys_p3.h:43
ElementLinkVector_p1< uint32_t >
TrigEFBphys_p3::m_allInts
int m_allInts[3]
Definition:
TrigEFBphys_p3.h:40
ElementLink_p3< uint32_t >
TrigEFBphys_p3::m_allFloats
float m_allFloats[8]
Definition:
TrigEFBphys_p3.h:41
TrigEFBphys_p3::~TrigEFBphys_p3
virtual ~TrigEFBphys_p3()=default
TrigEFBphysCnv_p3
Definition:
TrigEFBphysCnv_p3.h:34
ElementLinkVector_p1.h
This file contains the class definition for the ElementLinkVector_p1 class.
TrigEFBphys_p3::m_trackVector
ElementLinkIntVector_p1 m_trackVector
Definition:
TrigEFBphys_p3.h:44
TrigEFBphys_p3::TrigEFBphys_p3
TrigEFBphys_p3()
Definition:
TrigEFBphys_p3.h:37
Generated on Sun May 11 2025 21:20:40 for ATLAS Offline Software by
1.8.18