ATLAS Offline Software
|
IJetSelector is a dual-use tool interface for a tool that selects a jet. More...
#include <IJetSelector.h>
Public Member Functions | |
virtual | ~IJetSelector () |
Destructor. More... | |
virtual int | keep (const xAOD::Jet &jet) const =0 |
Method to select. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
IJetSelector is a dual-use tool interface for a tool that selects a jet.
Definition at line 19 of file IJetSelector.h.
|
inlinevirtual |
Method to select.
Returns true if jet is selected.
Implemented in JetCleaningTool, JetAttributeRatioSelector, JetAbsAttributeSelector, JetAttributeSelector, JetSelectorAttributeRunII, and JetSelectorAttribute.
|
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.