Go to the documentation of this file.00001
00002 #ifndef TTUGLOBALSIGNAL_H
00003 #define TTUGLOBALSIGNAL_H 1
00004
00005
00006 #include "L1Trigger/RPCTechnicalTrigger/interface/TTUInput.h"
00007 #include "L1Trigger/RPCTechnicalTrigger/interface/RPCInputSignal.h"
00008
00009 #include <map>
00010
00017 class TTUGlobalSignal : public RPCInputSignal {
00018 public:
00020 TTUGlobalSignal( ) { };
00021
00022 TTUGlobalSignal( std::map< int, TTUInput* > * );
00023
00024 virtual ~TTUGlobalSignal( );
00025
00026 void clear() { };
00027
00028 std::map< int, TTUInput* > * m_wheelmap;
00029
00030 protected:
00031
00032 private:
00033
00034 };
00035 #endif // TTUGLOBALSIGNAL_H