Public Member Functions | |
JetFromPseudojet (std::string name) | |
StatusCode | initialize () |
xAOD::Jet * | add (const fastjet::PseudoJet &pj, xAOD::JetContainer &jets, xAOD::JetInput::Type inputtype, const NameList &ghostlabs) const |
xAOD::Jet * | add (const fastjet::PseudoJet &pj, xAOD::JetContainer &jets, const xAOD::Jet *pparent) const |
void | print () const |
Print the state of the tool. |
xAOD::Jet* JetFromPseudojet::add | ( | const fastjet::PseudoJet & | pj, | |
xAOD::JetContainer & | jets, | |||
const xAOD::Jet * | pparent | |||
) | const [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.
Implements IJetFromPseudojet.
xAOD::Jet* JetFromPseudojet::add | ( | const fastjet::PseudoJet & | pj, | |
xAOD::JetContainer & | jets, | |||
xAOD::JetInput::Type | inputtype, | |||
const NameList & | ghostlabs | |||
) | const [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.
Implements IJetFromPseudojet.
StatusCode JetFromPseudojet::initialize | ( | void | ) | [virtual] |
Dummy implementation of the initialisation function
It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...
Reimplemented from asg::AsgTool.