#include <IJetUpdateJvt.h>
Public Member Functions | |
virtual float | updateJvt (const xAOD::Jet &jet, std::string sjvt="Jvt", std::string scale="JetPileupScaleMomentum") const =0 |
Class interface for a toool that updates JVT.
virtual float IJetUpdateJvt::updateJvt | ( | const xAOD::Jet & | jet, | |
std::string | sjvt = "Jvt" , |
|||
std::string | scale = "JetPileupScaleMomentum" | |||
) | const [pure virtual] |
Calculate the updated JVT. jet - jet for which JVT is updated sjvt - name of the existing JVT moment (and prefix for RpT and JVFcorr). scale - name of the jet scale holding the original pT The new value for JVT is returned.
Implemented in JetVertexTaggerTool.