CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TTUGlobalSignal.cc
Go to the documentation of this file.
1 // Include files
2 
3 
4 
5 // local
7 
8 //-----------------------------------------------------------------------------
9 // Implementation file for class : TTUGlobalSignal
10 //
11 // 2008-11-29 : Andres Felipe Osorio Oliveros
12 //-----------------------------------------------------------------------------
13 
14 //=============================================================================
15 // Standard constructor, initializes variables
16 //=============================================================================
17 TTUGlobalSignal::TTUGlobalSignal( std::map< int, TTUInput* > * in ) {
18 
19  m_wheelmap = in;
20 
21 }
22 //=============================================================================
23 // Destructor
24 //=============================================================================
26 
27  m_wheelmap = NULL;
28 
29 }
30 
31 //=============================================================================
std::map< int, TTUInput * > * m_wheelmap
#define NULL
Definition: scimark2.h:8
TTUGlobalSignal()
Standard constructor.
virtual ~TTUGlobalSignal()
Destructor.