17 for (
unsigned int ix = 0; ix < imap.fedId.size(); ix++) {
19 ec.
fedId = imap.fedId[ix];
20 ec.
amcNum = imap.amcNum[ix];
21 ec.
gebId = imap.gebId[ix];
26 abs(imap.gemNum[ix] / 1000),
27 abs(imap.gemNum[ix] / 100 % 10),
28 abs(imap.gemNum[ix] % 100),
37 for (
unsigned int ix = 0; ix < imap.vfatAdd.size(); ix++) {
38 GEMDetId gemId((imap.gemNum[ix] > 0) ? 1 : -1,
40 abs(imap.gemNum[ix] / 1000),
41 abs(imap.gemNum[ix] / 100 % 10),
42 abs(imap.gemNum[ix] % 100),
60 for (
unsigned int ix = 0; ix < imap.vfatType.size(); ix++) {
63 cMap.
chNum = imap.vfatCh[ix];
67 sMap.
stNum = imap.vfatStrip[ix];
69 romap.
add(cMap, sMap);
70 romap.
add(sMap, cMap);
81 for (
int re = -1; re <= 1; re = re + 2) {
91 GEMDetId gemId(re, 1, st, ly, ch, 0);
104 uint16_t chipPos = 0;
105 for (
int lphi = 0; lphi < maxVFat; ++lphi) {
151 romap.
add(cMap, sMap);
152 romap.
add(sMap, cMap);