#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 | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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 |
Framework module that produces a collection of candidates from generic compoment
Definition at line 70 of file CandidateProducer.h.
|
inline |
|
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(), heavyIonCSV_trainingSettings::idx, init, volumeBasedMagneticField_160812_cfi::master, eostools::move(), edm::Event::put(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::selector_, findQualityFiles::size, TrackRefitter_38T_cff::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().