Public Member Functions | |
JetReclusteringTool (std::string myname) | |
virtual StatusCode | initialize () override |
virtual int | execute () const override |
virtual void | print () const override |
Print the state of the tool. |
int JetReclusteringTool::execute | ( | ) | const [override, virtual] |
Method to be called for each event. Returns 0 for success.
Implements IJetExecuteTool.
StatusCode JetReclusteringTool::initialize | ( | void | ) | [override, 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.