From 8bf3b576ddb6514f74f07bad51978aad289e3d93 Mon Sep 17 00:00:00 2001 From: ckitsaki <chara.kitsaki@cern.ch> Date: Tue, 28 Apr 2020 14:50:17 +0200 Subject: [PATCH] remove chamber info --- .../MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx index 2035b0ff71bb..b74c99703b92 100644 --- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx +++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx @@ -133,9 +133,6 @@ void NSWCondUtils::setNSWABLinesFromAscii(const std::string& filename, sscanf(tmp_str.c_str(),"%80f",&ep); tmp_str = tokens[ival++]; sscanf(tmp_str.c_str(),"%80f",&en); - - ival+=2; - std::string ChamberHwName = tokens[ival]; Identifier id, id_mult; -- GitLab