#include <JetToolRunner.h>
Public Member Functions | |
| JetToolRunner (const std::string &myname) | |
| StatusCode | initialize () |
| StatusCode | finalize () |
| int | execute () const |
| void | print () const |
| Print the state of the tool. | |
Top-level tool for jet reconstruction. Properties: Tools - list of tools to run Timer - Timing flag 1 for top-level, 2 for each called tool
| int JetToolRunner::execute | ( | ) | const [virtual] |
Method to be called for each event. Returns 0 for success.
Implements IJetExecuteTool.
| StatusCode JetToolRunner::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