CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/L1Trigger/RPCTechnicalTrigger/src/RBCLinkBoardGLSignal.cc

Go to the documentation of this file.
00001 // $Id: RBCLinkBoardGLSignal.cc,v 1.2 2009/05/16 19:43:32 aosorio Exp $
00002 // Include files 
00003 
00004 
00005 
00006 // local
00007 #include "L1Trigger/RPCTechnicalTrigger/interface/RBCLinkBoardGLSignal.h"
00008 
00009 //-----------------------------------------------------------------------------
00010 // Implementation file for class : RBCLinkBoardGLSignal
00011 //
00012 // 2008-11-28 : Andres Felipe Osorio Oliveros
00013 //-----------------------------------------------------------------------------
00014 
00015 //=============================================================================
00016 // Standard constructor, initializes variables
00017 //=============================================================================
00018 RBCLinkBoardGLSignal::RBCLinkBoardGLSignal( std::map< int, RBCInput* >  * in ) {
00019   
00020   m_linkboardin = in;
00021   
00022 }
00023 //=============================================================================
00024 // Destructor
00025 //=============================================================================
00026 RBCLinkBoardGLSignal::~RBCLinkBoardGLSignal() {
00027 
00028   m_linkboardin = NULL;
00029     
00030 } 
00031 
00032 //=============================================================================