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
Reconstruction
tauEventTPCnv
tauEventTPCnv
TauShot_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
13
#ifndef TAUEVENTTPCNV_TAUSHOT_P1_H
14
#define TAUEVENTTPCNV_TAUSHOT_P1_H
15
16
//#include <vector>
17
#include "
DataModelAthenaPool/ElementLink_p3.h
"
18
//#include "DataModelAthenaPool/ElementLinkVector_p1.h"
19
#include "
EventCommonTPCnv/P4EEtaPhiMFloat_p2.h
"
20
22
class
TauShotCnv_p1
;
23
25
class
TauShot_p1
26
{
27
public
:
28
TauShot_p1
()
29
// Set default values for ints or floats here
30
// : m_DELTA_PHI(0)
31
{};
32
34
friend
class
TauShotCnv_p1
;
35
36
private
:
37
//ElementLinkIntVector_p1 m_CaloClusterVector;
38
ElementLinkInt_p3
m_cluster
;
39
ElementLinkInt_p3
m_seedCell
;
40
P4EEtaPhiMFloat_p2
m_P4EEtaPhiM
;
41
42
//std::vector<float> m_clusterValueVector1;
43
// declare ints or floats here
44
int
m_nCellsInEta
=-1111;
45
float
m_pt1
=-1111;
46
float
m_pt3
=-1111;
47
float
m_pt5
=-1111;
48
float
m_ws5
=-1111;
49
float
m_sdevEta5_WRTmean
=-1111;
50
float
m_sdevEta5_WRTmode
=-1111;
51
float
m_sdevPt5
=-1111;
52
float
m_deltaPt12_min
=-1111;
53
float
m_Fside_3not1
=-1111;
54
float
m_Fside_5not1
=-1111;
55
float
m_Fside_5not3
=-1111;
56
float
m_fracSide_3not1
=-1111;
57
float
m_fracSide_5not1
=-1111;
58
float
m_fracSide_5not3
=-1111;
59
float
m_pt1OverPt3
=-1111;
60
float
m_pt3OverPt5
=-1111;
61
float
m_mergedScore
=-1111;
62
float
m_signalScore
=-1111;
63
int
m_nPhotons
=-1111;
64
};
65
66
67
#endif
TauShot_p1::m_Fside_5not3
float m_Fside_5not3
Definition:
TauShot_p1.h:55
TauShot_p1::m_P4EEtaPhiM
P4EEtaPhiMFloat_p2 m_P4EEtaPhiM
Definition:
TauShot_p1.h:40
ElementLink_p3.h
This file contains the class definition for the ElementLink_p3 class.
TauShot_p1::m_sdevPt5
float m_sdevPt5
Definition:
TauShot_p1.h:51
TauShot_p1::m_pt1OverPt3
float m_pt1OverPt3
Definition:
TauShot_p1.h:59
TauShot_p1::m_deltaPt12_min
float m_deltaPt12_min
Definition:
TauShot_p1.h:52
TauShot_p1::m_fracSide_3not1
float m_fracSide_3not1
Definition:
TauShot_p1.h:56
TauShot_p1::m_seedCell
ElementLinkInt_p3 m_seedCell
Definition:
TauShot_p1.h:39
TauShotCnv_p1
Transient Persistent converter version 1 for TauShot.
Definition:
TauShotCnv_p1.h:31
TauShot_p1::m_pt1
float m_pt1
Definition:
TauShot_p1.h:45
P4EEtaPhiMFloat_p2.h
TauShot_p1::m_Fside_3not1
float m_Fside_3not1
Definition:
TauShot_p1.h:53
TauShot_p1::m_nCellsInEta
int m_nCellsInEta
Definition:
TauShot_p1.h:44
TauShot_p1::m_sdevEta5_WRTmean
float m_sdevEta5_WRTmean
Definition:
TauShot_p1.h:49
TauShot_p1::m_signalScore
float m_signalScore
Definition:
TauShot_p1.h:62
TauShot_p1::m_fracSide_5not3
float m_fracSide_5not3
Definition:
TauShot_p1.h:58
ElementLink_p3< uint32_t >
TauShot_p1::m_pt5
float m_pt5
Definition:
TauShot_p1.h:47
TauShot_p1::m_pt3OverPt5
float m_pt3OverPt5
Definition:
TauShot_p1.h:60
TauShot_p1::m_pt3
float m_pt3
Definition:
TauShot_p1.h:46
TauShot_p1::m_sdevEta5_WRTmode
float m_sdevEta5_WRTmode
Definition:
TauShot_p1.h:50
TauShot_p1::m_fracSide_5not1
float m_fracSide_5not1
Definition:
TauShot_p1.h:57
TauShot_p1::m_nPhotons
int m_nPhotons
Definition:
TauShot_p1.h:63
TauShot_p1::m_ws5
float m_ws5
Definition:
TauShot_p1.h:48
TauShot_p1::m_mergedScore
float m_mergedScore
Definition:
TauShot_p1.h:61
TauShot_p1
persistent class version 1 for TauPi0Candidate
Definition:
TauShot_p1.h:26
TauShot_p1::TauShot_p1
TauShot_p1()
Definition:
TauShot_p1.h:28
P4EEtaPhiMFloat_p2
Definition:
P4EEtaPhiMFloat_p2.h:23
TauShot_p1::m_Fside_5not1
float m_Fside_5not1
Definition:
TauShot_p1.h:54
TauShot_p1::m_cluster
ElementLinkInt_p3 m_cluster
Definition:
TauShot_p1.h:38
Generated on Sat Mar 15 2025 21:19:25 for ATLAS Offline Software by
1.8.18