CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/L1Trigger/CSCTrackFinder/src/CSCTFDTReceiverLUT.h

Go to the documentation of this file.
00001 #ifndef __CSCTFDTRECEIVERLUT_H
00002 #define __CSCTFDTRECEIVERLUT_H (1)
00003 
00004 class CSCTFDTReceiverLUT{
00005 
00006  public:
00007 
00008   static const unsigned short int lut[4096];
00009 
00010 };
00011 
00012 #endif