CMS 3D CMS Logo

RPCPacBase.h

Go to the documentation of this file.
00001 #ifndef L1Trigger_RPCPacBase_h
00002 #define L1Trigger_RPCPacBase_h
00003 
00014 #include "L1Trigger/RPCTrigger/interface/RPCConst.h"
00015 //------------------------------------------------------------------------------
00016 class RPCPacBase {
00017 
00018 public:
00019   
00020   RPCPacBase(int m_tower, int logSector, int logSegment);
00021   
00022   RPCPacBase(RPCConst::l1RpcConeCrdnts coneCrdnts);
00023   
00024   void setCurrentPosition(int m_tower, int logSector, int logSegment);
00025     
00026   void setCurrentPosition(RPCConst::l1RpcConeCrdnts coneCrdnts);
00027 protected:
00029   RPCConst::l1RpcConeCrdnts m_ConeCrdnts;
00030 
00033   RPCConst::l1RpcConeCrdnts m_CurrConeCrdnts;
00034 
00035   
00036 };
00037 #endif
00038 
00039 
00040 
00041 

Generated on Tue Jun 9 17:40:20 2009 for CMSSW by  doxygen 1.5.4