#include <CandidateProducer.h>
Private Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &es) override |
begin job (first run) More... | |
void | produce (edm::Event &evt, const edm::EventSetup &es) override |
process one event More... | |
Private Attributes | |
Conv | converter_ |
converter helper More... | |
bool | initialized_ |
particles initialized? More... | |
Selector | selector_ |
selector More... | |
edm::EDGetTokenT< TColl > | srcToken_ |
label of source collection and tag More... | |
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 |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Framework module that produces a collection of candidates from generic compoment
Definition at line 68 of file CandidateProducer.h.
|
inline |
constructor from parameter set
Definition at line 71 of file CandidateProducer.h.
|
inline |
|
inlineoverrideprivatevirtual |
begin job (first run)
Reimplemented from edm::stream::EDProducerBase.
Definition at line 83 of file CandidateProducer.h.
References CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::converter_, and CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::initialized_.
|
inlineoverrideprivatevirtual |
process one event
Implements edm::stream::EDProducerBase.
Definition at line 90 of file CandidateProducer.h.
References CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::converter_, beamerCreator::create(), edm::Event::getByToken(), helper::MasterCollection< C1 >::index(), autoMagneticFieldProducer_cfi::master, eostools::move(), edm::Event::put(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::selector_, findQualityFiles::size, alcazmumu_cfi::src, and CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::srcToken_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
converter helper
Definition at line 109 of file CandidateProducer.h.
Referenced by CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::beginRun(), and CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce().
|
private |
particles initialized?
Definition at line 113 of file CandidateProducer.h.
Referenced by CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::beginRun().
|
private |
selector
Definition at line 111 of file CandidateProducer.h.
Referenced by CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce().
|
private |
label of source collection and tag
Definition at line 107 of file CandidateProducer.h.
Referenced by CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce().