#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::stream::EDProducerBase | |
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::EDGetTokenT < reco::PFCandidateCollection > | gedEMUnbiasedTag_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
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::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 93 of file GEDGsfElectronCoreProducer.cc.
|
static |
Definition at line 23 of file GEDGsfElectronCoreProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), GsfElectronCoreBaseProducer::fillDescription(), and HLT_25ns14e33_v1_cff::InputTag.
|
virtual |
Implements edm::stream::EDProducerBase.
Definition at line 38 of file GEDGsfElectronCoreProducer.cc.
References HI_PhotonSkim_cff::electrons, gedEMUnbiasedTag_, i, GsfElectronCoreBaseProducer::initEvent(), produceElectronCore(), and edm::Handle< T >::product().
|
private |
Definition at line 56 of file GEDGsfElectronCoreProducer.cc.
References reco::GsfElectronCore::addConversion(), reco::GsfElectronCore::addOneLegConversion(), reco::PFCandidate::egammaExtraRef(), GsfElectronCoreBaseProducer::fillElectronCore(), reco::PFCandidate::gsfTrackRef(), edm::Ref< C, T, F >::isNull(), reco::GsfElectronCore::setParentSuperCluster(), and reco::GsfElectronCore::setSuperCluster().
Referenced by produce().
|
private |
Definition at line 22 of file GEDGsfElectronCoreProducer.h.
Referenced by GEDGsfElectronCoreProducer(), and produce().