Go to the documentation of this file.00001
00002 #ifndef INTERFACE_PROCESSINPUTSIGNAL_H
00003 #define INTERFACE_PROCESSINPUTSIGNAL_H 1
00004
00005
00006 #include "L1Trigger/RPCTechnicalTrigger/interface/RPCInputSignal.h"
00007
00008 #include <map>
00009
00019 class ProcessInputSignal {
00020 public:
00021
00022 virtual ~ProcessInputSignal() {};
00023
00024 virtual int next() = 0;
00025
00026 virtual RPCInputSignal * retrievedata() = 0;
00027
00028 protected:
00029
00030 private:
00031
00032 };
00033 #endif // INTERFACE_PROCESSINPUTSIGNAL_H