Skip to content
Snippets Groups Projects
Commit 71863fba authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'rpdRdoDigcab' into 'master'

Use RpcCablingCondData in fill_RPCdata

See merge request atlas/athena!33076
parents c1d3ba81 6cfdb1dd
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ StatusCode RpcDigitToRpcRDO::execute(const EventContext& ctx) const { ...@@ -149,7 +149,7 @@ StatusCode RpcDigitToRpcRDO::execute(const EventContext& ctx) const {
return StatusCode::SUCCESS; return StatusCode::SUCCESS;
} }
StatusCode RpcDigitToRpcRDO::fill_RPCdata(RPCsimuData& data, const EventContext& ctx, const RpcCablingCondData* /*readCdo*/) const { StatusCode RpcDigitToRpcRDO::fill_RPCdata(RPCsimuData& data, const EventContext& ctx, const RpcCablingCondData* readCdo) const {
std::string space = " "; std::string space = " ";
...@@ -194,7 +194,7 @@ StatusCode RpcDigitToRpcRDO::fill_RPCdata(RPCsimuData& data, const EventContext& ...@@ -194,7 +194,7 @@ StatusCode RpcDigitToRpcRDO::fill_RPCdata(RPCsimuData& data, const EventContext&
Amg::Vector3D pos = descriptor->stripPos(channelId); Amg::Vector3D pos = descriptor->stripPos(channelId);
// get now strip_code from cablingSvc // get now strip_code from cablingSvc
unsigned long int strip_code_cab = m_cabling->strip_code_fromOffId (StationName, StationEta, StationPhi, unsigned long int strip_code_cab = readCdo->strip_code_fromOffId (StationName, StationEta, StationPhi,
DoubletR, DoubletZ, DoubletP, DoubletR, DoubletZ, DoubletP,
GasGap, MeasuresPhi, Strip); GasGap, MeasuresPhi, Strip);
......
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