![]() |
ATLAS Offline Software
|
#include <IJetPseudojetRetriever.h>
Public Member Functions | |
| virtual | ~IJetPseudojetRetriever () |
| Destructor. | |
| virtual const fastjet::PseudoJet * | pseudojet (const xAOD::Jet &jet) const =0 |
| Retrieve the pseudojet associate with a jet. | |
| virtual std::string | label () const |
| Return the label for this retriever. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
IJetPseudojetRetriever is a dual-use tool interface for a tool that retrieves the pseudojet (i.e. the clsuter sequence) associated with a jet.
Definition at line 27 of file IJetPseudojetRetriever.h.
|
inlinevirtual |
|
inlinevirtual |
Return the label for this retriever.
Reimplemented in JetPseudojetRetriever.
Definition at line 39 of file IJetPseudojetRetriever.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 |
Retrieve the pseudojet associate with a jet.
Implemented in JetPseudojetRetriever.