ATLAS Offline Software
|
#include <IJetPseudojetRetriever.h>
Public Member Functions | |
virtual | ~IJetPseudojetRetriever () |
Destructor. More... | |
virtual const fastjet::PseudoJet * | pseudojet (const xAOD::Jet &jet) const =0 |
Retrieve the pseudojet associate with a jet. More... | |
virtual std::string | label () const |
Return the label for this retriever. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
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 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.
|
pure virtual |
Retrieve the pseudojet associate with a jet.
Implemented in JetPseudojetRetriever.