101 const EventContext& ctx{Gaudi::Hive::currentContext()};
108 for (
const RpcPad* pad : *rpcPads){
110 std::vector<unsigned> fillMe{};
118 const uint16_t padStat = pad->status();
119 const uint16_t padErr = pad->errorCode();
120 const uint16_t padOnID = pad->onlineId();
121 const uint16_t padLVL1ID = pad->lvl1Id();
122 const uint16_t padBCID = pad->bcId();
123 const int padSec = pad->sector();
124 for (
unsigned h : fillMe) {
133 const uint16_t coinOnID = coinMat->onlineId();
134 const uint16_t coinCrc = coinMat->crc();
135 const uint16_t coinFel1ID = coinMat->fel1Id();
136 const uint16_t coinFebcID = coinMat->febcId();
137 for (
unsigned h : fillMe) {
145 const uint16_t firedBcID = firedCh->bcid();
146 const uint16_t firedTime = firedCh->time();
147 const uint16_t firedIjk = firedCh->ijk();
148 const uint16_t firedChan = firedCh->channel();
149 const uint16_t firedOvl = firedCh->ovl();
150 const uint16_t firedThr = firedCh->thr();
151 for (
unsigned h : fillMe) {
169 convObj.
board = rdo->board();
172 if (!cabling->getOfflineId(convObj, msgStream())) {
174 return StatusCode::FAILURE;
177 if (!cabling->convert(convObj, chanId)) {
178 return StatusCode::FAILURE;
182 std::vector<unsigned> fillMe{};
190 for (
unsigned h : fillMe) {
202 return StatusCode::SUCCESS;