jet::UncertaintyComponent Class Reference
List of all members.
Public Member Functions |
| UncertaintyComponent (const ComponentHelper &component, const size_t numHist=1) |
| UncertaintyComponent (const UncertaintyComponent &toCopy) |
virtual UncertaintyComponent * | clone () const =0 |
virtual StatusCode | initialize (TFile *histFile) |
virtual TString | getName () const |
virtual TString | getValidName () const |
virtual CompScaleVar::TypeEnum | getScaleVar () const |
virtual bool | isAlwaysZero () const |
virtual bool | getValidity (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
virtual double | getUncertainty (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
virtual bool | getValidUncertainty (double &unc, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
Protected Member Functions |
virtual bool | getValidityImpl (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const =0 |
virtual double | getUncertaintyImpl (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const =0 |
virtual bool | getValidBool (const double validity) const |
virtual double | getSplitFactor (const xAOD::Jet &jet) const |
virtual double | getMassOverPt (const xAOD::Jet &jet, const CompMassDef::TypeEnum massDef) const |
Protected Attributes |
bool | m_isInit |
const TString | m_uncHistName |
const TString | m_validHistName |
const CompScaleVar::TypeEnum | m_scaleVar |
const float | m_energyScale |
const bool | m_interpolate |
const int | m_splitNumber |
int | m_numExpectedHist |
UncertaintyHistogram * | m_uncHist |
UncertaintyHistogram * | m_validHist |
The documentation for this class was generated from the following files:
- /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.31/JetUncertainties/JetUncertainties/UncertaintyComponent.h
- /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.31/JetUncertainties/Root/UncertaintyComponent.cxx