CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CondFormats/CSCObjects/interface/CSCTriggerSimpleMapping.h

Go to the documentation of this file.
00001 #ifndef CondFormats_CSCTriggerSimpleMapping_h
00002 #define CondFormats_CSCTriggerSimpleMapping_h
00003 
00011 #include <CondFormats/CSCObjects/interface/CSCTriggerMapping.h>
00012 
00013 class CSCTriggerSimpleMapping : public CSCTriggerMapping {
00014  public:
00015 
00017    CSCTriggerSimpleMapping();
00018 
00020    virtual ~CSCTriggerSimpleMapping();
00021 
00022  private: 
00023 
00029     int hwId( int endcap, int station, int sector, int subsector, int cscid ) const;
00030 
00031 };
00032 
00033 #endif