#include <JetWidthTool.h>
Public Member Functions | |
JetWidthTool (std::string myname) | |
virtual int | modifyJet (xAOD::Jet &jet) const |
double | width (const xAOD::Jet &jet, double &widthEta, double &widthPhi) const |
Steven Schramm and David Adams
February 2014
Tool to calculate the jet width.
int JetWidthTool::modifyJet | ( | xAOD::Jet & | jet | ) | const [virtual] |
Method to modify a jet. Returns 0 for success.
Implements ISingleJetModifier.