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/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::EDProducer
{
12
public
:
13
explicit
BasicToPFJet
(
const
edm::ParameterSet
& PSet);
14
~BasicToPFJet
()
override
;
15
void
produce
(
edm::Event
&
event
,
const
edm::EventSetup
&
EventSetup
)
override
;
16
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
17
18
private
:
19
edm::InputTag
src_
;
20
const
edm::EDGetTokenT<reco::BasicJetCollection>
inputToken_
;
21
};
22
23
#endif
ConfigurationDescriptions.h
EDProducer.h
edm::EDGetTokenT< reco::BasicJetCollection >
BasicToPFJet::~BasicToPFJet
~BasicToPFJet() override
Definition:
BasicToPFJet.cc:39
BasicToPFJet::BasicToPFJet
BasicToPFJet(const edm::ParameterSet &PSet)
Definition:
BasicToPFJet.cc:34
BasicToPFJet::src_
edm::InputTag src_
Definition:
BasicToPFJet.h:19
ParameterSetDescription.h
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::EventSetup
Definition:
EventSetup.h:57
BasicToPFJet::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
BasicToPFJet.cc:41
Frameworkfwd.h
edm::EDProducer
Definition:
EDProducer.h:35
BasicJet.h
EventSetup
BasicToPFJet::inputToken_
const edm::EDGetTokenT< reco::BasicJetCollection > inputToken_
Definition:
BasicToPFJet.h:20
ParameterSet.h
event
Definition:
event.py:1
edm::Event
Definition:
Event.h:73
edm::InputTag
Definition:
InputTag.h:15
BasicToPFJet::produce
void produce(edm::Event &event, const edm::EventSetup &EventSetup) override
Definition:
BasicToPFJet.cc:47
BasicToPFJet
Definition:
BasicToPFJet.h:11
Generated for CMSSW Reference Manual by
1.8.16