From ae672a2f8d20ce457c8f774e05b310ab6cde698c Mon Sep 17 00:00:00 2001 From: ckitsaki <chara.kitsaki@cern.ch> Date: Fri, 1 May 2020 11:28:27 +0200 Subject: [PATCH] set bn param --- .../MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx index c592a4d974a..efb5fe3edd6 100644 --- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx +++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx @@ -107,6 +107,8 @@ namespace MuonCalib{ tmp_str = tokens[ival++]; sscanf(tmp_str.c_str(),"%80f",&bp); tmp_str = tokens[ival++]; + sscanf(tmp_str.c_str(),"%80f",&bn); + tmp_str = tokens[ival++]; sscanf(tmp_str.c_str(),"%80f",&sp); tmp_str = tokens[ival++]; sscanf(tmp_str.c_str(),"%80f",&sn); -- GitLab