Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
L1Trigger
L1TMuon
src
MicroGMTRankPtQualLUTFactory.cc
Go to the documentation of this file.
1
//
7
// This class implements the RankPtQualLUT 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
MicroGMTRankPtQualLUTFactory::ReturnType
MicroGMTRankPtQualLUTFactory::create
(
const
std::string
&
filename
,
19
const
int
fwVersion
,
20
const
unsigned
ptFactor,
21
const
unsigned
qualFactor) {
22
ReturnType
p
;
23
24
if
(
fwVersion
>= 1) {
25
p
= std::make_shared<l1t::MicroGMTRankPtQualLUT>(
filename
, ptFactor, qualFactor);
26
}
else
{
27
LogError
(
"MicroGMTRankPtQualLUTFactory"
)
28
<<
"Invalid firmware version requested: 0x"
<< std::hex <<
fwVersion
<<
std::dec
;
29
}
30
return
p
;
31
}
32
33
MicroGMTRankPtQualLUTFactory::ReturnType
MicroGMTRankPtQualLUTFactory::create
(
l1t::LUT
* lut,
const
int
fwVersion
) {
34
ReturnType
p
;
35
36
if
(
fwVersion
>= 1) {
37
p
= std::make_shared<l1t::MicroGMTRankPtQualLUT>(lut);
38
}
else
{
39
LogError
(
"MicroGMTRankPtQualLUTFactory"
)
40
<<
"Invalid firmware version requested: 0x"
<< std::hex <<
fwVersion
<<
std::dec
;
41
}
42
return
p
;
43
}
44
}
// namespace l1t
amcDumpToRaw_cfi.fwVersion
fwVersion
Definition:
amcDumpToRaw_cfi.py:11
MessageLogger.h
beamerCreator.create
def create(alignables, pedeDump, additionalData, outputFile, config)
Definition:
beamerCreator.py:44
corrVsCorr.filename
filename
Definition:
corrVsCorr.py:123
l1t
delete x;
Definition:
CaloConfig.h:22
edm::LogError
Log< level::Error, false > LogError
Definition:
MessageLogger.h:129
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
l1t::MicroGMTRankPtQualLUTFactory::ReturnType
std::shared_ptr< MicroGMTRankPtQualLUT > ReturnType
Definition:
MicroGMTLUTFactories.h:18
l1t::LUT
Definition:
LUT.h:29
TauDecayModes.dec
dec
Definition:
TauDecayModes.py:142
edm
HLT enums.
Definition:
AlignableModifier.h:19
MicroGMTLUTFactories.h
AlCaHLTBitMon_ParallelJobs.p
def p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
Generated for CMSSW Reference Manual by
1.8.14