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
EventFilter
HcalRawToDigi
plugins
HcalLaserEventFiltProducer2012.h
Go to the documentation of this file.
1
#ifndef HcalLaserEventFiltProducer2012_h
2
#define HcalLaserEventFiltProducer2012_h
3
4
#include "
FWCore/Framework/interface/EDProducer.h
"
5
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
6
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
7
#include "
EventFilter/HcalRawToDigi/interface/HcalLaserEventFilter2012.h
"
8
9
class
HcalLaserEventFiltProducer2012
:
public
edm::EDProducer
{
10
public
:
11
explicit
HcalLaserEventFiltProducer2012
(
const
edm::ParameterSet
& iConfig);
12
~HcalLaserEventFiltProducer2012
()
override
{
delete
hcalLaserEventFilter2012
; }
13
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
14
15
private
:
16
void
endJob
()
override
;
17
HcalLaserEventFilter2012
*
hcalLaserEventFilter2012
;
18
};
19
20
#endif
HcalLaserEventFiltProducer2012
Definition:
HcalLaserEventFiltProducer2012.h:9
EDProducer.h
HcalLaserEventFiltProducer2012::HcalLaserEventFiltProducer2012
HcalLaserEventFiltProducer2012(const edm::ParameterSet &iConfig)
Definition:
HcalLaserEventFiltProducer2012.cc:8
HcalLaserEventFiltProducer2012::hcalLaserEventFilter2012
HcalLaserEventFilter2012 * hcalLaserEventFilter2012
Definition:
HcalLaserEventFiltProducer2012.h:17
HcalLaserEventFiltProducer2012::endJob
void endJob() override
Definition:
HcalLaserEventFiltProducer2012.cc:13
HcalLaserEventFilter2012
Definition:
HcalLaserEventFilter2012.h:39
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::EventSetup
Definition:
EventSetup.h:57
HcalLaserEventFilter2012.h
Frameworkfwd.h
edm::EDProducer
Definition:
EDProducer.h:35
ParameterSet.h
HcalLaserEventFiltProducer2012::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
HcalLaserEventFiltProducer2012.cc:15
HcalLaserEventFiltProducer2012::~HcalLaserEventFiltProducer2012
~HcalLaserEventFiltProducer2012() override
Definition:
HcalLaserEventFiltProducer2012.h:12
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.16