Public Member Functions | |
| JetTrimmer (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 JetTrimmer::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 JetTrimmer::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