CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/L1Trigger/RPCTechnicalTrigger/interface/RPCLogicUnit.h

Go to the documentation of this file.
00001 // $Id: RPCLogicUnit.h,v 1.2 2009/08/09 11:11:36 aosorio Exp $
00002 #ifndef INTERFACE_RPCLOGICUNIT_H 
00003 #define INTERFACE_RPCLOGICUNIT_H 1
00004 
00005 // Include files
00006 
00014 class RPCLogicUnit {
00015 public: 
00017   RPCLogicUnit( ) {};
00018   
00019   RPCLogicUnit( int, int, int );
00020     
00021   virtual ~RPCLogicUnit( ); 
00022   
00023   int m_propA;
00024   int m_propB;
00025   int m_propC;
00026 
00027 protected:
00028   
00029 private:
00030   
00031 };
00032 #endif // INTERFACE_RPCLOGICUNIT_H