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
HGCalRecProducers
plugins
HGCalUncalibRecHitProducer.h
Go to the documentation of this file.
1
#ifndef RecoLocalCalo_HGCalRecProducers_HGCalUncalibRecHitProducer_hh
2
#define RecoLocalCalo_HGCalRecProducers_HGCalUncalibRecHitProducer_hh
3
4
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
5
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
6
#include "
FWCore/Framework/interface/Event.h
"
7
#include "
FWCore/Framework/interface/EventSetup.h
"
8
9
#include "
DataFormats/HGCDigi/interface/HGCDataFrame.h
"
10
11
#include "
RecoLocalCalo/HGCalRecProducers/interface/HGCalUncalibRecHitWorkerBaseClass.h
"
12
13
class
HGCalUncalibRecHitProducer
:
public
edm::stream::EDProducer
<> {
14
public
:
15
explicit
HGCalUncalibRecHitProducer
(
const
edm::ParameterSet
& ps);
16
~HGCalUncalibRecHitProducer
()
override
;
17
void
produce
(
edm::Event
& evt,
const
edm::EventSetup
& es)
override
;
18
19
private
:
20
const
edm::EDGetTokenT<HGCalDigiCollection>
eeDigiCollection_
;
// collection of HGCEE digis
21
const
edm::EDGetTokenT<HGCalDigiCollection>
hefDigiCollection_
;
// collection of HGCHEF digis
22
edm::EDGetTokenT<HGCalDigiCollection>
hebDigiCollection_
;
// collection of HGCHEB digis
23
edm::EDGetTokenT<HGCalDigiCollection>
hfnoseDigiCollection_
;
// collection of HGCHFNose digis
24
25
const
std::string
eeHitCollection_
;
// instance name of HGCEE collection of hits
26
const
std::string
hefHitCollection_
;
// instance name of HGCHEF collection of hits
27
const
std::string
hebHitCollection_
;
// instance name of HGCHEB collection of hits
28
const
std::string
hfnoseHitCollection_
;
// instance name of HGCHFnose collection of hits
29
30
std::unique_ptr<HGCalUncalibRecHitWorkerBaseClass>
worker_
;
31
};
32
#endif
edm::EDGetTokenT
Definition:
EDGetToken.h:33
HGCalUncalibRecHitProducer::produce
void produce(edm::Event &evt, const edm::EventSetup &es) override
Definition:
HGCalUncalibRecHitProducer.cc:31
EDProducer.h
HGCalUncalibRecHitWorkerBaseClass.h
HGCalUncalibRecHitProducer::hefHitCollection_
const std::string hefHitCollection_
Definition:
HGCalUncalibRecHitProducer.h:26
HGCalUncalibRecHitProducer::hefDigiCollection_
const edm::EDGetTokenT< HGCalDigiCollection > hefDigiCollection_
Definition:
HGCalUncalibRecHitProducer.h:21
HGCalUncalibRecHitProducer::hebDigiCollection_
edm::EDGetTokenT< HGCalDigiCollection > hebDigiCollection_
Definition:
HGCalUncalibRecHitProducer.h:22
HGCalUncalibRecHitProducer::hfnoseHitCollection_
const std::string hfnoseHitCollection_
Definition:
HGCalUncalibRecHitProducer.h:28
HGCalUncalibRecHitProducer::worker_
std::unique_ptr< HGCalUncalibRecHitWorkerBaseClass > worker_
Definition:
HGCalUncalibRecHitProducer.h:30
HGCalUncalibRecHitProducer::~HGCalUncalibRecHitProducer
~HGCalUncalibRecHitProducer() override
Definition:
HGCalUncalibRecHitProducer.cc:29
edm::ParameterSet
Definition:
ParameterSet.h:47
Event.h
HGCalUncalibRecHitProducer::hebHitCollection_
const std::string hebHitCollection_
Definition:
HGCalUncalibRecHitProducer.h:27
HGCalUncalibRecHitProducer::hfnoseDigiCollection_
edm::EDGetTokenT< HGCalDigiCollection > hfnoseDigiCollection_
Definition:
HGCalUncalibRecHitProducer.h:23
edm::stream::EDProducer
Definition:
EDProducer.h:36
edm::EventSetup
Definition:
EventSetup.h:58
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
HGCalUncalibRecHitProducer::eeDigiCollection_
const edm::EDGetTokenT< HGCalDigiCollection > eeDigiCollection_
Definition:
HGCalUncalibRecHitProducer.h:20
EventSetup.h
HGCalUncalibRecHitProducer
Definition:
HGCalUncalibRecHitProducer.h:13
ParameterSet.h
edm::Event
Definition:
Event.h:73
HGCalUncalibRecHitProducer::HGCalUncalibRecHitProducer
HGCalUncalibRecHitProducer(const edm::ParameterSet &ps)
Definition:
HGCalUncalibRecHitProducer.cc:12
HGCDataFrame.h
HGCalUncalibRecHitProducer::eeHitCollection_
const std::string eeHitCollection_
Definition:
HGCalUncalibRecHitProducer.h:25
Generated for CMSSW Reference Manual by
1.8.16