CMS 3D CMS Logo

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