CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCInputSignal.h
Go to the documentation of this file.
1 // $Id: RPCInputSignal.h,v 1.1 2009/01/30 15:42:47 aosorio Exp $
2 #ifndef INTERFACE_RPCINPUTSIGNAL_H
3 #define INTERFACE_RPCINPUTSIGNAL_H 1
4 
5 // Include files
6 
14 public:
15 
16  virtual ~RPCInputSignal( ) {};
17 
18  virtual void clear() = 0;
19 
20 protected:
21 
22 private:
23 
24 };
25 #endif // INTERFACE_RPCINPUTSIGNAL_H
virtual ~RPCInputSignal()
virtual void clear()=0
Destructor.