#include <JetTrackSumMomentsTool.h>
Public Member Functions | |
JetTrackSumMomentsTool (const std::string &name) | |
StatusCode | initialize () |
virtual int | modifyJet (xAOD::Jet &jet) const |
std::pair< float, float > | getJetTrackSums (const xAOD::Vertex *, const std::vector< const xAOD::TrackParticle * > &, const jet::TrackVertexAssociation *) const |
const xAOD::Vertex * | findHSVertex (const xAOD::VertexContainer *&) const |
James Frost
January 2015
Tool to calculate moments based on the vector track sum
Moments to calculate: TrkSumMass TrkSumPt
applying selection to the ghost-associated track collection
StatusCode JetTrackSumMomentsTool::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 JetTrackSumMomentsTool::modifyJet | ( | xAOD::Jet & | jet | ) | const [virtual] |
Method to modify a jet. Returns 0 for success.
Implements ISingleJetModifier.