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
RecoJets
JetProducers
plugins
FixedGridRhoProducer.h
Go to the documentation of this file.
1
#ifndef RecoJets_JetProducers_plugins_FixedGridRhoProducer_h
2
#define RecoJets_JetProducers_plugins_FixedGridRhoProducer_h
3
4
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
5
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
6
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
7
#include "
RecoJets/JetAlgorithms/interface/FixedGridEnergyDensity.h
"
8
9
class
FixedGridRhoProducer
:
public
edm::stream::EDProducer
<> {
10
public
:
11
explicit
FixedGridRhoProducer
(
const
edm::ParameterSet
& iConfig);
12
~FixedGridRhoProducer
()
override
;
13
14
private
:
15
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
16
17
edm::InputTag
pfCandidatesTag_
;
18
FixedGridEnergyDensity::EtaRegion
myEtaRegion
;
19
FixedGridEnergyDensity
*
algo
;
20
21
edm::EDGetTokenT<reco::PFCandidateCollection>
input_pfcoll_token_
;
22
};
23
24
#endif
edm::EDGetTokenT< reco::PFCandidateCollection >
FixedGridEnergyDensity
Definition:
FixedGridEnergyDensity.h:6
EDProducer.h
FixedGridRhoProducer::input_pfcoll_token_
edm::EDGetTokenT< reco::PFCandidateCollection > input_pfcoll_token_
Definition:
FixedGridRhoProducer.h:21
FixedGridRhoProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
FixedGridRhoProducer.cc:28
FixedGridRhoProducer::~FixedGridRhoProducer
~FixedGridRhoProducer() override
Definition:
FixedGridRhoProducer.cc:26
FixedGridRhoProducer
Definition:
FixedGridRhoProducer.h:9
FixedGridEnergyDensity.h
FixedGridRhoProducer::pfCandidatesTag_
edm::InputTag pfCandidatesTag_
Definition:
FixedGridRhoProducer.h:17
FixedGridEnergyDensity::EtaRegion
EtaRegion
Definition:
FixedGridEnergyDensity.h:10
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::stream::EDProducer
Definition:
EDProducer.h:38
edm::EventSetup
Definition:
EventSetup.h:57
FixedGridRhoProducer::myEtaRegion
FixedGridEnergyDensity::EtaRegion myEtaRegion
Definition:
FixedGridRhoProducer.h:18
Frameworkfwd.h
FixedGridRhoProducer::FixedGridRhoProducer
FixedGridRhoProducer(const edm::ParameterSet &iConfig)
Definition:
FixedGridRhoProducer.cc:7
ParameterSet.h
edm::Event
Definition:
Event.h:73
FixedGridRhoProducer::algo
FixedGridEnergyDensity * algo
Definition:
FixedGridRhoProducer.h:19
edm::InputTag
Definition:
InputTag.h:15
Generated for CMSSW Reference Manual by
1.8.16