CMS 3D CMS Logo

RBCLinkBoardGLSignal.cc
Go to the documentation of this file.
1 // Include files
2 
3 
4 
5 // local
7 
8 //-----------------------------------------------------------------------------
9 // Implementation file for class : RBCLinkBoardGLSignal
10 //
11 // 2008-11-28 : Andres Felipe Osorio Oliveros
12 //-----------------------------------------------------------------------------
13 
14 //=============================================================================
15 // Standard constructor, initializes variables
16 //=============================================================================
17 RBCLinkBoardGLSignal::RBCLinkBoardGLSignal( std::map< int, RBCInput* > * in ) {
18 
19  m_linkboardin = in;
20 
21 }
22 //=============================================================================
23 // Destructor
24 //=============================================================================
26 
27  m_linkboardin = nullptr;
28 
29 }
30 
31 //=============================================================================
std::map< int, RBCInput * > * m_linkboardin
~RBCLinkBoardGLSignal() override
Destructor.
RBCLinkBoardGLSignal()
Standard constructor.