Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:29

0001 #ifndef __CSCTFDTRECEIVERLUT_H
0002 #define __CSCTFDTRECEIVERLUT_H (1)
0003 
0004 class CSCTFDTReceiverLUT {
0005 public:
0006   static const unsigned short int lut[4096];
0007 };
0008 
0009 #endif