#include <JetOriginCorrectionTool.h>
Public Member Functions | |
JetOriginCorrectionTool (const std::string &myname) | |
Constructor from tool name. | |
virtual int | modify (xAOD::JetContainer &jet) const |
Protected Attributes | |
std::string | m_vtxContainerName |
std::string | m_correctionName |
std::string | m_eInfoName |
bool | m_onlyAssignPV |
This tool computes the constituent scale 4-vector of the jet relative to a PV vertex and stores it in as an attribute of the jet. This tool DOES NOT change the scale of the jet, just adds an attribute.
This tool is a wrapper : it only calls functions defined in JetUtils/JetOriginHelpers.h
Properties:
int JetOriginCorrectionTool::modify | ( | xAOD::JetContainer & | jet | ) | const [virtual] |
Inherited method to modify a jet. Compute the origin-corrected momentum and put it in the jet
Implements IJetModifier.