![]() |
![]() |
#include <CandidateProducer.h>
Public Member Functions | |
CandidateProducer (const edm::ParameterSet &cfg) | |
constructor from parameter set More... | |
~CandidateProducer () | |
destructor More... | |
![]() | |
EDProducer () | |
virtual | ~EDProducer () |
![]() | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
void | beginRun (edm::Run &, const edm::EventSetup &es) |
begin job (first run) More... | |
void | produce (edm::Event &evt, const edm::EventSetup &es) |
process one event More... | |
Private Attributes | |
Conv | converter_ |
converter helper More... | |
bool | initialized_ |
particles initialized? More... | |
Selector | selector_ |
selector More... | |
edm::InputTag | src_ |
label of source collection and tag More... | |
Additional Inherited Members | |
![]() | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
![]() | |
CurrentProcessingContext const * | currentContext () const |
![]() | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
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 |
|
inlineprivatevirtual |
begin job (first run)
Reimplemented from edm::EDProducer.
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_.
|
inlineprivatevirtual |
process one event
Implements edm::EDProducer.
Definition at line 90 of file CandidateProducer.h.
References CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::converter_, SurfaceDeformationFactory::create(), edm::Event::getByLabel(), helper::MasterCollection< C1 >::index(), init, funct::master(), edm::Event::put(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::selector_, findQualityFiles::size, align_tpl::src, and CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::src_.
Referenced by python.JSONExport.JsonExport::export(), and python.HTMLExport.HTMLExport::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().