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
TrigPhoton_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 : TrigPhoton_p3
9
*
10
* @brief persistent partner for TrigPhoton
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_TRIGPHOTON_P3_H
16
#define TRIGPARTICLETPCNV_TRIGPHOTON_P3_H
17
18
#include "
DataModelAthenaPool/ElementLink_p3.h
"
19
20
#include "
EventCommonTPCnv/P4PtEtaPhiMCnv_p1.h
"
21
22
class
TrigPhoton_p3
23
{
24
friend
class
TrigPhotonCnv_p3
;
25
26
public
:
27
28
TrigPhoton_p3
() =
default
;
29
virtual
~TrigPhoton_p3
() =
default
;
30
31
int
m_roiID
{};
32
float
m_allTheFloats
[11]{};
33
34
/*
35
float m_HadEt;
36
float m_energyRatio;
37
float m_rCore;
38
float m_dPhi;
39
float m_dEta;
40
float m_cl_e_frac_S0;
41
float m_cl_e_frac_S1;
42
float m_cl_e_frac_S2;
43
float m_cl_e_frac_S3;
44
float m_Fside;
45
float m_Weta2;
46
*/
47
bool
m_valid
{
false
};
48
49
ElementLinkInt_p3
m_cluster
;
50
51
P4PtEtaPhiM_p1
m_P4PtEtaPhiM
;
52
53
};
54
55
#endif
ElementLink_p3.h
This file contains the class definition for the ElementLink_p3 class.
TrigPhoton_p3
Definition:
TrigPhoton_p3.h:23
P4PtEtaPhiMCnv_p1.h
TrigPhoton_p3::m_valid
bool m_valid
Definition:
TrigPhoton_p3.h:56
TrigPhoton_p3::TrigPhoton_p3
TrigPhoton_p3()=default
TrigPhoton_p3::~TrigPhoton_p3
virtual ~TrigPhoton_p3()=default
ElementLink_p3< uint32_t >
TrigPhoton_p3::m_cluster
ElementLinkInt_p3 m_cluster
Definition:
TrigPhoton_p3.h:58
TrigPhotonCnv_p3
Definition:
TrigPhotonCnv_p3.h:35
TrigPhoton_p3::m_allTheFloats
float m_allTheFloats[11]
Definition:
TrigPhoton_p3.h:41
P4PtEtaPhiM_p1
Definition:
P4PtEtaPhiM_p1.h:23
TrigPhoton_p3::m_P4PtEtaPhiM
P4PtEtaPhiM_p1 m_P4PtEtaPhiM
Definition:
TrigPhoton_p3.h:60
TrigPhoton_p3::m_roiID
int m_roiID
Definition:
TrigPhoton_p3.h:40
Generated on Fri May 9 2025 21:21:41 for ATLAS Offline Software by
1.8.18