#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 PseudoJetVector &inps, xAOD::JetContainer &jets, xAOD::JetInput::Type contype, const NameList &ghostlabs) const =0 |
IJetFinder is a dual-use tool interface for for a tool that modifies a jet collection.
virtual int IJetFinder::find | ( | const PseudoJetVector & | inps, | |
xAOD::JetContainer & | jets, | |||
xAOD::JetInput::Type | contype, | |||
const NameList & | ghostlabs | |||
) | const [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 JetByVertexFinder, and JetFinder.