Skip to content
Snippets Groups Projects
Commit 8cd0de58 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'fatrasMSProtectionWarningFix' into 'master'

fix warning message

See merge request atlas/athena!23878
parents 229a3e89 e2196a14
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,7 @@ namespace iFatras ...@@ -130,6 +130,7 @@ namespace iFatras
RpcHitIdHelper* m_rpcHitIdHelper; RpcHitIdHelper* m_rpcHitIdHelper;
CscHitIdHelper* m_cscHitIdHelper; CscHitIdHelper* m_cscHitIdHelper;
TgcHitIdHelper* m_tgcHitIdHelper; TgcHitIdHelper* m_tgcHitIdHelper;
const MdtIdHelper* m_mdtIdHelper; //added to protect against dead sensors
MM_SimIdToOfflineId* m_mmOffToSimId; MM_SimIdToOfflineId* m_mmOffToSimId;
sTgcSimIdToOfflineId* m_stgcOffToSimId; sTgcSimIdToOfflineId* m_stgcOffToSimId;
...@@ -141,11 +142,9 @@ namespace iFatras ...@@ -141,11 +142,9 @@ namespace iFatras
mutable std::string m_stationName; mutable std::string m_stationName;
int m_BMGid; //added to protect against dead sensors
bool m_createAllMdtHits; bool m_createAllMdtHits;
bool m_BMGpresent;//added to protect against dead sensors
int m_BMGid;
bool m_BMGpresent;//added to protect against dead sensors
const MdtIdHelper* m_mdtIdHelper;
std::map<Identifier, std::vector<Identifier> > m_DeadChannels; std::map<Identifier, std::vector<Identifier> > m_DeadChannels;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment