#include <GEDGsfElectronCoreProducer.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &) |
Static Public Member Functions inherited from GsfElectronCoreBaseProducer | |
static void | fillDescription (edm::ParameterSetDescription &) |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produceElectronCore (const reco::PFCandidate &pfCandidate, reco::GsfElectronCoreCollection *electrons) |
Private Attributes | |
edm::Handle < reco::PFCandidateCollection > | gedEMUnbiasedH_ |
edm::InputTag | gedEMUnbiasedTag_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Protected Member Functions inherited from GsfElectronCoreBaseProducer | |
void | fillElectronCore (reco::GsfElectronCore *) |
void | initEvent (edm::Event &event, const edm::EventSetup &setup) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
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) |
Protected Attributes inherited from GsfElectronCoreBaseProducer | |
edm::Handle < reco::TrackCollection > | ctfTracksH_ |
edm::Handle < reco::GsfPFRecTrackCollection > | gsfPfRecTracksH_ |
edm::Handle < reco::GsfTrackCollection > | gsfTracksH_ |
bool | useGsfPfRecTracks_ |
Definition at line 8 of file GEDGsfElectronCoreProducer.h.
|
explicit |
Definition at line 32 of file GEDGsfElectronCoreProducer.cc.
References gedEMUnbiasedTag_, and edm::ParameterSet::getParameter().
|
virtual |
Definition at line 84 of file GEDGsfElectronCoreProducer.cc.
|
static |
Definition at line 23 of file GEDGsfElectronCoreProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and GsfElectronCoreBaseProducer::fillDescription().
|
virtual |
Implements edm::EDProducer.
Definition at line 38 of file GEDGsfElectronCoreProducer.cc.
References HI_PhotonSkim_cff::electrons, gedEMUnbiasedH_, gedEMUnbiasedTag_, i, GsfElectronCoreBaseProducer::initEvent(), produceElectronCore(), and edm::Handle< T >::product().
|
private |
Definition at line 55 of file GEDGsfElectronCoreProducer.cc.
References reco::PFCandidate::egammaExtraRef(), GsfElectronCoreBaseProducer::fillElectronCore(), reco::PFCandidate::gsfTrackRef(), edm::Ref< C, T, F >::isNull(), reco::GsfElectronCore::setPflowSuperCluster(), and reco::GsfElectronCore::setSuperCluster().
Referenced by produce().
|
private |
Definition at line 22 of file GEDGsfElectronCoreProducer.h.
Referenced by produce().
|
private |
Definition at line 24 of file GEDGsfElectronCoreProducer.h.
Referenced by GEDGsfElectronCoreProducer(), and produce().