107 for (
const RpcPad* pad : *rpcPads){
109 std::vector<unsigned> fillMe{};
117 const uint16_t padStat = pad->status();
118 const uint16_t padErr = pad->errorCode();
119 const uint16_t padOnID = pad->onlineId();
120 const uint16_t padLVL1ID = pad->lvl1Id();
121 const uint16_t padBCID = pad->bcId();
122 const int padSec = pad->sector();
123 for (
unsigned h : fillMe) {
132 const uint16_t coinOnID = coinMat->onlineId();
133 const uint16_t coinCrc = coinMat->crc();
134 const uint16_t coinFel1ID = coinMat->fel1Id();
135 const uint16_t coinFebcID = coinMat->febcId();
136 for (
unsigned h : fillMe) {
144 const uint16_t firedBcID = firedCh->bcid();
145 const uint16_t firedTime = firedCh->time();
146 const uint16_t firedIjk = firedCh->ijk();
147 const uint16_t firedChan = firedCh->channel();
148 const uint16_t firedOvl = firedCh->ovl();
149 const uint16_t firedThr = firedCh->thr();
150 for (
unsigned h : fillMe) {
168 convObj.
board = rdo->board();
171 if (!cabling->getOfflineId(convObj, msgStream())) {
173 return StatusCode::FAILURE;
176 if (!cabling->convert(convObj, chanId)) {
177 return StatusCode::FAILURE;
181 std::vector<unsigned> fillMe{};
189 for (
unsigned h : fillMe) {
201 return StatusCode::SUCCESS;