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);
58 bool me1a = (
id.station() == 1) && (
id.
ring() == 4);
59 if (me1a &&
strip > 16)
60 ichan = (
strip - 1) % 16 + 1;
69 bool me1a = (
id.station() == 1) && (
id.
ring() == 4);
constexpr std::array< uint8_t, layerIndexSize > layer
int rawStripChannel(const CSCDetId &id, int igeom) const override
Return raw strip channel number for input geometrical channel number.
int channelFromStrip(const CSCDetId &id, int strip) const override
CSCDetId rawCSCDetId(const CSCDetId &id) const override
int geomStripChannel(const CSCDetId &id, int iraw) const override
Return geometrical strip channel number for input raw channel number.