CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/L1Trigger/RPCTechnicalTrigger/src/RPCLogicUnit.cc

Go to the documentation of this file.
00001 // $Id: RPCLogicUnit.cc,v 1.1 2009/01/30 15:42:48 aosorio Exp $
00002 // Include files 
00003 
00004 // local
00005 #include "L1Trigger/RPCTechnicalTrigger/interface/RPCLogicUnit.h"
00006 
00007 //-----------------------------------------------------------------------------
00008 // Implementation file for class : RPCLogicUnit
00009 // Test
00010 // 2008-10-25 : Andres Osorio
00011 //-----------------------------------------------------------------------------
00012 
00013 //=============================================================================
00014 // Standard constructor, initializes variables
00015 //=============================================================================
00016 RPCLogicUnit::RPCLogicUnit( int _a, int _b, int _c ) {
00017   
00018   m_propA = _a;
00019   m_propB = _b;
00020   m_propC = _c;
00021   
00022 }
00023 
00024 //=============================================================================
00025 // Destructor
00026 //=============================================================================
00027 RPCLogicUnit::~RPCLogicUnit() {
00028   
00029   
00030 } 
00031 
00032 //=============================================================================