![]() |
ATLAS Offline Software
|
#include <IJetUpdateJvt.h>
Public Member Functions | |
| virtual float | updateJvt (const xAOD::Jet &jet) const =0 |
| Calculate the updated JVT. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Class interface for a tool that updates JVT.
Definition at line 17 of file IJetUpdateJvt.h.
|
pure virtualinherited |
Print the state of the tool.
Implemented in asg::AsgTool, AsgHelloTool, HI::HIPileupTool, JetBottomUpSoftDrop, JetConstituentsRetriever, JetDumper, JetFinder, JetFromPseudojet, JetModifiedMassDrop, JetPileupLabelingTool, JetPruner, JetPseudojetRetriever, JetReclusterer, JetReclusteringTool, JetRecTool, JetRecursiveSoftDrop, JetSoftDrop, JetSplitter, JetSubStructureMomentToolsBase, JetToolRunner, JetTrimmer, JetTruthLabelingTool, KtDeltaRTool, and LundVariablesTool.
|
pure virtual |
Calculate the updated JVT.
jet - jet for which JVT is updated The new value for JVT is returned.
Implemented in JetVertexTaggerTool.