diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/src/SimHitCreatorMS.h b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/src/SimHitCreatorMS.h index 7fbc076d749b44d55b4a39b812c4f61fb6e8f6f3..29d7be4f5c5890decd184d2a030a62e0a2820851 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; };