#include <IJetTileCorrectionTool.h>
Public Member Functions | |
virtual CorrectionCode | applyCorrection (xAOD::Jet &jet)=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. | |
virtual JTC::TS | getTileStatus (const xAOD::Jet &jet)=0 |
virtual StatusCode | addTileStatus (const xAOD::Jet &jet)=0 |
virtual void | setRJET (float r)=0 |
Interface for the tool correcting for dead Tile modules
Documentation to be written...
$Revision$ $Date$
virtual CorrectionCode CP::IJetTileCorrectionTool::applyCorrection | ( | xAOD::Jet & | jet | ) | [pure virtual] |
Declare the interface that the class provides.
Apply the correction on a modifyable object
Implemented in CP::JetTileCorrectionTool.