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
L1TriggerConfig
L1ScalesProducers
interface
L1MuTriggerPtScaleOnlineProducer.h
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// \class L1MuTriggerPtScaleOnlineProducer
4
//
5
// Description: A class to produce the L1 mu emulator scales record in the event setup
6
//
7
//
8
// Author :
9
// W. Sun (copied from L1MuTriggerScalesProducer)
10
//
11
//--------------------------------------------------
12
#ifndef L1ScalesProducers_L1MuTriggerPtScaleOnlineProducer_h
13
#define L1ScalesProducers_L1MuTriggerPtScaleOnlineProducer_h
14
15
// system include files
16
#include <memory>
17
#include <vector>
18
19
// user include files
20
#include "
CondTools/L1Trigger/interface/L1ConfigOnlineProdBase.h
"
21
22
#include "
FWCore/Framework/interface/ESHandle.h
"
23
24
#include "
L1TriggerConfig/L1ScalesProducers/interface/ScaleRecordHelper.h
"
25
#include "
CondFormats/L1TObjects/interface/L1MuTriggerPtScale.h
"
26
#include "
CondFormats/DataRecord/interface/L1MuTriggerPtScaleRcd.h
"
27
28
//
29
// class declaration
30
//
31
32
class
L1MuTriggerPtScaleOnlineProducer
:
public
L1ConfigOnlineProdBase
<L1MuTriggerPtScaleRcd, L1MuTriggerPtScale> {
33
public
:
34
L1MuTriggerPtScaleOnlineProducer
(
const
edm::ParameterSet
&);
35
~L1MuTriggerPtScaleOnlineProducer
()
override
;
36
37
std::unique_ptr<L1MuTriggerPtScale>
newObject
(
const
std::string
& objectKey)
override
;
38
39
private
:
40
// ----------member data ---------------------------
41
42
bool
m_signedPacking
;
43
unsigned
int
m_nbitsPacking
;
44
unsigned
int
m_nBins
;
45
};
46
47
#endif
L1MuTriggerPtScale.h
L1MuTriggerPtScaleRcd.h
L1ConfigOnlineProdBase.h
L1MuTriggerPtScaleOnlineProducer::m_nbitsPacking
unsigned int m_nbitsPacking
Definition:
L1MuTriggerPtScaleOnlineProducer.h:43
L1MuTriggerPtScaleOnlineProducer::m_signedPacking
bool m_signedPacking
Definition:
L1MuTriggerPtScaleOnlineProducer.h:42
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
L1ConfigOnlineProdBase
Definition:
L1ConfigOnlineProdBase.h:53
L1MuTriggerPtScaleOnlineProducer
Definition:
L1MuTriggerPtScaleOnlineProducer.h:32
ESHandle.h
L1MuTriggerPtScaleOnlineProducer::L1MuTriggerPtScaleOnlineProducer
L1MuTriggerPtScaleOnlineProducer(const edm::ParameterSet &)
Definition:
L1MuTriggerPtScaleOnlineProducer.cc:23
L1MuTriggerPtScaleOnlineProducer::~L1MuTriggerPtScaleOnlineProducer
~L1MuTriggerPtScaleOnlineProducer() override
Definition:
L1MuTriggerPtScaleOnlineProducer.cc:29
L1MuTriggerPtScaleOnlineProducer::m_nBins
unsigned int m_nBins
Definition:
L1MuTriggerPtScaleOnlineProducer.h:44
L1MuTriggerPtScaleOnlineProducer::newObject
std::unique_ptr< L1MuTriggerPtScale > newObject(const std::string &objectKey) override
Definition:
L1MuTriggerPtScaleOnlineProducer.cc:36
edm::ParameterSet
Definition:
ParameterSet.h:48
ScaleRecordHelper.h
Generated for CMSSW Reference Manual by
1.8.14