Main Page
Namespaces
Classes
Package Documentation
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
12
class
BasicToPFJet
:
public
edm::EDProducer
{
13
14
public
:
15
16
explicit
BasicToPFJet
(
const
edm::ParameterSet
&
PSet
);
17
virtual
~BasicToPFJet
();
18
virtual
void
produce
(
edm::Event
&
event
,
const
edm::EventSetup
&
EventSetup
)
override
;
19
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
20
21
private
:
22
edm::InputTag
src_
;
23
const
edm::EDGetTokenT<reco::BasicJetCollection>
inputToken_
;
24
};
25
26
27
#endif
BasicToPFJet::inputToken_
const edm::EDGetTokenT< reco::BasicJetCollection > inputToken_
Definition:
BasicToPFJet.h:23
BasicToPFJet
Definition:
BasicToPFJet.h:12
BasicToPFJet::BasicToPFJet
BasicToPFJet(const edm::ParameterSet &PSet)
Definition:
BasicToPFJet.cc:34
BasicToPFJet::src_
edm::InputTag src_
Definition:
BasicToPFJet.h:22
edm::EDGetTokenT< reco::BasicJetCollection >
Frameworkfwd.h
edm::EDProducer
Definition:
EDProducer.h:35
ParameterSet.h
EventSetup
ParameterSetDescription.h
BasicToPFJet::~BasicToPFJet
virtual ~BasicToPFJet()
Definition:
BasicToPFJet.cc:41
BasicToPFJet::produce
virtual void produce(edm::Event &event, const edm::EventSetup &EventSetup) override
Definition:
BasicToPFJet.cc:50
edm::EventSetup
Definition:
EventSetup.h:45
BasicJet.h
BasicToPFJet::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
BasicToPFJet.cc:44
EDProducer.h
edm::InputTag
Definition:
InputTag.h:15
edm::ParameterSet
Definition:
ParameterSet.h:36
ConfigurationDescriptions.h
edm::Event
Definition:
Event.h:66
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:27
event
Definition:
event.py:1
Generated for CMSSW Reference Manual by
1.8.11