CMS 3D CMS Logo

CSCChannelMapperPostls1.h
Go to the documentation of this file.
1 #ifndef CSCChannelMapperPostls1_H
2 #define CSCChannelMapperPostls1_H
3 
31 
33 public:
36 
37  std::string name() const override { return "CSCChannelMapperPostls1"; }
38 
40  int rawStripChannel(const CSCDetId &id, int igeom) const override;
41 
43  int geomStripChannel(const CSCDetId &id, int iraw) const override;
44 
47  int channelFromStrip(const CSCDetId &id, int strip) const override;
48 
51  CSCDetId rawCSCDetId(const CSCDetId &id) const override;
52 };
53 
54 #endif
int rawStripChannel(const CSCDetId &id, int igeom) const override
Return raw strip channel number for input geometrical channel number.
CSCDetId rawCSCDetId(const CSCDetId &id) const override
std::string name() const override
int geomStripChannel(const CSCDetId &id, int iraw) const override
Return geometrical strip channel number for input raw channel number.
int channelFromStrip(const CSCDetId &id, int strip) const override