CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/L1Trigger/RPCTechnicalTrigger/interface/TTUGlobalSignal.h

Go to the documentation of this file.
00001 // $Id: TTUGlobalSignal.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $
00002 #ifndef TTUGLOBALSIGNAL_H 
00003 #define TTUGLOBALSIGNAL_H 1
00004 
00005 // Include files
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