#include <JetPseudojetRetriever.h>
Public Member Functions | |
JetPseudojetRetriever (std::string name) | |
StatusCode | initialize () |
const fastjet::PseudoJet * | pseudojet (const xAOD::Jet &jet) const |
Retrieve the pseudojet associate with a jet. | |
std::string | label () const |
Return the label. | |
void | print () const |
Print the state of the tool. |
Tool to construct retrieve the pseudojet associated with a jet.
No properties.
StatusCode JetPseudojetRetriever::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.