Public Member Functions | |
JetPruner (std::string name) | |
StatusCode | initialize () |
int | groom (const xAOD::Jet &jin, xAOD::JetContainer &jout) const |
void | print () const |
Print the state of the tool. |
int JetPruner::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 JetPruner::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.