16 debu pad_struc_debug,
debu rx_struc_debug,
19 m_cma_ro_debug(cma_debug),
20 m_pad_ro_debug(pad_debug),
21 m_rx_ro_debug(rx_debug),
22 m_sl_ro_debug(sl_debug),
23 m_cma_rostruct_debug(cma_struc_debug),
24 m_pad_rostruct_debug(pad_struc_debug),
25 m_rx_rostruct_debug(rx_struc_debug),
26 m_sl_rostruct_debug(sl_struc_debug),
34 int key = (*it)->sector() * 10000 +
35 (*it)->cma_parameters().id().PAD_index() * 100 +
36 (*it)->cma_parameters().id().type() * 10 +
37 (*it)->cma_parameters().id().Ixx_index();
39 std::pair < CMA_Readout::iterator, bool> ins =
43 log << MSG::ERROR <<
"Found duplicate CMA readout into CMA data!" <<
endmsg;
55 m_cma_ro_debug(readout.cma_ro_debug()),
56 m_pad_ro_debug(readout.pad_ro_debug()),
57 m_rx_ro_debug(readout.rx_ro_debug()),
58 m_sl_ro_debug(readout.sl_ro_debug()),
59 m_cma_rostruct_debug(readout.cma_rostruct_debug()),
60 m_pad_rostruct_debug(readout.pad_rostruct_debug()),
61 m_rx_rostruct_debug(readout.rx_rostruct_debug()),
62 m_sl_rostruct_debug(readout.sl_rostruct_debug()),
64 m_cma_readout(readout.cma_readout()),
65 m_pad_readout(readout.pad_readout())
79 for (
int i=0;
i<64;++
i)
81 for(
int j=0;j<=10;++j)
83 int kPAD_lw =
i * 10000 + j * 100;
84 int kPAD_hg =
i * 10000 + j * 100 + 99;
91 int SLid = (*PAD_l).second.sector();
92 int PADid = (*PAD_l).second.id().PAD_index();
95 int key = SLid * 100 + PADid;
99 log << MSG::ERROR <<
"Key doesn't correspond to CMA Sector Id!" <<
endmsg;
107 log <<
MSG::DEBUG <<
"Dump of the matrices readout into PAD " << PADid
114 std::pair < PAD_Readout::iterator, bool> ins =
118 log << MSG::ERROR <<
"Found duplicate PAD readout into CMA data!" <<
endmsg;
135 PadReadOut* readout = (*it).second.give_pad_readout();