CMS 3D CMS Logo

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  virtual ~RPCInputSignal(){};
15 
16  virtual void clear() = 0;
17 
18 protected:
19 private:
20 };
21 #endif // INTERFACE_RPCINPUTSIGNAL_H
virtual ~RPCInputSignal()
virtual void clear()=0
Destructor.