CMS 3D CMS Logo

RBCConfiguration.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: L1Trigger/RPCTechnicalTrigger
4 // Class : RBCConfiguration
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author: Christopher Jones
10 // Created: Thu, 15 Nov 2018 21:02:24 GMT
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 //
19 // constants, enums and typedefs
20 //
21 
22 //
23 // static data member definitions
24 //
25 
26 //
27 // constructors and destructor
28 //
30  : m_rbcboardspecs{rbcspecs}, m_rbclogic{std::make_unique<RBCLogicUnit>()} {}
31 
33  : m_rbcboardspecs{nullptr}, m_rbclogic{std::make_unique<RBCLogicUnit>(_logic)} {}
RBCConfiguration.h
RBCBoardSpecs
Definition: RBCBoardSpecs.h:17
RBCConfiguration::RBCConfiguration
RBCConfiguration()
Definition: RBCConfiguration.h:22