CMS 3D CMS Logo

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