CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TTUGlobalSignal.h
Go to the documentation of this file.
1 // $Id: TTUGlobalSignal.h,v 1.1 2009/02/05 13:46:21 aosorio Exp $
2 #ifndef TTUGLOBALSIGNAL_H
3 #define TTUGLOBALSIGNAL_H 1
4 
5 // Include files
8 
9 #include <map>
10 
18 public:
21 
22  TTUGlobalSignal( std::map< int, TTUInput* > * );
23 
24  virtual ~TTUGlobalSignal( );
25 
26  void clear() { };
27 
28  std::map< int, TTUInput* > * m_wheelmap;
29 
30 protected:
31 
32 private:
33 
34 };
35 #endif // TTUGLOBALSIGNAL_H
std::map< int, TTUInput * > * m_wheelmap
TTUGlobalSignal()
Standard constructor.
void clear()
Destructor.
virtual ~TTUGlobalSignal()
Destructor.