#include <IJERTool.h>
Public Member Functions | |
virtual | ~IJERTool () |
Declare the interface that the class provides. | |
virtual double | getRelResolutionMC (const xAOD::Jet *jet)=0 |
Read the resolution from the MC parameterization. | |
virtual double | getRelResolutionData (const xAOD::Jet *jet)=0 |
Obtain the resolution for data (sigma_MC + offset). | |
virtual double | getUncertainty (const xAOD::Jet *jet, JER::Uncert errType=JER::JER_NP_ALL)=0 |
Calculate resolution uncertainty. |
Tool interface class for accessing the jet energy resolution
virtual IJERTool::~IJERTool | ( | ) | [inline, virtual] |
Declare the interface that the class provides.
Virtual destructor for proper memory cleanup