Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:38

0001 #ifndef INTERFACE_RPCINPUTSIGNAL_H
0002 #define INTERFACE_RPCINPUTSIGNAL_H 1
0003 
0004 // Include files
0005 
0006 /** @class RPCInputSignal RPCInputSignal.h interface/RPCInputSignal.h
0007  *  
0008  *
0009  *  @author Andres Felipe Osorio Oliveros
0010  *  @date   2008-11-27
0011  */
0012 class RPCInputSignal {
0013 public:
0014   virtual ~RPCInputSignal(){};  ///< Destructor
0015 
0016   virtual void clear() = 0;
0017 
0018 protected:
0019 private:
0020 };
0021 #endif  // INTERFACE_RPCINPUTSIGNAL_H