#include <JetLArHVTool.h>
Public Member Functions | |
JetLArHVTool (const std::string &name) | |
virtual int | modifyJet (xAOD::Jet &) const |
virtual StatusCode | initialize () |
Calculates calorimeter based variables for jet quality
StatusCode JetLArHVTool::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.
int JetLArHVTool::modifyJet | ( | xAOD::Jet & | jet | ) | const [virtual] |
Method to modify a jet. Returns 0 for success.
Implements ISingleJetModifier.