Public Member Functions | |
KtDeltaRTool (const std::string &t) | |
StatusCode | initialize () |
int | modifyJet (xAOD::Jet &) const |
void | print () const |
Print the state of the tool. |
StatusCode KtDeltaRTool::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.
int KtDeltaRTool::modifyJet | ( | xAOD::Jet & | jet | ) | const [virtual] |
Method to modify a jet. Returns 0 for success.
Implements ISingleJetModifier.