#include <IJERSmearingTool.h>
Public Member Functions | |
virtual | ~IJERSmearingTool () |
Virtual destructor. | |
virtual CP::CorrectionCode | applyCorrection (xAOD::Jet &jet)=0 |
Apply the JER correction on a modifiable jet. | |
virtual CP::CorrectionCode | correctedCopy (const xAOD::Jet &input, xAOD::Jet *&output)=0 |
Create a JER-corrected copy from a const jet. | |
virtual void | setRandomSeed (long int)=0 |
Interface class for smearing the jet energy resolution
virtual void IJERSmearingTool::setRandomSeed | ( | long | int | ) | [pure virtual] |
Optional method to set random seed. Note that the tool already has a deterministic way to do this using the jet phi.
Implemented in JERSmearingTool.