17 for (
unsigned int ix = 0; ix < imap.fedId.size(); ix++) {
22 abs(imap.gemNum[ix] / 1000),
23 abs(imap.gemNum[ix] / 100 % 10),
24 abs(imap.gemNum[ix] % 100),
36 for (
unsigned int ix = 0; ix < imap.vfatAdd.size(); ix++) {
37 GEMDetId gemId((imap.gemNum[ix] > 0) ? 1 : -1,
39 abs(imap.gemNum[ix] / 1000),
40 abs(imap.gemNum[ix] / 100 % 10),
41 abs(imap.gemNum[ix] % 100),
59 for (
unsigned int ix = 0; ix < imap.vfatType.size(); ix++) {
62 cMap.
chNum = imap.vfatCh[ix];
66 sMap.
stNum = imap.vfatStrip[ix];
68 romap.
add(cMap, sMap);
69 romap.
add(sMap, cMap);
76 unsigned int fedId = 0;
79 for (
int re = -1; re <= 1; re = re + 2) {
101 for (
int ly = 1; ly <= maxLayerId; ++ly) {
102 GEMDetId gemId(re, 1, st, ly, ch, 0);
118 uint16_t chipPos = 0;
119 for (
int lphi = 0; lphi < maxVFat; ++lphi) {
141 }
else if (st == 0 && gebId ==
maxGEBs_) {
163 romap.
add(cMap, sMap);
164 romap.
add(sMap, cMap);