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);
77 unsigned int fedId = 0;
80 for (
int re = -1; re <= 1; re = re + 2) {
98 for (
int ly = 1; ly <= maxLayerId; ++ly) {
99 GEMDetId gemId(re, 1, st, ly, ch, 0);
111 uint16_t chipPos = 0;
112 for (
int lphi = 0; lphi < maxVFat; ++lphi) {
134 }
else if (st == 0 && gebId ==
maxGEBs_) {
156 romap.
add(cMap, sMap);
157 romap.
add(sMap, cMap);