CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCChannelMapperStartup.h
Go to the documentation of this file.
1 #ifndef CSCChannelMapperStartup_H
2 #define CSCChannelMapperStartup_H
3 
30 
32  public:
33 
36 
37  virtual std::string name() const {return "CSCChannelMapperStartup";}
38 
40  int rawStripChannel( const CSCDetId& id, int igeom ) const;
41 
43  int geomStripChannel( const CSCDetId& id, int iraw ) const ;
44 
47  int channelFromStrip( const CSCDetId& id, int strip ) const;
48 
51  CSCDetId rawCSCDetId( const CSCDetId& id ) const;
52 
53 };
54 
55 #endif
CSCDetId rawCSCDetId(const CSCDetId &id) const
virtual std::string name() const
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
int geomStripChannel(const CSCDetId &id, int iraw) const
Return geometrical strip channel number for input raw channel number.