ATLAS Offline Software
|
This interface is superseding the old version, IJetCalibrationTool. More...
#include <IJetCalibTool.h>
Public Member Functions | |
virtual StatusCode | modify (xAOD::JetContainer &jets) const override final |
Apply calibration to a jet container (for IJetModifier interface). More... | |
virtual StatusCode | calibrate (xAOD::JetContainer &jets) const =0 |
Apply calibration to a jet container. More... | |
virtual StatusCode | getNominalResolutionData (const xAOD::Jet &, const JetHelper::JetContext &, double &) const |
virtual StatusCode | getNominalResolutionMC (const xAOD::Jet &, const JetHelper::JetContext &, double &) const |
virtual void | print () const =0 |
Print the state of the tool. More... | |
This interface is superseding the old version, IJetCalibrationTool.
Definition at line 31 of file IJetCalibTool.h.
|
pure virtual |
Apply calibration to a jet container.
Implemented in JetCalibTool.
|
inlinevirtual |
Reimplemented in JetCalibTool.
Definition at line 44 of file IJetCalibTool.h.
|
inlinevirtual |
Reimplemented in JetCalibTool.
Definition at line 45 of file IJetCalibTool.h.
|
inlinefinaloverridevirtual |
Apply calibration to a jet container (for IJetModifier
interface).
Implements IJetModifier.
Definition at line 38 of file IJetCalibTool.h.
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.