CMS 3D CMS Logo

TTUGlobalSignal.cc
Go to the documentation of this file.
1 // Include files
2 
3 // local
5 
6 //-----------------------------------------------------------------------------
7 // Implementation file for class : TTUGlobalSignal
8 //
9 // 2008-11-29 : Andres Felipe Osorio Oliveros
10 //-----------------------------------------------------------------------------
11 
12 //=============================================================================
13 // Standard constructor, initializes variables
14 //=============================================================================
15 TTUGlobalSignal::TTUGlobalSignal(std::map<int, TTUInput*>* in) { m_wheelmap = in; }
16 //=============================================================================
17 // Destructor
18 //=============================================================================
20 
21 //=============================================================================
~TTUGlobalSignal() override
Destructor.
std::map< int, TTUInput * > * m_wheelmap
TTUGlobalSignal()
Standard constructor.