Definition at line 66 of file ValidityHistogram.cxx.
◆ InfoHelperPtAbsEta()
| jet::InfoHelperPtAbsEta::InfoHelperPtAbsEta |
( |
const ValidityHistogram & | validHist, |
|
|
const float | energyScale ) |
|
inline |
Definition at line 69 of file ValidityHistogram.cxx.
InfoHelper(const ValidityHistogram &validHist, const float energyScale, const CompMassDef::TypeEnum massDef)
◆ clone()
◆ getAbsMass()
| double jet::InfoHelper::getAbsMass |
( |
const xAOD::Jet & | jet | ) |
const |
|
protectedinherited |
Definition at line 197 of file ValidityHistogram.cxx.
198{
199
202
203
205 if (
scale.isAvailable(jet))
206 return scale(jet).M();
207
208
209 SG::AuxElement::ConstAccessor<float> scaleTAMoment("JetTrackAssistedMassCalibrated");
211 return scaleTAMoment(jet);
212
213
216
217
219}
#define JESUNC_ERROR_CODE
const CompMassDef::TypeEnum m_massDef
virtual double m() const
The invariant mass of the particle.
TString getJetScaleString(const TypeEnum type)
◆ getMassOverE()
| double jet::InfoHelper::getMassOverE |
( |
const xAOD::Jet & | jet | ) |
const |
|
protectedinherited |
Definition at line 246 of file ValidityHistogram.cxx.
247{
248
250 return jet.
m()/jet.
e();
251
252
254 if (
scale.isAvailable(jet))
256
257
258 SG::AuxElement::ConstAccessor<float> scaleTAMoment("JetTrackAssistedMassCalibrated");
260 return scaleTAMoment(jet)/jet.
e();
261
262
264 return jet.
m()/jet.
e();
265
266
268
269}
virtual double e() const
The total energy of the particle.
◆ getMassOverPt()
| double jet::InfoHelper::getMassOverPt |
( |
const xAOD::Jet & | jet | ) |
const |
|
protectedinherited |
Definition at line 221 of file ValidityHistogram.cxx.
222{
223
225 return jet.
m()/jet.
pt();
226
227
229 if (
scale.isAvailable(jet))
231
232
233 SG::AuxElement::ConstAccessor<float> scaleTAMoment("JetTrackAssistedMassCalibrated");
235 return scaleTAMoment(jet)/jet.
pt();
236
237
239 return jet.
m()/jet.
pt();
240
241
243
244}
virtual double pt() const
The transverse momentum ( ) of the particle.
◆ isValid()
| virtual bool jet::InfoHelperPtAbsEta::isValid |
( |
const xAOD::Jet & | jet | ) |
const |
|
inlinevirtual |
Implements jet::InfoHelper.
Definition at line 73 of file ValidityHistogram.cxx.
74 {
76 }
const float m_energyScale
const ValidityHistogram & m_validHist
virtual double eta() const
The pseudorapidity ( ) of the particle.
◆ m_energyScale
| const float jet::InfoHelper::m_energyScale |
|
protectedinherited |
◆ m_massDef
◆ m_validHist
The documentation for this class was generated from the following file: