From e2196a14aaee96331d4ea2ec3ff971f7a07b70f2 Mon Sep 17 00:00:00 2001
From: Yi Fei Han <yi.fei.han@cern.ch>
Date: Tue, 4 Jun 2019 12:03:56 +0000
Subject: [PATCH] fix warning message

---
 .../ISF/ISF_Fatras/ISF_FatrasToolsMS/src/SimHitCreatorMS.h | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/src/SimHitCreatorMS.h b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/src/SimHitCreatorMS.h
index 7fbc076d749..29d7be4f5c5 100644
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/src/SimHitCreatorMS.h
+++ b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/src/SimHitCreatorMS.h
@@ -130,6 +130,7 @@ namespace iFatras
       RpcHitIdHelper*                      m_rpcHitIdHelper;
       CscHitIdHelper*                      m_cscHitIdHelper;
       TgcHitIdHelper*                      m_tgcHitIdHelper;
+      const MdtIdHelper* 		   m_mdtIdHelper;    //added to protect against dead sensors 
       MM_SimIdToOfflineId*                 m_mmOffToSimId;
       sTgcSimIdToOfflineId*                m_stgcOffToSimId;
 
@@ -141,11 +142,9 @@ namespace iFatras
       
       mutable std::string                  m_stationName; 
 
+      int   				   m_BMGid; //added to protect against dead sensors
       bool                                 m_createAllMdtHits;      
-     
-      int    m_BMGid;
-      bool   m_BMGpresent;//added to protect against dead sensors
-      const MdtIdHelper* m_mdtIdHelper;  
+      bool   				   m_BMGpresent;//added to protect against dead sensors
       std::map<Identifier, std::vector<Identifier> > m_DeadChannels;
     }; 
 
-- 
GitLab