Skip to content
Snippets Groups Projects
Commit ae84c16b authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Fix of sjvfcorr variable in JetVertexTaggerTool.cxx as discussed in ATLJETMET-754

Former-commit-id: 99abc77daab9233d44865f34ea9a30af658ce09d
parent 59ca0e2d
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment