#include <JetClusterMomentsTool.h>
Public Member Functions | |
JetClusterMomentsTool (const std::string &name) | |
virtual int | modifyJet (xAOD::Jet &jet) const |
Jakub Cuth
February 2014
Tool to calculate general cluster-based jet moments
Moments to add: LeadingClusterPt xAOD::CaloCluster::pt() LeadingClusterSecondLambda xAOD::CaloCluster::SECOND_LAMBDA LeadingClusterCenterLambda xAOD::CaloCluster::CENTER_LAMBDA LeadingClusterSecondR xAOD::CaloCluster::SECOND_R
int JetClusterMomentsTool::modifyJet | ( | xAOD::Jet & | jet | ) | const [virtual] |
Method to modify a jet. Returns 0 for success.
Implements ISingleJetModifier.