#include <IJetCalibrationTool.h>
Public Member Functions | |
virtual CorrectionCode | applyCorrection (xAOD::Jet &mu)=0 |
Declare the interface that the class provides. | |
virtual CorrectionCode | correctedCopy (const xAOD::Jet &input, xAOD::Jet *&output)=0 |
Create a corrected copy from a constant jet. |
Simple interface for calibrating jets
Following the design principles outlined in the TF3 recommendations.
virtual CorrectionCode CP::IJetCalibrationTool::applyCorrection | ( | xAOD::Jet & | mu | ) | [pure virtual] |
Declare the interface that the class provides.
Apply the correction on a modifyable object
Implemented in CP::JetCalibrationToolExample.