Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:39

0001 // Include files
0002 
0003 // local
0004 #include "L1Trigger/RPCTechnicalTrigger/interface/RPCLogicUnit.h"
0005 
0006 //-----------------------------------------------------------------------------
0007 // Implementation file for class : RPCLogicUnit
0008 // Test
0009 // 2008-10-25 : Andres Osorio
0010 //-----------------------------------------------------------------------------
0011 
0012 //=============================================================================
0013 // Standard constructor, initializes variables
0014 //=============================================================================
0015 RPCLogicUnit::RPCLogicUnit(int _a, int _b, int _c) {
0016   m_propA = _a;
0017   m_propB = _b;
0018   m_propC = _c;
0019 }
0020 
0021 //=============================================================================
0022 // Destructor
0023 //=============================================================================
0024 RPCLogicUnit::~RPCLogicUnit() {}
0025 
0026 //=============================================================================