9 bool zplus = (
id.endcap() == 1);
11 bool me1a = (
id.station() == 1) && (
id.
ring() == 4);
12 bool me1b = (
id.station() == 1) && (
id.
ring() == 1);
34 bool zplus = (
id.endcap() == 1);
35 bool me11 = (
id.station() == 1) && (
id.
ring() == 1);
36 bool me1a = me11 && (iraw > 64);
37 bool me1b = me11 && (iraw <= 64);
57 bool me1a = (
id.station() == 1) && (
id.
ring() == 4);
58 if (me1a &&
strip > 16)
59 ichan = (
strip - 1) % 16 + 1;
67 bool me1a = (
id.station() == 1) && (
id.
ring() == 4);
int rawStripChannel(const CSCDetId &id, int igeom) const
Return raw strip channel number for input geometrical channel number.
int channelFromStrip(const CSCDetId &id, int strip) const
CSCDetId rawCSCDetId(const CSCDetId &id) const
int geomStripChannel(const CSCDetId &id, int iraw) const
Return geometrical strip channel number for input raw channel number.