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);
std::vector< GEMChamberMap > theChamberMap_
static const int maxEtaPartition_
static const int maxVFatGE0_
void add(chamEC e, chamDC d)
static const int vfatVerV3_
static int32_t maxStationId
void convert(GEMROMapping &romap)
static const int maxChan_
void convertDummy(GEMROMapping &romap)
std::vector< GEMStripMap > theStripMap_
GEMDetId chamberId() const
const std::string & version() const
Abs< T >::type abs(const T &t)
static int32_t maxChamberId
std::vector< GEMVFatMap > theVFatMap_
static const int maxAMCs_
static int32_t maxLayerId
static const int maxGEBs_
static const int chipIdMask_
static int32_t minStationId
static const int maxVFatGE21_
static const int vfatTypeV3_
static const int maxVFatGE11_