From ae84c16bcd215befef1e1f8cdfe798c394abc50d Mon Sep 17 00:00:00 2001 From: Johannes Elmsheuser <johannes.elmsheuser@cern.ch> Date: Wed, 10 May 2017 17:33:47 +0200 Subject: [PATCH] Fix of sjvfcorr variable in JetVertexTaggerTool.cxx as discussed in ATLJETMET-754 Former-commit-id: 99abc77daab9233d44865f34ea9a30af658ce09d --- Reconstruction/Jet/JetMomentTools/Root/JetVertexTaggerTool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction/Jet/JetMomentTools/Root/JetVertexTaggerTool.cxx b/Reconstruction/Jet/JetMomentTools/Root/JetVertexTaggerTool.cxx index 8aec7bba289..983f8d73b71 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(); -- GitLab