CMS 3D CMS Logo

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  ~TTUGlobalSignal( ) override;
24 
25  void clear() override { };
26 
27  std::map< int, TTUInput* > * m_wheelmap;
28 
29 protected:
30 
31 private:
32 
33 };
34 #endif // TTUGLOBALSIGNAL_H
~TTUGlobalSignal() override
Destructor.
void clear() override
Destructor.
std::map< int, TTUInput * > * m_wheelmap
TTUGlobalSignal()
Standard constructor.