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
RecoLocalCalo
EcalRecProducers
plugins
EcalCompactTrigPrimProducer.h
Go to the documentation of this file.
1
10
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
11
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
12
#include "
FWCore/Framework/interface/Event.h
"
13
#include "
FWCore/Framework/interface/EventSetup.h
"
14
#include "
FWCore/Framework/interface/ESHandle.h
"
15
#include "
DataFormats/EcalDigi/interface/EcalDigiCollections.h
"
16
17
class
EcalCompactTrigPrimProducer
:
public
edm::stream::EDProducer
<> {
18
public
:
19
EcalCompactTrigPrimProducer
(
const
edm::ParameterSet
& ps);
20
~EcalCompactTrigPrimProducer
()
override
{}
21
void
produce
(
edm::Event
& evt,
const
edm::EventSetup
& es)
override
;
22
23
private
:
24
edm::EDGetTokenT<EcalTrigPrimDigiCollection>
inCollectionToken_
;
25
26
/*
27
* output collections
28
*/
29
std::string
outCollection_
;
30
};
31
32
#include "
FWCore/Framework/interface/MakerMacros.h
"
33
DEFINE_FWK_MODULE
(
EcalCompactTrigPrimProducer
);
EcalCompactTrigPrimProducer::EcalCompactTrigPrimProducer
EcalCompactTrigPrimProducer(const edm::ParameterSet &ps)
Definition:
EcalCompactTrigPrimProducer.cc:12
ESHandle.h
edm::EDGetTokenT
Definition:
EDGetToken.h:33
EcalCompactTrigPrimProducer::inCollectionToken_
edm::EDGetTokenT< EcalTrigPrimDigiCollection > inCollectionToken_
Definition:
EcalCompactTrigPrimProducer.h:24
EDProducer.h
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
EcalCompactTrigPrimProducer
Definition:
EcalCompactTrigPrimProducer.h:17
EcalDigiCollections.h
EcalCompactTrigPrimProducer::produce
void produce(edm::Event &evt, const edm::EventSetup &es) override
Definition:
EcalCompactTrigPrimProducer.cc:18
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition:
ParameterSet.h:47
Event.h
EcalCompactTrigPrimProducer::outCollection_
std::string outCollection_
Definition:
EcalCompactTrigPrimProducer.h:29
edm::stream::EDProducer
Definition:
EDProducer.h:38
edm::EventSetup
Definition:
EventSetup.h:57
EcalCompactTrigPrimProducer::~EcalCompactTrigPrimProducer
~EcalCompactTrigPrimProducer() override
Definition:
EcalCompactTrigPrimProducer.h:20
EventSetup.h
ParameterSet.h
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.16