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 #ifndef INTERFACE_RPCINPUTSIGNAL_H
2 #define INTERFACE_RPCINPUTSIGNAL_H 1
3 
4 // Include files
5 
13 public:
14 
15  virtual ~RPCInputSignal( ) {};
16 
17  virtual void clear() = 0;
18 
19 protected:
20 
21 private:
22 
23 };
24 #endif // INTERFACE_RPCINPUTSIGNAL_H
virtual ~RPCInputSignal()
virtual void clear()=0
Destructor.