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 // Include files
2 
3 // local
5 
6 //-----------------------------------------------------------------------------
7 // Implementation file for class : RPCLogicUnit
8 // Test
9 // 2008-10-25 : Andres Osorio
10 //-----------------------------------------------------------------------------
11 
12 //=============================================================================
13 // Standard constructor, initializes variables
14 //=============================================================================
15 RPCLogicUnit::RPCLogicUnit( int _a, int _b, int _c ) {
16 
17  m_propA = _a;
18  m_propB = _b;
19  m_propC = _c;
20 
21 }
22 
23 //=============================================================================
24 // Destructor
25 //=============================================================================
27 
28 
29 }
30 
31 //=============================================================================
virtual ~RPCLogicUnit()
Destructor.
Definition: RPCLogicUnit.cc:26
RPCLogicUnit()
Standard constructor.
Definition: RPCLogicUnit.h:16