ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
xAOD
xAODPFlow
xAODPFlow
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: PFODefs.h 792675 2017-01-18 10:39:20Z mhodgkin $
8
#ifndef XAODPFLOW_PFODEFS_H
9
#define XAODPFLOW_PFODEFS_H
10
11
// Local include(s):
12
#include "Math/Vector4D.h"
13
14
16
namespace
xAOD
{
17
typedef
ROOT::Math::LorentzVector<ROOT::Math::PtEtaPhiM4D<float> >
PtEtaPhiMVectorF
;
18
19
20
namespace
PFODetails
21
{
22
//-------------------------------------------------------------------------
23
// This is were the details variables will go
24
// DO NOT CHANGE THE ORDER OF THE ENUMS!
25
// You can add, but changing the order may lead to disaster!
26
//-------------------------------------------------------------------------
27
28
enum
PFOAttributes
{
29
nPi0
= 0,
30
//If a downstream algorithms overrides nPi0, nPi0Proto is used to store the original value
31
nPi0Proto
,
32
eflowRec_EM_FRAC_ENHANCED
= 200,
33
eflowRec_ENG_FRAC_CORE
,
34
eflowRec_FIRST_ENG_DENS
,
35
eflowRec_CENTER_LAMBDA
,
36
eflowRec_SECOND_R
,
37
eflowRec_DELTA_ALPHA
,
38
eflowRec_HOT_STRIP_FRAC
,
39
eflowRec_THREE_CELL_STRIP_FRAC
,
40
eflowRec_LATERAL
,
41
eflowRec_LONGITUDINAL
,
42
eflowRec_SECOND_LAMBDA
,
43
eflowRec_ISOLATION
,
44
eflowRec_ENG_FRAC_MAX
,
45
eflowRec_ENG_BAD_CELLS
,
46
eflowRec_N_BAD_CELLS
,
47
eflowRec_BADLARQ_FRAC
,
48
eflowRec_ENG_POS
,
49
eflowRec_SIGNIFICANCE
,
50
eflowRec_CELL_SIGNIFICANCE
,
51
eflowRec_CELL_SIG_SAMPLING
,
52
eflowRec_AVG_LAR_Q
,
53
eflowRec_AVG_TILE_Q
,
54
eflowRec_LAYERENERGY_EM3
,
55
eflowRec_LAYERENERGY_HEC0
,
56
eflowRec_LAYERENERGY_Tile0
,
57
eflowRec_LAYERENERGY_HEC
,
58
eflowRec_TIMING
,
59
eflowRec_tracksExpectedEnergyDeposit
,
60
eflowRec_isInDenseEnvironment
,
61
eflowRec_LAYERENERGY_EM
,
62
eflowRec_LAYERENERGY_PreSamplerB
,
63
eflowRec_LAYERENERGY_EMB1
,
64
eflowRec_LAYERENERGY_EMB2
,
65
eflowRec_LAYERENERGY_EMB3
,
66
eflowRec_LAYERENERGY_PreSamplerE
,
67
eflowRec_LAYERENERGY_EME1
,
68
eflowRec_LAYERENERGY_EME2
,
69
eflowRec_LAYERENERGY_EME3
,
70
eflowRec_LAYERENERGY_HEC1
,
71
eflowRec_LAYERENERGY_HEC2
,
72
eflowRec_LAYERENERGY_HEC3
,
73
eflowRec_LAYERENERGY_TileBar0
,
74
eflowRec_LAYERENERGY_TileBar1
,
75
eflowRec_LAYERENERGY_TileBar2
,
76
eflowRec_LAYERENERGY_TileGap1
,
77
eflowRec_LAYERENERGY_TileGap2
,
78
eflowRec_LAYERENERGY_TileGap3
,
79
eflowRec_LAYERENERGY_TileExt0
,
80
eflowRec_LAYERENERGY_TileExt1
,
81
eflowRec_LAYERENERGY_TileExt2
,
82
eflowRec_LAYERENERGY_FCAL0
,
83
eflowRec_LAYERENERGY_FCAL1
,
84
eflowRec_LAYERENERGY_FCAL2
,
85
eflowRec_LAYERENERGY_MINIFCAL0
,
86
eflowRec_LAYERENERGY_MINIFCAL1
,
87
eflowRec_LAYERENERGY_MINIFCAL2
,
88
eflowRec_LAYERENERGY_MINIFCAL3
,
89
eflowRec_EM_PROBABILITY
,
90
eflowRec_layerVectorCellOrdering
,
91
eflowRec_radiusVectorCellOrdering
,
92
eflowRec_avgEdensityVectorCellOrdering
,
93
eflowRec_layerHED
,
94
eflowRec_ENG_CALIB_TOT
,
95
eflowRec_ENG_CALIB_FRAC_EM
,
96
eflowRec_ENG_CALIB_FRAC_HAD
,
97
eflowRec_ENG_CALIB_FRAC_REST
,
98
/* These are all of the DigiTruth attributes */
99
eflowRec_ENERGY_DigiHSTruth
,
100
eflowRec_ETA_DigiHSTruth
,
101
eflowRec_PHI_DigiHSTruth
,
102
eflowRec_SECOND_R_DigiHSTruth
,
103
eflowRec_FIRST_ENG_DENS_DigiHSTruth
,
104
eflowRec_CENTER_LAMBDA_DigiHSTruth
,
105
eflowRec_SECOND_LAMBDA_DigiHSTruth
,
106
eflowRec_ISOLATION_DigiHSTruth
,
107
eflowRec_ENG_FRAC_MAX_DigiHSTruth
,
108
eflowRec_ENG_BAD_CELLS_DigiHSTruth
,
109
eflowRec_N_BAD_CELLS_DigiHSTruth
,
110
eflowRec_BADLARQ_FRAC_DigiHSTruth
,
111
eflowRec_ENG_POS_DigiHSTruth
,
112
eflowRec_SIGNIFICANCE_DigiHSTruth
,
113
eflowRec_CELL_SIGNIFICANCE_DigiHSTruth
,
114
eflowRec_CELL_SIG_SAMPLING_DigiHSTruth
,
115
eflowRec_AVG_LAR_Q_DigiHSTruth
,
116
eflowRec_AVG_TILE_Q_DigiHSTruth
,
118
cellBased_FIRST_ETA
= 400,
119
cellBased_SECOND_R
,
120
cellBased_SECOND_LAMBDA
,
121
cellBased_DELTA_PHI
,
122
cellBased_DELTA_THETA
,
123
cellBased_CENTER_LAMBDA
,
124
cellBased_LATERAL
,
125
cellBased_LONGITUDINAL
,
126
cellBased_ENG_FRAC_EM
,
127
cellBased_ENG_FRAC_MAX
,
128
cellBased_ENG_FRAC_CORE
,
129
cellBased_SECOND_ENG_DENS
,
130
cellBased_EM1CoreFrac
,
131
cellBased_asymmetryInEM1WRTTrk
,
132
cellBased_NHitsInEM1
,
133
cellBased_NPosECells_PS
,
134
cellBased_NPosECells_EM1
,
135
cellBased_NPosECells_EM2
,
136
cellBased_firstEtaWRTClusterPosition_EM1
,
137
cellBased_firstEtaWRTClusterPosition_EM2
,
138
cellBased_secondEtaWRTClusterPosition_EM1
,
139
cellBased_secondEtaWRTClusterPosition_EM2
,
140
cellBased_energy_EM1
,
141
cellBased_energy_EM2
,
143
tauShots_nCellsInEta
= 600,
144
tauShots_pt1
,
145
tauShots_pt3
,
146
tauShots_pt5
,
147
tauShots_ws5
,
148
tauShots_sdevEta5_WRTmean
,
149
tauShots_sdevEta5_WRTmode
,
150
tauShots_sdevPt5
,
151
tauShots_deltaPt12_min
,
152
tauShots_Fside_3not1
,
153
tauShots_Fside_5not1
,
154
tauShots_Fside_5not3
,
155
tauShots_fracSide_3not1
,
156
tauShots_fracSide_5not1
,
157
tauShots_fracSide_5not3
,
158
tauShots_pt1OverPt3
,
159
tauShots_pt3OverPt5
,
160
tauShots_mergedScore
,
161
tauShots_signalScore
,
162
tauShots_nPhotons
,
163
tauShots_seedHash
164
};
165
167
168
enum
PFOParticleType
{
169
CaloCluster
= 0,
170
Track
,
171
TauShot
,
172
HadronicCalo
,
173
ChargedPFO
,
174
NeutralPFO
,
175
TauTrack
176
};
177
179
enum
PFOLeptonType
:
unsigned
int
{
180
PFO_electron
= 0,
181
PFO_muon
,
182
PFO_tau
,
183
PFO_photon
,
184
PFO_nonLeptonic
185
};
186
187
188
}
//end namespace PFODetails
189
190
}
191
192
#endif
// XAODPFLOW_PFODEFS_H
Track
Definition
TriggerChamberClusterOnTrackCreator.h:19
xAOD::PFODetails
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:21
xAOD::PFODetails::PFOLeptonType
PFOLeptonType
This enum is used to label the lepton type of the neutral PFO.
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:179
xAOD::PFODetails::PFO_nonLeptonic
@ PFO_nonLeptonic
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:184
xAOD::PFODetails::PFO_muon
@ PFO_muon
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:181
xAOD::PFODetails::PFO_tau
@ PFO_tau
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:182
xAOD::PFODetails::PFO_photon
@ PFO_photon
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:183
xAOD::PFODetails::PFO_electron
@ PFO_electron
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:180
xAOD::PFODetails::PFOAttributes
PFOAttributes
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:28
xAOD::PFODetails::eflowRec_LAYERENERGY_TileBar0
@ eflowRec_LAYERENERGY_TileBar0
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:73
xAOD::PFODetails::eflowRec_LAYERENERGY_MINIFCAL1
@ eflowRec_LAYERENERGY_MINIFCAL1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:86
xAOD::PFODetails::eflowRec_AVG_TILE_Q
@ eflowRec_AVG_TILE_Q
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:53
xAOD::PFODetails::eflowRec_ENG_BAD_CELLS_DigiHSTruth
@ eflowRec_ENG_BAD_CELLS_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:108
xAOD::PFODetails::tauShots_fracSide_5not3
@ tauShots_fracSide_5not3
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:157
xAOD::PFODetails::eflowRec_LAYERENERGY_FCAL0
@ eflowRec_LAYERENERGY_FCAL0
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:82
xAOD::PFODetails::eflowRec_ENG_CALIB_FRAC_REST
@ eflowRec_ENG_CALIB_FRAC_REST
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:97
xAOD::PFODetails::cellBased_SECOND_R
@ cellBased_SECOND_R
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:119
xAOD::PFODetails::eflowRec_CELL_SIGNIFICANCE_DigiHSTruth
@ eflowRec_CELL_SIGNIFICANCE_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:113
xAOD::PFODetails::cellBased_asymmetryInEM1WRTTrk
@ cellBased_asymmetryInEM1WRTTrk
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:131
xAOD::PFODetails::cellBased_ENG_FRAC_EM
@ cellBased_ENG_FRAC_EM
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:126
xAOD::PFODetails::cellBased_secondEtaWRTClusterPosition_EM2
@ cellBased_secondEtaWRTClusterPosition_EM2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:139
xAOD::PFODetails::eflowRec_ENG_FRAC_MAX
@ eflowRec_ENG_FRAC_MAX
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:44
xAOD::PFODetails::eflowRec_CENTER_LAMBDA
@ eflowRec_CENTER_LAMBDA
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:35
xAOD::PFODetails::eflowRec_ENERGY_DigiHSTruth
@ eflowRec_ENERGY_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:99
xAOD::PFODetails::tauShots_fracSide_3not1
@ tauShots_fracSide_3not1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:155
xAOD::PFODetails::eflowRec_LAYERENERGY_TileExt0
@ eflowRec_LAYERENERGY_TileExt0
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:79
xAOD::PFODetails::eflowRec_SIGNIFICANCE_DigiHSTruth
@ eflowRec_SIGNIFICANCE_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:112
xAOD::PFODetails::cellBased_SECOND_ENG_DENS
@ cellBased_SECOND_ENG_DENS
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:129
xAOD::PFODetails::eflowRec_SECOND_R_DigiHSTruth
@ eflowRec_SECOND_R_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:102
xAOD::PFODetails::eflowRec_LAYERENERGY_HEC
@ eflowRec_LAYERENERGY_HEC
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:57
xAOD::PFODetails::tauShots_signalScore
@ tauShots_signalScore
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:161
xAOD::PFODetails::eflowRec_LAYERENERGY_HEC3
@ eflowRec_LAYERENERGY_HEC3
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:72
xAOD::PFODetails::eflowRec_BADLARQ_FRAC
@ eflowRec_BADLARQ_FRAC
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:47
xAOD::PFODetails::eflowRec_EM_FRAC_ENHANCED
@ eflowRec_EM_FRAC_ENHANCED
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:32
xAOD::PFODetails::eflowRec_ENG_POS_DigiHSTruth
@ eflowRec_ENG_POS_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:111
xAOD::PFODetails::cellBased_NPosECells_EM1
@ cellBased_NPosECells_EM1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:134
xAOD::PFODetails::eflowRec_BADLARQ_FRAC_DigiHSTruth
@ eflowRec_BADLARQ_FRAC_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:110
xAOD::PFODetails::tauShots_pt1
@ tauShots_pt1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:144
xAOD::PFODetails::eflowRec_SIGNIFICANCE
@ eflowRec_SIGNIFICANCE
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:49
xAOD::PFODetails::cellBased_NPosECells_EM2
@ cellBased_NPosECells_EM2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:135
xAOD::PFODetails::cellBased_DELTA_PHI
@ cellBased_DELTA_PHI
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:121
xAOD::PFODetails::tauShots_sdevPt5
@ tauShots_sdevPt5
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:150
xAOD::PFODetails::tauShots_nCellsInEta
@ tauShots_nCellsInEta
These are the variables describing Tau Shot objects, which are built from EM1 cells.
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:143
xAOD::PFODetails::eflowRec_LATERAL
@ eflowRec_LATERAL
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:40
xAOD::PFODetails::eflowRec_LAYERENERGY_TileBar1
@ eflowRec_LAYERENERGY_TileBar1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:74
xAOD::PFODetails::eflowRec_HOT_STRIP_FRAC
@ eflowRec_HOT_STRIP_FRAC
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:38
xAOD::PFODetails::eflowRec_LAYERENERGY_HEC1
@ eflowRec_LAYERENERGY_HEC1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:70
xAOD::PFODetails::cellBased_energy_EM2
@ cellBased_energy_EM2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:141
xAOD::PFODetails::eflowRec_SECOND_LAMBDA_DigiHSTruth
@ eflowRec_SECOND_LAMBDA_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:105
xAOD::PFODetails::cellBased_LATERAL
@ cellBased_LATERAL
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:124
xAOD::PFODetails::eflowRec_LAYERENERGY_FCAL2
@ eflowRec_LAYERENERGY_FCAL2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:84
xAOD::PFODetails::eflowRec_CENTER_LAMBDA_DigiHSTruth
@ eflowRec_CENTER_LAMBDA_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:104
xAOD::PFODetails::eflowRec_ETA_DigiHSTruth
@ eflowRec_ETA_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:100
xAOD::PFODetails::eflowRec_LAYERENERGY_TileGap1
@ eflowRec_LAYERENERGY_TileGap1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:76
xAOD::PFODetails::eflowRec_tracksExpectedEnergyDeposit
@ eflowRec_tracksExpectedEnergyDeposit
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:59
xAOD::PFODetails::tauShots_fracSide_5not1
@ tauShots_fracSide_5not1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:156
xAOD::PFODetails::eflowRec_LAYERENERGY_TileExt1
@ eflowRec_LAYERENERGY_TileExt1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:80
xAOD::PFODetails::eflowRec_LAYERENERGY_TileGap2
@ eflowRec_LAYERENERGY_TileGap2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:77
xAOD::PFODetails::eflowRec_LAYERENERGY_EME1
@ eflowRec_LAYERENERGY_EME1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:67
xAOD::PFODetails::eflowRec_LAYERENERGY_MINIFCAL3
@ eflowRec_LAYERENERGY_MINIFCAL3
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:88
xAOD::PFODetails::tauShots_seedHash
@ tauShots_seedHash
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:163
xAOD::PFODetails::eflowRec_LAYERENERGY_EMB3
@ eflowRec_LAYERENERGY_EMB3
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:65
xAOD::PFODetails::tauShots_pt3OverPt5
@ tauShots_pt3OverPt5
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:159
xAOD::PFODetails::eflowRec_AVG_TILE_Q_DigiHSTruth
@ eflowRec_AVG_TILE_Q_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:116
xAOD::PFODetails::eflowRec_LAYERENERGY_MINIFCAL2
@ eflowRec_LAYERENERGY_MINIFCAL2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:87
xAOD::PFODetails::eflowRec_PHI_DigiHSTruth
@ eflowRec_PHI_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:101
xAOD::PFODetails::eflowRec_LAYERENERGY_EM3
@ eflowRec_LAYERENERGY_EM3
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:54
xAOD::PFODetails::eflowRec_ENG_BAD_CELLS
@ eflowRec_ENG_BAD_CELLS
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:45
xAOD::PFODetails::eflowRec_LAYERENERGY_FCAL1
@ eflowRec_LAYERENERGY_FCAL1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:83
xAOD::PFODetails::eflowRec_LAYERENERGY_MINIFCAL0
@ eflowRec_LAYERENERGY_MINIFCAL0
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:85
xAOD::PFODetails::tauShots_Fside_5not1
@ tauShots_Fside_5not1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:153
xAOD::PFODetails::tauShots_Fside_3not1
@ tauShots_Fside_3not1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:152
xAOD::PFODetails::tauShots_ws5
@ tauShots_ws5
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:147
xAOD::PFODetails::cellBased_NPosECells_PS
@ cellBased_NPosECells_PS
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:133
xAOD::PFODetails::eflowRec_CELL_SIG_SAMPLING
@ eflowRec_CELL_SIG_SAMPLING
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:51
xAOD::PFODetails::tauShots_pt3
@ tauShots_pt3
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:145
xAOD::PFODetails::cellBased_secondEtaWRTClusterPosition_EM1
@ cellBased_secondEtaWRTClusterPosition_EM1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:138
xAOD::PFODetails::eflowRec_ENG_CALIB_FRAC_EM
@ eflowRec_ENG_CALIB_FRAC_EM
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:95
xAOD::PFODetails::eflowRec_LAYERENERGY_EME2
@ eflowRec_LAYERENERGY_EME2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:68
xAOD::PFODetails::eflowRec_ISOLATION
@ eflowRec_ISOLATION
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:43
xAOD::PFODetails::cellBased_EM1CoreFrac
@ cellBased_EM1CoreFrac
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:130
xAOD::PFODetails::eflowRec_THREE_CELL_STRIP_FRAC
@ eflowRec_THREE_CELL_STRIP_FRAC
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:39
xAOD::PFODetails::eflowRec_LAYERENERGY_HEC2
@ eflowRec_LAYERENERGY_HEC2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:71
xAOD::PFODetails::eflowRec_ISOLATION_DigiHSTruth
@ eflowRec_ISOLATION_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:106
xAOD::PFODetails::eflowRec_LAYERENERGY_EM
@ eflowRec_LAYERENERGY_EM
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:61
xAOD::PFODetails::eflowRec_AVG_LAR_Q_DigiHSTruth
@ eflowRec_AVG_LAR_Q_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:115
xAOD::PFODetails::nPi0Proto
@ nPi0Proto
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:31
xAOD::PFODetails::cellBased_LONGITUDINAL
@ cellBased_LONGITUDINAL
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:125
xAOD::PFODetails::eflowRec_N_BAD_CELLS
@ eflowRec_N_BAD_CELLS
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:46
xAOD::PFODetails::eflowRec_CELL_SIGNIFICANCE
@ eflowRec_CELL_SIGNIFICANCE
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:50
xAOD::PFODetails::eflowRec_ENG_POS
@ eflowRec_ENG_POS
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:48
xAOD::PFODetails::cellBased_FIRST_ETA
@ cellBased_FIRST_ETA
These variables belong to the cell-based particle flow algorithm.
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:118
xAOD::PFODetails::tauShots_nPhotons
@ tauShots_nPhotons
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:162
xAOD::PFODetails::eflowRec_EM_PROBABILITY
@ eflowRec_EM_PROBABILITY
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:89
xAOD::PFODetails::eflowRec_isInDenseEnvironment
@ eflowRec_isInDenseEnvironment
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:60
xAOD::PFODetails::eflowRec_LAYERENERGY_HEC0
@ eflowRec_LAYERENERGY_HEC0
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:55
xAOD::PFODetails::tauShots_pt1OverPt3
@ tauShots_pt1OverPt3
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:158
xAOD::PFODetails::tauShots_Fside_5not3
@ tauShots_Fside_5not3
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:154
xAOD::PFODetails::tauShots_sdevEta5_WRTmean
@ tauShots_sdevEta5_WRTmean
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:148
xAOD::PFODetails::nPi0
@ nPi0
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:29
xAOD::PFODetails::cellBased_CENTER_LAMBDA
@ cellBased_CENTER_LAMBDA
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:123
xAOD::PFODetails::tauShots_deltaPt12_min
@ tauShots_deltaPt12_min
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:151
xAOD::PFODetails::eflowRec_ENG_FRAC_CORE
@ eflowRec_ENG_FRAC_CORE
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:33
xAOD::PFODetails::cellBased_NHitsInEM1
@ cellBased_NHitsInEM1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:132
xAOD::PFODetails::eflowRec_CELL_SIG_SAMPLING_DigiHSTruth
@ eflowRec_CELL_SIG_SAMPLING_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:114
xAOD::PFODetails::cellBased_firstEtaWRTClusterPosition_EM1
@ cellBased_firstEtaWRTClusterPosition_EM1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:136
xAOD::PFODetails::eflowRec_LONGITUDINAL
@ eflowRec_LONGITUDINAL
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:41
xAOD::PFODetails::cellBased_energy_EM1
@ cellBased_energy_EM1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:140
xAOD::PFODetails::cellBased_DELTA_THETA
@ cellBased_DELTA_THETA
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:122
xAOD::PFODetails::tauShots_sdevEta5_WRTmode
@ tauShots_sdevEta5_WRTmode
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:149
xAOD::PFODetails::cellBased_ENG_FRAC_MAX
@ cellBased_ENG_FRAC_MAX
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:127
xAOD::PFODetails::eflowRec_ENG_FRAC_MAX_DigiHSTruth
@ eflowRec_ENG_FRAC_MAX_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:107
xAOD::PFODetails::eflowRec_LAYERENERGY_TileExt2
@ eflowRec_LAYERENERGY_TileExt2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:81
xAOD::PFODetails::eflowRec_ENG_CALIB_TOT
@ eflowRec_ENG_CALIB_TOT
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:94
xAOD::PFODetails::tauShots_pt5
@ tauShots_pt5
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:146
xAOD::PFODetails::eflowRec_radiusVectorCellOrdering
@ eflowRec_radiusVectorCellOrdering
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:91
xAOD::PFODetails::eflowRec_FIRST_ENG_DENS
@ eflowRec_FIRST_ENG_DENS
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:34
xAOD::PFODetails::eflowRec_TIMING
@ eflowRec_TIMING
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:58
xAOD::PFODetails::cellBased_firstEtaWRTClusterPosition_EM2
@ cellBased_firstEtaWRTClusterPosition_EM2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:137
xAOD::PFODetails::eflowRec_SECOND_LAMBDA
@ eflowRec_SECOND_LAMBDA
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:42
xAOD::PFODetails::tauShots_mergedScore
@ tauShots_mergedScore
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:160
xAOD::PFODetails::eflowRec_LAYERENERGY_EMB1
@ eflowRec_LAYERENERGY_EMB1
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:63
xAOD::PFODetails::eflowRec_AVG_LAR_Q
@ eflowRec_AVG_LAR_Q
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:52
xAOD::PFODetails::eflowRec_LAYERENERGY_Tile0
@ eflowRec_LAYERENERGY_Tile0
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:56
xAOD::PFODetails::eflowRec_LAYERENERGY_TileGap3
@ eflowRec_LAYERENERGY_TileGap3
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:78
xAOD::PFODetails::eflowRec_LAYERENERGY_PreSamplerE
@ eflowRec_LAYERENERGY_PreSamplerE
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:66
xAOD::PFODetails::eflowRec_LAYERENERGY_TileBar2
@ eflowRec_LAYERENERGY_TileBar2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:75
xAOD::PFODetails::eflowRec_layerVectorCellOrdering
@ eflowRec_layerVectorCellOrdering
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:90
xAOD::PFODetails::eflowRec_LAYERENERGY_PreSamplerB
@ eflowRec_LAYERENERGY_PreSamplerB
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:62
xAOD::PFODetails::eflowRec_ENG_CALIB_FRAC_HAD
@ eflowRec_ENG_CALIB_FRAC_HAD
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:96
xAOD::PFODetails::eflowRec_FIRST_ENG_DENS_DigiHSTruth
@ eflowRec_FIRST_ENG_DENS_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:103
xAOD::PFODetails::eflowRec_DELTA_ALPHA
@ eflowRec_DELTA_ALPHA
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:37
xAOD::PFODetails::eflowRec_layerHED
@ eflowRec_layerHED
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:93
xAOD::PFODetails::cellBased_ENG_FRAC_CORE
@ cellBased_ENG_FRAC_CORE
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:128
xAOD::PFODetails::eflowRec_LAYERENERGY_EME3
@ eflowRec_LAYERENERGY_EME3
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:69
xAOD::PFODetails::eflowRec_SECOND_R
@ eflowRec_SECOND_R
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:36
xAOD::PFODetails::eflowRec_avgEdensityVectorCellOrdering
@ eflowRec_avgEdensityVectorCellOrdering
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:92
xAOD::PFODetails::cellBased_SECOND_LAMBDA
@ cellBased_SECOND_LAMBDA
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:120
xAOD::PFODetails::eflowRec_N_BAD_CELLS_DigiHSTruth
@ eflowRec_N_BAD_CELLS_DigiHSTruth
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:109
xAOD::PFODetails::eflowRec_LAYERENERGY_EMB2
@ eflowRec_LAYERENERGY_EMB2
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:64
xAOD::PFODetails::PFOParticleType
PFOParticleType
This enum is used to label the associated particles to the PFO object.
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:168
xAOD::PFODetails::TauShot
@ TauShot
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:171
xAOD::PFODetails::TauTrack
@ TauTrack
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:175
xAOD::PFODetails::ChargedPFO
@ ChargedPFO
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:173
xAOD::PFODetails::HadronicCalo
@ HadronicCalo
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:172
xAOD::PFODetails::NeutralPFO
@ NeutralPFO
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:174
xAOD::PFODetails::CaloCluster
@ CaloCluster
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:169
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
xAOD::PtEtaPhiMVectorF
ROOT::Math::LorentzVector< ROOT::Math::PtEtaPhiM4D< float > > PtEtaPhiMVectorF
Definition
Event/xAOD/xAODPFlow/xAODPFlow/PFODefs.h:17
Generated on
for ATLAS Offline Software by
1.17.0