Public Member Functions | |
MuonToolCorrect (const std::string &name) | |
StatusCode | initialize () override |
virtual StatusCode | correctObject (xAOD::Muon &muon) override |
ana::MuonToolCorrect::MuonToolCorrect | ( | const std::string & | name | ) |
effects: standard constructor guarantee: strong failures: out of memory II
StatusCode ana::MuonToolCorrect::correctObject | ( | xAOD::Muon & | muon | ) | [override, virtual] |
effects: run the calibration on this event returns: whether we accepted the event guarantee: basic failures: tool dependent
StatusCode ana::MuonToolCorrect::initialize | ( | void | ) | [override, virtual] |
effects: initialize this tool guarantee: basic failures: configuration errors
Reimplemented from asg::AsgTool.