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 #ifndef TTUGLOBALSIGNAL_H
2 #define TTUGLOBALSIGNAL_H 1
3 
4 // Include files
7 
8 #include <map>
9 
17 public:
20 
21  TTUGlobalSignal( std::map< int, TTUInput* > * );
22 
23  virtual ~TTUGlobalSignal( );
24 
25  void clear() { };
26 
27  std::map< int, TTUInput* > * m_wheelmap;
28 
29 protected:
30 
31 private:
32 
33 };
34 #endif // TTUGLOBALSIGNAL_H
std::map< int, TTUInput * > * m_wheelmap
TTUGlobalSignal()
Standard constructor.
void clear()
Destructor.
virtual ~TTUGlobalSignal()
Destructor.