Skip to content
Snippets Groups Projects
Commit 652d7bcd authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'id.MdtVsRpcRawDataMonitoring-20201030' into 'master'

MdtVsRpcRawDataMonitoring: Fix use of invalid Identifier.

See merge request atlas/athena!37797
parents 14424f4c 4270e83a
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,6 @@ StatusCode MdtVsRpcRawDataValAlg::fillHistograms()
int nPrd = 0;
Identifier dig_id;
std::string type="RPC";
......@@ -198,8 +197,8 @@ StatusCode MdtVsRpcRawDataValAlg::fillHistograms()
std::string hardware_name=convertChamberName(irpcstationName,irpcstationEta,irpcstationPhi,type) ;
if (selectChambersRange(hardware_name, m_chamberName,
m_idHelperSvc->rpcIdHelper().stationEta(dig_id), m_StationEta,
m_idHelperSvc->rpcIdHelper().stationPhi(dig_id), m_StationPhi, m_StationSize) && chambersCosmicSetup(hardware_name,m_cosmicStation)) {
m_idHelperSvc->rpcIdHelper().stationEta(prd_id), m_StationEta,
m_idHelperSvc->rpcIdHelper().stationPhi(prd_id), m_StationPhi, m_StationSize) && chambersCosmicSetup(hardware_name,m_cosmicStation)) {
//define layer
int imdt_multi_near = 0;
......
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