Public Member Functions | |
virtual const CP::CorrectionCode | applyCorrection (xAOD::Photon &ph) const =0 |
Declare the interface that the class provides. | |
virtual const CP::CorrectionCode | applyCorrection (xAOD::Electron &el) const =0 |
virtual const CP::CorrectionCode | correctedCopy (const xAOD::Photon &ph, xAOD::Photon *&output) const =0 |
virtual const CP::CorrectionCode | correctedCopy (const xAOD::Electron &el, xAOD::Electron *&output) const =0 |
virtual const CP::CorrectionCode IElectronPhotonShowerShapeFudgeTool::applyCorrection | ( | xAOD::Photon & | ph | ) | const [pure virtual] |
Declare the interface that the class provides.
Apply the correction on a modifyable object
Implemented in ElectronPhotonShowerShapeFudgeTool.