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
PSet
Definition:
PSet.py:1
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:48
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