CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCLogicUnit.cc
Go to the documentation of this file.
1 // $Id: RPCLogicUnit.cc,v 1.1 2009/01/30 15:42:48 aosorio Exp $
2 // Include files
3 
4 // local
6 
7 //-----------------------------------------------------------------------------
8 // Implementation file for class : RPCLogicUnit
9 // Test
10 // 2008-10-25 : Andres Osorio
11 //-----------------------------------------------------------------------------
12 
13 //=============================================================================
14 // Standard constructor, initializes variables
15 //=============================================================================
16 RPCLogicUnit::RPCLogicUnit( int _a, int _b, int _c ) {
17 
18  m_propA = _a;
19  m_propB = _b;
20  m_propC = _c;
21 
22 }
23 
24 //=============================================================================
25 // Destructor
26 //=============================================================================
28 
29 
30 }
31 
32 //=============================================================================
virtual ~RPCLogicUnit()
Destructor.
Definition: RPCLogicUnit.cc:27
RPCLogicUnit()
Standard constructor.
Definition: RPCLogicUnit.h:17