#include <JetECPSFractionTool.h>
Public Member Functions | |
JetECPSFractionTool (std::string myname) | |
int | modifyJet (xAOD::Jet &jet) const |
double | energyFraction (const xAOD::Jet &jet) const |
David Adams
May 2015
Tool to calculate the fraction of jet energy in endcap preshower (ECPS) clusters. Clusters which have more that ECPSFractionThreshold of their energy in the ECPS are included in the numerator.
Properties: ECPSFractionThreshold: Threshold for identifying a cluster as ECPS.
Attributes: ECPSFraction: Fraction of jet energy in the ECPS
int JetECPSFractionTool::modifyJet | ( | xAOD::Jet & | jet | ) | const [virtual] |
Method to modify a jet. Returns 0 for success.
Implements ISingleJetModifier.