This class is added so we can add additional variables that are common to. More...
#include <TopMuonTool.h>
Public Member Functions | |
TopMuonToolPreCorrect (const std::string &name) | |
virtual AnalysisStep | step () const override |
StatusCode | initialize () override |
virtual StatusCode | correctObject (xAOD::Muon &muon) override |
This class is added so we can add additional variables that are common to.
ana::TopMuonToolPreCorrect::TopMuonToolPreCorrect | ( | const std::string & | name | ) |
effects: standard constructor guarantee: strong failures: out of memory II
StatusCode ana::TopMuonToolPreCorrect::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::TopMuonToolPreCorrect::initialize | ( | void | ) | [override, virtual] |
effects: initialize this tool guarantee: basic failures: configuration errors
Reimplemented from asg::AsgTool.
AnalysisStep ana::TopMuonToolPreCorrect::step | ( | ) | const [override, virtual] |
the processing step we are working on
Reimplemented from ana::AnaToolCorrect< xAOD::MuonContainer >.