ATLAS Offline Software
|
#include <IJetUpdateJvt.h>
Public Member Functions | |
virtual float | updateJvt (const xAOD::Jet &jet) const =0 |
Calculate the updated JVT. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
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 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.
Calculate the updated JVT.
jet - jet for which JVT is updated The new value for JVT is returned.
Implemented in JetVertexTaggerTool.