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
n
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
c
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
src
RecoJets
JetProducers
plugins
FixedGridRhoProducerFastjet.h
Go to the documentation of this file.
1
#ifndef RecoJets_JetProducers_plugins_FixedGridRhoProducerFastjet_h
2
#define RecoJets_JetProducers_plugins_FixedGridRhoProducerFastjet_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 "
DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h
"
8
#include "
DataFormats/ParticleFlowCandidate/interface/PFCandidate.h
"
9
#include "fastjet/tools/GridMedianBackgroundEstimator.hh"
10
11
class
FixedGridRhoProducerFastjet
:
public
edm::stream::EDProducer
<> {
12
public
:
13
explicit
FixedGridRhoProducerFastjet
(
const
edm::ParameterSet
& iConfig);
14
~FixedGridRhoProducerFastjet
()
override
;
15
16
private
:
17
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
18
19
edm::InputTag
pfCandidatesTag_
;
20
fastjet::GridMedianBackgroundEstimator
bge_
;
21
22
edm::EDGetTokenT<edm::View<reco::Candidate>
>
input_pfcoll_token_
;
23
};
24
25
#endif
FixedGridRhoProducerFastjet::FixedGridRhoProducerFastjet
FixedGridRhoProducerFastjet(const edm::ParameterSet &iConfig)
Definition:
FixedGridRhoProducerFastjet.cc:9
FixedGridRhoProducerFastjet::input_pfcoll_token_
edm::EDGetTokenT< edm::View< reco::Candidate > > input_pfcoll_token_
Definition:
FixedGridRhoProducerFastjet.h:22
FixedGridRhoProducerFastjet::~FixedGridRhoProducerFastjet
~FixedGridRhoProducerFastjet() override
Definition:
FixedGridRhoProducerFastjet.cc:17
EDProducer.h
edm::EDGetTokenT
Definition:
EDGetToken.h:37
Frameworkfwd.h
ParameterSet.h
FixedGridRhoProducerFastjet::pfCandidatesTag_
edm::InputTag pfCandidatesTag_
Definition:
FixedGridRhoProducerFastjet.h:19
FixedGridRhoProducerFastjet
Definition:
FixedGridRhoProducerFastjet.h:11
edm::EventSetup
Definition:
EventSetup.h:56
edm::stream::EDProducer
Definition:
EDProducer.h:36
FixedGridRhoProducerFastjet::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
FixedGridRhoProducerFastjet.cc:19
edm::InputTag
Definition:
InputTag.h:15
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::Event
Definition:
Event.h:73
PFCandidate.h
PFCandidateFwd.h
FixedGridRhoProducerFastjet::bge_
fastjet::GridMedianBackgroundEstimator bge_
Definition:
FixedGridRhoProducerFastjet.h:20
Generated for CMSSW Reference Manual by
1.8.14