diff --git a/Reconstruction/Jet/JetMomentTools/Root/JetVertexTaggerTool.cxx b/Reconstruction/Jet/JetMomentTools/Root/JetVertexTaggerTool.cxx
index 8aec7bba28961c180b99569108aef6985a12be7b..983f8d73b71864780ca7596520991f1693896696 100644
--- a/Reconstruction/Jet/JetMomentTools/Root/JetVertexTaggerTool.cxx
+++ b/Reconstruction/Jet/JetMomentTools/Root/JetVertexTaggerTool.cxx
@@ -132,7 +132,7 @@ float JetVertexTaggerTool::evaluateJvt(float rpt, float jvfcorr) const {
 //**********************************************************************
 
 float JetVertexTaggerTool::updateJvt(const xAOD::Jet& jet, std::string sjvt, std::string scale) const {
-  string sjvfcorr = "JVFCorr";
+  string sjvfcorr = m_jvfCorrName;
   string srpt = sjvt + "Rpt";
   JetFourMom_t p4old = jet.jetP4(scale);
   float ptold = p4old.pt();