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
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
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
L1Trigger
RegionalCaloTrigger
interface
L1RCTInputProducer.h
Go to the documentation of this file.
1
#ifndef L1RCTInputProducer_h
2
#define L1RCTInputProducer_h
3
4
#include "
FWCore/Framework/interface/EDProducer.h
"
5
6
#include "
DataFormats/Common/interface/Handle.h
"
7
#include "
FWCore/Framework/interface/ESHandle.h
"
8
#include "
FWCore/Framework/interface/Event.h
"
9
#include "
FWCore/Framework/interface/EventSetup.h
"
10
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
11
12
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
13
14
#include <string>
15
16
class
L1RCT
;
17
class
L1RCTLookupTables
;
18
19
class
L1RCTInputProducer
:
public
edm::EDProducer
{
20
public
:
21
explicit
L1RCTInputProducer
(
const
edm::ParameterSet
&ps);
22
~L1RCTInputProducer
()
override
;
23
void
produce
(
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
24
25
private
:
26
L1RCTLookupTables
*
rctLookupTables
;
27
L1RCT
*
rct
;
28
bool
useEcal
;
29
bool
useHcal
;
30
edm::InputTag
ecalDigisLabel
;
31
edm::InputTag
hcalDigisLabel
;
32
};
33
#endif
L1RCTInputProducer
Definition:
L1RCTInputProducer.h:19
Handle.h
MessageLogger.h
EDProducer.h
ESHandle.h
L1RCTInputProducer::produce
void produce(edm::Event &e, const edm::EventSetup &c) override
Definition:
L1RCTInputProducer.cc:58
L1RCTInputProducer::rct
L1RCT * rct
Definition:
L1RCTInputProducer.h:27
L1RCTInputProducer::useHcal
bool useHcal
Definition:
L1RCTInputProducer.h:29
L1RCTInputProducer::useEcal
bool useEcal
Definition:
L1RCTInputProducer.h:28
L1RCT
Definition:
L1RCT.h:20
L1RCTInputProducer::ecalDigisLabel
edm::InputTag ecalDigisLabel
Definition:
L1RCTInputProducer.h:30
L1RCTLookupTables
Definition:
L1RCTLookupTables.h:11
edm::ParameterSet
Definition:
ParameterSet.h:36
Event.h
L1RCTInputProducer::~L1RCTInputProducer
~L1RCTInputProducer() override
Definition:
L1RCTInputProducer.cc:51
edm::EventSetup
Definition:
EventSetup.h:57
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
L1RCTInputProducer::rctLookupTables
L1RCTLookupTables * rctLookupTables
Definition:
L1RCTInputProducer.h:26
EventSetup.h
edm::EDProducer
Definition:
EDProducer.h:36
ParameterSet.h
L1RCTInputProducer::hcalDigisLabel
edm::InputTag hcalDigisLabel
Definition:
L1RCTInputProducer.h:31
L1RCTInputProducer::L1RCTInputProducer
L1RCTInputProducer(const edm::ParameterSet &ps)
Definition:
L1RCTInputProducer.cc:30
edm::Event
Definition:
Event.h:73
edm::InputTag
Definition:
InputTag.h:15
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
Generated for CMSSW Reference Manual by
1.8.16