#include <EgammaHLTPixelMatchElectronProducers.h>
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 | |
EgammaHLTPixelMatchElectronAlgo * | algo_ |
const edm::ParameterSet | conf_ |
std::string | seedProducer_ |
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: EDProducer of HLT Electron objects
Definition at line 27 of file EgammaHLTPixelMatchElectronProducers.h.
|
explicit |
Definition at line 45 of file EgammaHLTPixelMatchElectronProducers.cc.
References algo_, conf_, edm::EDConsumerBase::consumesCollector(), and edm::ParameterSet::getParameter().
|
virtual |
Definition at line 59 of file EgammaHLTPixelMatchElectronProducers.cc.
References algo_.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 73 of file EgammaHLTPixelMatchElectronProducers.cc.
|
static |
Definition at line 63 of file EgammaHLTPixelMatchElectronProducers.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
virtual |
Implements edm::EDProducer.
Definition at line 77 of file EgammaHLTPixelMatchElectronProducers.cc.
References algo_, edm::Event::put(), EgammaHLTPixelMatchElectronAlgo::run(), and EgammaHLTPixelMatchElectronAlgo::setupES().
|
private |
Definition at line 43 of file EgammaHLTPixelMatchElectronProducers.h.
Referenced by EgammaHLTPixelMatchElectronProducers(), produce(), and ~EgammaHLTPixelMatchElectronProducers().
|
private |
Definition at line 41 of file EgammaHLTPixelMatchElectronProducers.h.
Referenced by EgammaHLTPixelMatchElectronProducers().
|
private |
Definition at line 44 of file EgammaHLTPixelMatchElectronProducers.h.