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
digitizers_cfi.strip
strip
Definition: digitizers_cfi.py:19
CSCChannelMapperStartup
Definition: CSCChannelMapperStartup.h:34
CSCChannelMapperStartup::rawStripChannel
int rawStripChannel(const CSCDetId &id, int igeom) const override
Return raw strip channel number for input geometrical channel number.
Definition: CSCChannelMapperStartup.cc:3
CSCChannelMapperStartup::~CSCChannelMapperStartup
~CSCChannelMapperStartup() override
Definition: CSCChannelMapperStartup.h:37
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
CSCChannelMapperStartup::name
std::string name() const override
Definition: CSCChannelMapperStartup.h:39
CSCChannelMapperStartup::channelFromStrip
int channelFromStrip(const CSCDetId &id, int strip) const override
Definition: CSCChannelMapperStartup.cc:52
CSCDetId
Definition: CSCDetId.h:26
CSCChannelMapperStartup::geomStripChannel
int geomStripChannel(const CSCDetId &id, int iraw) const override
Return geometrical strip channel number for input raw channel number.
Definition: CSCChannelMapperStartup.cc:27
CSCChannelMapperStartup::rawCSCDetId
CSCDetId rawCSCDetId(const CSCDetId &id) const override
Definition: CSCChannelMapperStartup.cc:64
CSCChannelMapperStartup::CSCChannelMapperStartup
CSCChannelMapperStartup()
Definition: CSCChannelMapperStartup.h:36
CSCChannelMapperBase
Definition: CSCChannelMapperBase.h:42
CSCChannelMapperBase.h