CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/L1Trigger/RPCTechnicalTrigger/interface/RPCInputSignal.h

Go to the documentation of this file.
00001 // $Id: RPCInputSignal.h,v 1.1 2009/01/30 15:42:47 aosorio Exp $
00002 #ifndef INTERFACE_RPCINPUTSIGNAL_H 
00003 #define INTERFACE_RPCINPUTSIGNAL_H 1
00004 
00005 // Include files
00006 
00013 class RPCInputSignal {
00014 public: 
00015   
00016   virtual ~RPCInputSignal( ) {}; 
00017 
00018   virtual void clear() = 0;
00019 
00020 protected:
00021   
00022 private:
00023   
00024 };
00025 #endif // INTERFACE_RPCINPUTSIGNAL_H