CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/L1Trigger/CSCCommonTrigger/interface/CSCFrontRearLUT.h

Go to the documentation of this file.
00001 #ifndef L1Trigger_CSCFrontRearLUT_h
00002 #define L1Trigger_CSCFrontRearLUT_h
00003 
00011 class CSCFrontRearLUT
00012 {
00013  public:
00014   
00019   static unsigned getFRBit(int sector, int subsector, int station, int cscid);
00020 };
00021 
00022 #endif