CMS 3D CMS Logo

TTUConfiguration.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: L1Trigger/RPCTechnicalTrigger
4 // Class : TTUConfiguration
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author: Christopher Jones
10 // Created: Fri, 16 Nov 2018 19:02:33 GMT
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 
19 //
20 // constants, enums and typedefs
21 //
22 
23 //
24 // static data member definitions
25 //
26 
27 //
28 // constructors and destructor
29 //
31  m_ttuboardspecs{nullptr},
32  m_ttulogic{ logic }
33 {
34 }
35 
37  m_ttuboardspecs{ttuspecs},
38  m_ttulogic{}
39 {}
const TTUBoardSpecs * m_ttuboardspecs
TTUConfiguration(const char *)
TTULogicUnit m_ttulogic