Skip to content
Snippets Groups Projects
Commit ac23e6c8 authored by Hass AbouZeid's avatar Hass AbouZeid
Browse files

Merge branch 'JetMomentTools-21.0-2017-05-10' into '21.0'

Fix of sjvfcorr variable in JetVertexTaggerTool of JetMomentTools

See merge request !1619

Former-commit-id: f03cebf09cb9673e3a197c4bb7531cc0c211990f
parents 4726fcf1 ae84c16b
No related branches found
No related tags found
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