TODO: this class needs documentation. More...
#include <FatJetTool.h>
Public Member Functions | |
FatJetToolCorrect (const std::string &name) | |
StatusCode | initialize () override |
virtual StatusCode | correctObject (xAOD::Jet &jet) override |
TODO: this class needs documentation.
ana::FatJetToolCorrect::FatJetToolCorrect | ( | const std::string & | name | ) |
effects: standard constructor guarantee: strong failures: out of memory II
StatusCode ana::FatJetToolCorrect::correctObject | ( | xAOD::Jet & | jet | ) | [override, virtual] |
effects: run the calibration on this event returns: whether we accepted the event guarantee: basic failures: tool dependent
StatusCode ana::FatJetToolCorrect::initialize | ( | void | ) | [override, virtual] |
effects: initialize this tool guarantee: basic failures: configuration errors
Reimplemented from asg::AsgTool.