Public Member Functions | |
METSystematicsTool (const std::string &name) | |
StatusCode | softTrkSystInitialize () |
StatusCode | softCaloSystInitialize () |
StatusCode | jetTrkSystInitialize () |
StatusCode | initialize () |
StatusCode | finalize () |
CP::CorrectionCode | applyCorrection (xAOD::MissingET &inputMet, const xAOD::MissingETAssociationMap *map=nullptr) const |
CP::CorrectionCode | correctedCopy (const xAOD::MissingET &met, xAOD::MissingET *&outputmet, const xAOD::MissingETAssociationMap *map=nullptr) const |
bool | isAffectedBySystematic (const CP::SystematicVariation &var) const |
CP::SystematicSet | affectingSystematics () const |
CP::SystematicSet | recommendedSystematics () const |
CP::SystematicCode | applySystematicVariation (const CP::SystematicSet &set) |
CP::SystematicCode | sysApplySystematicVariation (const CP::SystematicSet &) |
void | setRandomSeed (int seed) const |
CP::SystematicSet met::METSystematicsTool::affectingSystematics | ( | ) | const [inline, virtual] |
returns: the list of all systematics this tool can be affected by guarantee: strong failures: out of memory II
Reimplemented from CP::SystematicsTool.
CP::SystematicCode met::METSystematicsTool::applySystematicVariation | ( | const CP::SystematicSet & | systConfig | ) | [inline, virtual] |
effects: configure this tool for the given list of systematic variations. any requested systematics that are not affecting this tool will be silently ignored (unless they cause other errors). guarantee: basic failures: out of memory II failures: systematic unknown failures: requesting multiple variations on the same systematic (e.g. up & down) failures: requesting an unsupported variation on an otherwise supported systematic (e.g. a 2 sigma variation and the tool only supports 1 sigma variations) failures: unsupported combination of supported systematic failures: other tool specific errors
Reimplemented from CP::SystematicsTool.
StatusCode met::METSystematicsTool::initialize | ( | void | ) | [virtual] |
Dummy implementation of the initialisation function
It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...
Reimplemented from asg::AsgTool.
bool met::METSystematicsTool::isAffectedBySystematic | ( | const CP::SystematicVariation & | systematic | ) | const [inline, virtual] |
returns: whether this tool is affected by the given systematic guarantee: no-fail
Reimplemented from CP::SystematicsTool.
CP::SystematicSet met::METSystematicsTool::recommendedSystematics | ( | ) | const [inline, virtual] |
returns: the list of all systematics this tool can be affected by guarantee: strong failures: out of memory II
Reimplemented from CP::SystematicsTool.
CP::SystematicCode met::METSystematicsTool::sysApplySystematicVariation | ( | const CP::SystematicSet & | systConfig | ) | [virtual] |
effects: configure this tool for the given list of systematic variations. systConfig is guaranteed to contain only supported systematics. guarantee: basic failures: out of memory II failures: unsupported combination of supported systematics failures: other tool specific errors
Implements CP::SystematicsTool.