Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
L1Trigger
L1TMuon
src
MicroGMTRelativeIsolationCheckLUTFactory.cc
Go to the documentation of this file.
1
//
7
// This class implements the RelativeIsolationCheckLUT factory. Based on the firmware
8
// version it selects the appropriate concrete implementation.
9
//
10
11
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
12
13
#include "
L1Trigger/L1TMuon/interface/MicroGMTLUTFactories.h
"
14
15
using namespace
edm;
16
17
namespace
l1t {
18
MicroGMTRelativeIsolationCheckLUTFactory::ReturnType
MicroGMTRelativeIsolationCheckLUTFactory::create
(
19
const
std::string
&
filename
,
const
int
fwVersion
) {
20
ReturnType
p
;
21
22
if
(fwVersion >= 1) {
23
p = std::make_shared<l1t::MicroGMTRelativeIsolationCheckLUT>(
filename
);
24
}
else
{
25
LogError
(
"MicroGMTRelativeIsolationCheckLUTFactory"
)
26
<<
"Invalid firmware version requested: 0x"
<< std::hex << fwVersion <<
std::dec
;
27
}
28
return
p
;
29
}
30
31
MicroGMTRelativeIsolationCheckLUTFactory::ReturnType
MicroGMTRelativeIsolationCheckLUTFactory::create
(
32
l1t::LUT
* lut,
const
int
fwVersion
) {
33
ReturnType
p
;
34
35
if
(fwVersion >= 1) {
36
p = std::make_shared<l1t::MicroGMTRelativeIsolationCheckLUT>(lut);
37
}
else
{
38
LogError
(
"MicroGMTRelativeIsolationCheckLUTFactory"
)
39
<<
"Invalid firmware version requested: 0x"
<< std::hex << fwVersion <<
std::dec
;
40
}
41
return
p
;
42
}
43
}
// namespace l1t
MessageLogger.h
beamerCreator.create
def create
Definition:
beamerCreator.py:44
edm::LogError
Log< level::Error, false > LogError
Definition:
MessageLogger.h:123
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
l1t::MicroGMTRelativeIsolationCheckLUTFactory::ReturnType
std::shared_ptr< MicroGMTRelativeIsolationCheckLUT > ReturnType
Definition:
MicroGMTLUTFactories.h:82
stage2BMTFBufferRaw_cfi.fwVersion
tuple fwVersion
Definition:
stage2BMTFBufferRaw_cfi.py:62
l1t::LUT
Definition:
LUT.h:29
AlCaHLTBitMon_ParallelJobs.p
tuple p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
lut2db_cfg.filename
tuple filename
Definition:
lut2db_cfg.py:20
MicroGMTLUTFactories.h
TauDecayModes.dec
tuple dec
Definition:
TauDecayModes.py:142
Generated for CMSSW Reference Manual by
1.8.5