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