#include <ProductRegistryHelper.h>
Classes | |
struct | TypeLabelItem |
Public Types | |
typedef std::list< TypeLabelItem > | TypeLabelList |
Public Member Functions | |
template<class ProductType > | |
TypeLabelItem const & | produces () |
declare what type of product will make and with which optional label More... | |
template<class ProductType > | |
TypeLabelItem const & | produces (std::string const &instanceName) |
template<typename ProductType , BranchType B> | |
TypeLabelItem const & | produces () |
template<typename ProductType , BranchType B> | |
TypeLabelItem const & | produces (std::string const &instanceName) |
TypeLabelItem const & | produces (const TypeID &id, std::string const &instanceName=std::string()) |
template<BranchType B> | |
TypeLabelItem const & | produces (const TypeID &id, std::string const &instanceName=std::string()) |
ProductRegistryHelper () | |
TypeLabelList & | typeLabelList () |
used by the fwk to register the list of products of this module More... | |
~ProductRegistryHelper () | |
Static Public Member Functions | |
static void | addToRegistry (TypeLabelList::const_iterator const &iBegin, TypeLabelList::const_iterator const &iEnd, ModuleDescription const &iDesc, ProductRegistry &iReg, bool iIsListener=false) |
Private Attributes | |
TypeLabelList | typeLabelList_ |
Definition at line 22 of file ProductRegistryHelper.h.
Definition at line 41 of file ProductRegistryHelper.h.
|
inline |
Definition at line 25 of file ProductRegistryHelper.h.
edm::ProductRegistryHelper::~ProductRegistryHelper | ( | ) |
Definition at line 12 of file ProductRegistryHelper.cc.
|
static |
Definition at line 19 of file ProductRegistryHelper.cc.
References edm::ProductRegistry::addProduct(), edm::BranchDescription::branchAliases(), edmplugin::PluginCapabilities::get(), edm::ModuleDescription::moduleLabel(), edm::ModuleDescription::moduleName(), AlCaHLTBitMon_ParallelJobs::p, edm::ModuleDescription::parameterSetID(), prof2calltree::prefix, edm::ModuleDescription::processName(), and edmplugin::PluginCapabilities::tryToLoad().
Referenced by edm::ProducerBase::registerProducts(), and edm::InputSource::registerProducts().
|
inline |
declare what type of product will make and with which optional label
the statement
should be added to the producer ctor for every product
Definition at line 62 of file ProductRegistryHelper.h.
Referenced by GoodSeedProducer::GoodSeedProducer(), and MuonProducer::MuonProducer().
|
inline |
Definition at line 67 of file ProductRegistryHelper.h.
|
inline |
Definition at line 72 of file ProductRegistryHelper.h.
|
inline |
Definition at line 77 of file ProductRegistryHelper.h.
|
inline |
Definition at line 83 of file ProductRegistryHelper.h.
References errorMatrix2Lands_multiChannel::id.
|
inline |
Definition at line 88 of file ProductRegistryHelper.h.
References typeLabelList_.
ProductRegistryHelper::TypeLabelList & edm::ProductRegistryHelper::typeLabelList | ( | ) |
used by the fwk to register the list of products of this module
Definition at line 14 of file ProductRegistryHelper.cc.
References typeLabelList_.
Referenced by edm::ProducerBase::registerProducts(), and edm::InputSource::registerProducts().
|
private |
Definition at line 94 of file ProductRegistryHelper.h.
Referenced by produces(), and typeLabelList().