CMS 3D CMS Logo

CSCChannelMapperStartup.h
Go to the documentation of this file.
1 #ifndef CSCChannelMapperStartup_H
2 #define CSCChannelMapperStartup_H
3 
33 
35 public:
38 
39  std::string name() const override { return "CSCChannelMapperStartup"; }
40 
42  int rawStripChannel(const CSCDetId &id, int igeom) const override;
43 
45  int geomStripChannel(const CSCDetId &id, int iraw) const override;
46 
49  int channelFromStrip(const CSCDetId &id, int strip) const override;
50 
53  CSCDetId rawCSCDetId(const CSCDetId &id) const override;
54 };
55 
56 #endif
int rawStripChannel(const CSCDetId &id, int igeom) const override
Return raw strip channel number for input geometrical channel number.
std::string name() const override
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.