Tool for the pre-correction of electrons. More...
#include <ElectronTool.h>
Public Member Functions | |
ElectronToolPreCorrect (const std::string &name) | |
This macro generates a proper constructor for Athena. | |
virtual AnalysisStep | step () const override |
StatusCode | initialize () override |
Initialize this tool. | |
virtual StatusCode | correctObject (xAOD::Electron &electron) override |
Run the correction on this event. |
Tool for the pre-correction of electrons.
Applies corrections independent on systematics
ana::ElectronToolPreCorrect::ElectronToolPreCorrect | ( | const std::string & | name | ) |
This macro generates a proper constructor for Athena.
Standard constructor
AnalysisStep ana::ElectronToolPreCorrect::step | ( | ) | const [override, virtual] |
the processing step we are working on
Reimplemented from ana::AnaToolCorrect< xAOD::ElectronContainer >.