#include <CandidateProducer.h>
Public Member Functions | |
CandidateProducer (const edm::ParameterSet &cfg) | |
constructor from parameter set More... | |
~CandidateProducer () override | |
destructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
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<> | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Framework module that produces a collection of candidates from generic compoment
Definition at line 70 of file CandidateProducer.h.
|
inline |
constructor from parameter set
Definition at line 73 of file CandidateProducer.h.
|
inlineoverride |
|
inlineoverrideprivate |
begin job (first run)
Definition at line 85 of file CandidateProducer.h.
References CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::converter_, and CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::initialized_.
|
inlineoverrideprivate |
process one event
Definition at line 92 of file CandidateProducer.h.
References HLT_FULL_cff::cands, CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::converter_, beamerCreator::create(), edm::Event::getByToken(), init, funct::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_.
|
private |
converter helper
Definition at line 111 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 115 of file CandidateProducer.h.
Referenced by CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::beginRun().
|
private |
selector
Definition at line 113 of file CandidateProducer.h.
Referenced by CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce().
|
private |
label of source collection and tag
Definition at line 109 of file CandidateProducer.h.
Referenced by CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce().