#include <JetTrackMomentsTool.h>
Classes | |
struct | TrackMomentStruct |
Public Member Functions | |
JetTrackMomentsTool (const std::string &name) | |
StatusCode | initialize () |
virtual int | modifyJet (xAOD::Jet &jet) const |
Steven Schramm
February 2014
Tool to calculate general track-based jet moments
Moments to calculate: NumTrkPtXXX SumPtTrkPtXXX TrackWidthPtXXX where the track pT threhsold is XXX MeV.
StatusCode JetTrackMomentsTool::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 JetTrackMomentsTool::modifyJet | ( | xAOD::Jet & | jet | ) | const [virtual] |
Method to modify a jet. Returns 0 for success.
Implements ISingleJetModifier.