#include <IJetFromPseudojet.h>
Public Types | |
typedef std::vector< std::string > | NameList |
Type for ghost labels. | |
Public Member Functions | |
virtual | ~IJetFromPseudojet () |
Destructor. | |
virtual xAOD::Jet * | add (const fastjet::PseudoJet &pj, xAOD::JetContainer &jets, xAOD::JetInput::Type inputtype, const NameList &ghostlabs) const =0 |
virtual xAOD::Jet * | add (const fastjet::PseudoJet &pj, xAOD::JetContainer &jets, const xAOD::Jet *pparent) const =0 |
IJetFromPseudojet is a dual-use tool interface for a tool that constructs a new ATLAS jet from a fastjet pseudojet.
virtual xAOD::Jet* IJetFromPseudojet::add | ( | const fastjet::PseudoJet & | pj, | |
xAOD::JetContainer & | jets, | |||
const xAOD::Jet * | pparent | |||
) | const [pure virtual] |
Method to construct an ATLAS jet from a pseudojet and parent jet. The new jet is put in the supplied container and is returned. Returns null for failure.
Implemented in JetFromPseudojet.
virtual xAOD::Jet* IJetFromPseudojet::add | ( | const fastjet::PseudoJet & | pj, | |
xAOD::JetContainer & | jets, | |||
xAOD::JetInput::Type | inputtype, | |||
const NameList & | ghostlabs | |||
) | const [pure virtual] |
Method to construct an ATLAS jet from a pseudojet, input type and vector of ghost labels. The new jet is put in the supplied container and is returned. Returns null for failure.
Implemented in JetFromPseudojet.