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