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 // $Id: TTUGlobalSignal.cc,v 1.2 2009/05/16 19:43:32 aosorio Exp $
2 // Include files
3 
4 
5 
6 // local
8 
9 //-----------------------------------------------------------------------------
10 // Implementation file for class : TTUGlobalSignal
11 //
12 // 2008-11-29 : Andres Felipe Osorio Oliveros
13 //-----------------------------------------------------------------------------
14 
15 //=============================================================================
16 // Standard constructor, initializes variables
17 //=============================================================================
18 TTUGlobalSignal::TTUGlobalSignal( std::map< int, TTUInput* > * in ) {
19 
20  m_wheelmap = in;
21 
22 }
23 //=============================================================================
24 // Destructor
25 //=============================================================================
27 
28  m_wheelmap = NULL;
29 
30 }
31 
32 //=============================================================================
std::map< int, TTUInput * > * m_wheelmap
#define NULL
Definition: scimark2.h:8
TTUGlobalSignal()
Standard constructor.
virtual ~TTUGlobalSignal()
Destructor.