From e95cc4881c3a663235f06b21e5d4b62d03e88b1c Mon Sep 17 00:00:00 2001 From: ckitsaki <chara.kitsaki@cern.ch> Date: Tue, 28 Apr 2020 18:24:04 +0200 Subject: [PATCH] fix member variable declaration --- .../MuonGeoModel/MuonGeoModel/MuonDetectorFactory001.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MuonSpectrometer/MuonGeoModel/MuonGeoModel/MuonDetectorFactory001.h b/MuonSpectrometer/MuonGeoModel/MuonGeoModel/MuonDetectorFactory001.h index fab4c5cf1ce3..0fddbc2cf6a4 100755 --- a/MuonSpectrometer/MuonGeoModel/MuonGeoModel/MuonDetectorFactory001.h +++ b/MuonSpectrometer/MuonGeoModel/MuonGeoModel/MuonDetectorFactory001.h @@ -97,8 +97,8 @@ private: bool m_hasSTgc; bool m_hasMM; - const std::string& m_NSWABLinesSideA; - const std::string& m_NSWABLinesSideC; + std::string m_NSWABLinesSideA; + std::string m_NSWABLinesSideC; std::vector<std::string> m_selectedStations; std::vector<int> m_selectedStEta; -- GitLab