CMS 3D CMS Logo

CSCChannelMapperPostls1.h
Go to the documentation of this file.
1 #ifndef CSCChannelMapperPostls1_H
2 #define CSCChannelMapperPostls1_H
3 
28 
30  public:
31 
34 
35  std::string name() const override {return "CSCChannelMapperPostls1";}
36 
38  int rawStripChannel( const CSCDetId& id, int igeom ) const override;
39 
41  int geomStripChannel( const CSCDetId& id, int iraw ) const override ;
42 
45  int channelFromStrip( const CSCDetId& id, int strip ) const override;
46 
49  CSCDetId rawCSCDetId( const CSCDetId& id ) const override;
50 
51 };
52 
53 #endif
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
std::string name() const override
int geomStripChannel(const CSCDetId &id, int iraw) const override
Return geometrical strip channel number for input raw channel number.