00001
00012 #ifndef XAODJET_JETMOMENTAATTRIBUTES_H
00013 #define XAODJET_JETMOMENTAATTRIBUTES_H
00014
00015 namespace xAOD {
00016
00017 struct JetAttribute {
00018
00019 enum AttributeID {
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036 JetGhostArea,
00037 ActiveArea,
00038 ActiveArea4vec,
00039
00040 VoronoiArea,
00041 VoronoiAreaE,
00042 VoronoiAreaPx,
00043 VoronoiAreaPy,
00044 VoronoiAreaPz,
00045
00046
00047 GhostMuonSegmentCount,
00048 GhostTrackCount,
00049 GhostTruthParticleCount,
00050
00051
00052
00053 TransformType,
00054 MuMax,
00055 YMin,
00056 RClus,
00057 BDRS,
00058 DRFilt,
00059 YFilt,
00060 MuFilt,
00061 NSubjet,
00062 PtFrac,
00063 NTrimSubjets,
00064 RCut,
00065 ZCut,
00066
00067
00068
00069 JetOriginConstitScaleMomentum,
00070
00071
00072 GhostTruthAssociationFraction,
00073 GhostTrackAssociationFraction,
00074
00075 HECQuality,
00076 LArBadHVEnergy,
00077 LArBadHVRatio,
00078 LArQuality,
00079 NegativeE,
00080 AverageLArQF,
00081 OotFracClusters10,
00082 OotFracClusters5,
00083 OotFracCells5,
00084 OotFracCells10,
00085 Timing,
00086 N90Constituents,
00087 N90Cells,
00088
00089 BchCorrCell,
00090
00091 IsoDeltaR2SumPt,
00092 IsoDeltaR3SumPt,
00093
00094 JVF,
00095 JVFLoose,
00096 Jvt,
00097 JvtRpt,
00098 JvtJvfcorr,
00099
00100 NumTrkPt1000,
00101 NumTrkPt500,
00102 SumPtTrkPt1000,
00103 SumPtTrkPt500,
00104 TrackWidthPt1000,
00105 TrackWidthPt500,
00106
00107 EMFrac,
00108 HECFrac,
00109 EnergyPerSampling,
00110 FracSamplingMax,
00111 FracSamplingMaxIndex,
00112 ECPSFraction,
00113 SamplingMax,
00114
00115
00116 Width,
00117 WidthPhi,
00118
00119 LeadingClusterPt,
00120 LeadingClusterSecondLambda,
00121 LeadingClusterCenterLambda,
00122 LeadingClusterSecondR ,
00123
00124
00125 CentroidR,
00126
00127
00128 KtDR,
00129 Tau1,
00130 Tau2,
00131 Tau3,
00132 Tau1_wta,
00133 Tau2_wta,
00134 Tau3_wta,
00135 Tau21,
00136 Tau32,
00137 Tau21_wta,
00138 Tau32_wta,
00139 Split12,
00140 Split23,
00141 Split34,
00142 ZCut12,
00143 ZCut23,
00144 ZCut34,
00145 Dip12,
00146 Dip13,
00147 Dip23,
00148 DipExcl12,
00149 ECF1,
00150 ECF2,
00151 ECF3,
00152 ECF1_Beta2,
00153 ECF2_Beta2,
00154 ECF3_Beta2,
00155 C1,
00156 C2,
00157 D2,
00158 C1_Beta2,
00159 C2_Beta2,
00160 D2_Beta2,
00161 ThrustMin,
00162 ThrustMaj,
00163 FoxWolfram0,
00164 FoxWolfram1,
00165 FoxWolfram2,
00166 FoxWolfram3,
00167 FoxWolfram4,
00168 Sphericity,
00169 Aplanarity,
00170 PullMag,
00171 PullPhi,
00172 Pull_C00,
00173 Pull_C01,
00174 Pull_C10,
00175 Pull_C11,
00176 Charge,
00177 ShowerDeconstructionW,
00178 ShowerDeconstructionTop,
00179 Volatility,
00180
00181
00182
00183
00184 isBadLoose,
00185 isBadMedium,
00186 isBadTight,
00187 isUgly,
00188 PtTruth,
00189
00190 IsoKR20Par,
00191 IsoKR20Perp,
00192 HighestJVFVtx,
00193 JetLabel,
00194
00195 NumTowers,
00196
00197 BchCorrDotx,
00198 BchCorrJet,
00199 BchCorrJetForCell,
00200
00201 UnkownAttribute,
00202
00203
00204
00205
00206
00207
00208
00209
00210
00211
00212
00213
00214
00215
00216
00217
00218
00219
00220
00221
00222
00223
00224
00225
00226
00227
00228
00229
00230
00231
00232
00233
00234
00235
00236
00237
00238
00239
00240 };
00241
00242 enum AssoParticlesID {
00243 GhostTrack,
00244 GhostTruthParticle,
00245 GhostMuonSegment,
00246 OriginVertex,
00247 };
00248
00249 };
00250
00251
00252 }
00253 #endif