Remove dependence of RpcDigitToRpcRDO::fillTagInfo on MuonRPC_Cabling
Hi,
I noticed that the MuonRPC_CablingSvc::rpcCabSvcType() function can only return simLike_MapsFromFiles or dataLike (cf. https://acode-browser1.usatlas.bnl.gov/lxr/source/athena/MuonSpectrometer/MuonCablings/MuonRPC_Cabling/MuonRPC_Cabling/MuonRPC_CablingSvc.h#0041). That means, that m_cablingType in RpcDigitToRpcRDO will always be MuonRPC_Cabling (cf. https://acode-browser1.usatlas.bnl.gov/lxr/source/athena/MuonSpectrometer/MuonCnv/MuonByteStreamCnvTest/src/RpcDigitToRpcRDO.cxx#0049). So, no need for a member function and no need for a dependency of fillTagInfo on MuonRPC_Cabling.
Best, Nico