#include <JetReclusterer.h>
Public Member Functions | |
| JetReclusterer (std::string name) | |
| StatusCode | initialize () |
| int | groom (const xAOD::Jet &jin, xAOD::JetContainer &jout) const |
| void | print () const |
| Print the state of the tool. | |
Tool to recluster jets, i.e. refind starting from the parent jets constituents.
Properties: JetFinder - Tool that does the jet finding. JetConstituentsRetriever - Tool that retrieves constituents from input jet.
| int JetReclusterer::groom | ( | const xAOD::Jet & | jin, | |
| xAOD::JetContainer & | jout | |||
| ) | const [virtual] |
Transform jet. If accepted, the new jet is added to the container. Return codes:
Implements IJetGroomer.
| StatusCode JetReclusterer::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.
1.6.1