ATLAS Offline Software
|
#include <IJetFinder.h>
Public Types | |
typedef std::vector< std::string > | NameList |
Type for ghost labels. More... | |
Public Member Functions | |
virtual | ~IJetFinder () |
Destructor. More... | |
virtual int | find (const PseudoJetContainer &cont, xAOD::JetContainer &finalJets, xAOD::JetInput::Type contype) const =0 |
Method to find jets from a vector of pseudojet inputs. More... | |
virtual int | findNoSave (const PseudoJetContainer &cont, xAOD::JetContainer &finalJets, xAOD::JetInput::Type contype, fastjet::ClusterSequence *&) const =0 |
virtual void | print () const =0 |
Print the state of the tool. More... | |
IJetFinder is a dual-use tool interface for for a tool that modifies a jet collection.
Definition at line 30 of file IJetFinder.h.
typedef std::vector<std::string> IJetFinder::NameList |
Type for ghost labels.
Definition at line 36 of file IJetFinder.h.
|
inlinevirtual |
|
pure virtual |
Method to find jets from a vector of pseudojet inputs.
The last arguments are the input type for the found jets and the list of ghost constituent labels. Returns 0 for success.
Implemented in JetFinder.
|
pure virtual |
Implemented in JetFinder.
|
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.