![]() |
ATLAS Offline Software
|
IJetFinder is a dual-use tool interface for for a tool that modifies a jet collection. More...
#include <IJetFinder.h>
Public Types | |
| typedef std::vector< std::string > | NameList |
| Type for ghost labels. | |
Public Member Functions | |
| virtual | ~IJetFinder () |
| Destructor. | |
| 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. | |
| 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. | |
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 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.