Main Page
Namespaces
Classes
Package Documentation
src
L1Trigger
RPCTechnicalTrigger
src
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
16
#include "
L1Trigger/RPCTechnicalTrigger/interface/RBCConfiguration.h
"
17
18
19
//
20
// constants, enums and typedefs
21
//
22
23
//
24
// static data member definitions
25
//
26
27
//
28
// constructors and destructor
29
//
30
RBCConfiguration::RBCConfiguration
(
const
RBCBoardSpecs
* rbcspecs):
31
m_rbcboardspecs{rbcspecs},
32
m_rbclogic
{std::make_unique<RBCLogicUnit>()}
33
{
34
}
35
36
RBCConfiguration::RBCConfiguration
(
const
char
* _logic):
37
m_rbcboardspecs
{
nullptr
},
38
m_rbclogic
{std::make_unique<RBCLogicUnit>( _logic )}
39
{}
40
RBCConfiguration.h
RBCConfiguration::m_rbclogic
std::unique_ptr< RBCLogicUnit > m_rbclogic
Definition:
RBCConfiguration.h:38
RBCBoardSpecs
Definition:
RBCBoardSpecs.h:17
RBCConfiguration::RBCConfiguration
RBCConfiguration()
Definition:
RBCConfiguration.h:22
RBCConfiguration::m_rbcboardspecs
const RBCBoardSpecs * m_rbcboardspecs
Definition:
RBCConfiguration.h:37
Generated for CMSSW Reference Manual by
1.8.11