CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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