#include <UserCode/BasicToPFJet/plugins/BasicToPFJet.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Attributes | |
const edm::EDGetTokenT < reco::BasicJetCollection > | inputToken_ |
edm::InputTag | src_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: converts reco::BasicJets to reco::PFJets and adds the new PFJetCollection to the event. Originally designed to be a work around for a way to store reco::BasicJets at HLT level
Implementation: [Notes on implementation]
Definition at line 12 of file BasicToPFJet.h.
|
explicit |
Definition at line 33 of file BasicToPFJet.cc.
|
virtual |
Definition at line 40 of file BasicToPFJet.cc.
|
static |
Definition at line 43 of file BasicToPFJet.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
overridevirtual |
Implements edm::EDProducer.
Definition at line 49 of file BasicToPFJet.cc.
References edm::Event::getByToken(), i, inputToken_, edm::Event::put(), and timingPdfMaker::specific.
|
private |
Definition at line 23 of file BasicToPFJet.h.
Referenced by produce().
|
private |
Definition at line 22 of file BasicToPFJet.h.