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
BasicToPFJet.h
Go to the documentation of this file.
1
#ifndef RecoJets_JetProducers_BasicToPFJet_h
2
#define RecoJets_JetProducers_BasicToPFJet_h
3
4
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
5
#include "
FWCore/Framework/interface/global/EDProducer.h
"
6
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
7
#include "
FWCore/ParameterSet/interface/ConfigurationDescriptions.h
"
8
#include "
FWCore/ParameterSet/interface/ParameterSetDescription.h
"
9
#include "
DataFormats/JetReco/interface/BasicJet.h
"
10
11
class
BasicToPFJet
:
public
edm::global::EDProducer
<> {
12
public
:
13
explicit
BasicToPFJet
(
const
edm::ParameterSet
& PSet);
14
void
produce
(
edm::StreamID
,
edm::Event
&
event
,
const
edm::EventSetup
&
EventSetup
)
const override
;
15
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
16
17
private
:
18
edm::InputTag
src_
;
19
const
edm::EDGetTokenT<reco::BasicJetCollection>
inputToken_
;
20
};
21
22
#endif
BasicToPFJet::inputToken_
const edm::EDGetTokenT< reco::BasicJetCollection > inputToken_
Definition:
BasicToPFJet.h:19
BasicToPFJet
Definition:
BasicToPFJet.h:11
edm::StreamID
Definition:
StreamID.h:30
BasicToPFJet::BasicToPFJet
BasicToPFJet(const edm::ParameterSet &PSet)
Definition:
BasicToPFJet.cc:34
BasicToPFJet::src_
edm::InputTag src_
Definition:
BasicToPFJet.h:18
edm::EDGetTokenT< reco::BasicJetCollection >
Frameworkfwd.h
ParameterSet.h
EventSetup
ParameterSetDescription.h
edm::EventSetup
Definition:
EventSetup.h:56
BasicJet.h
BasicToPFJet::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
BasicToPFJet.cc:39
edm::global::EDProducer
Definition:
EDProducer.h:32
BasicToPFJet::produce
void produce(edm::StreamID, edm::Event &event, const edm::EventSetup &EventSetup) const override
Definition:
BasicToPFJet.cc:45
EDProducer.h
edm::InputTag
Definition:
InputTag.h:15
edm::ParameterSet
Definition:
ParameterSet.h:47
ConfigurationDescriptions.h
edm::Event
Definition:
Event.h:73
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
event
Definition:
event.py:1
Generated for CMSSW Reference Manual by
1.8.14