21 for (
unsigned int ix=0;ix<imap.fedId.size();ix++) {
23 ec.
fedId = imap.fedId[ix];
24 ec.
amcNum = imap.amcNum[ix];
25 ec.
gebId = imap.gebId[ix];
28 dc.
detId =
GEMDetId((imap.gemNum[ix] > 0) ? 1:-1, 1,
abs(imap.gemNum[ix]/1000),
abs(imap.gemNum[ix]/100%10),
abs(imap.gemNum[ix]%100), 0);
36 for (
unsigned int ix=0;ix<imap.vfatAdd.size();ix++) {
37 GEMDetId gemId((imap.gemNum[ix] > 0) ? 1:-1, 1,
abs(imap.gemNum[ix]/1000),
abs(imap.gemNum[ix]/100%10),
abs(imap.gemNum[ix]%100), imap.iEta[ix]);
55 for (
unsigned int ix=0;ix<imap.vfatType.size();ix++) {
58 cMap.
chNum = imap.vfatCh[ix];
62 sMap.
stNum = imap.vfatStrip[ix];
64 romap.
add(cMap, sMap);
65 romap.
add(sMap, cMap);
77 for (
int re = -1; re <= 1; re = re+2) {
85 GEMDetId gemId(re, 1, st, ly, ch, 0);
99 for (
int lphi = 0; lphi < maxVFat; ++lphi) {
145 romap.
add(cMap, sMap);
146 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_
void convert(GEMROMapping &romap)
static const int maxChan_
static const int maxChamberId
void convertDummy(GEMROMapping &romap)
std::vector< GEMStripMap > theStripMap_
static const int maxLayerId
GEMDetId chamberId() const
Return the corresponding ChamberId.
const std::string & version() const
Abs< T >::type abs(const T &t)
static const int maxStationId
std::vector< GEMVFatMap > theVFatMap_
static const int maxAMCs_
static const int maxGEBs_
static const int minStationId
static const int chipIdMask_
static const int maxVFatGE21_
static const int vfatTypeV3_
static const int maxVFatGE11_