#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 19 of file ProductRegistryHelper.h.
Definition at line 38 of file ProductRegistryHelper.h.
|
inline |
Definition at line 22 of file ProductRegistryHelper.h.
edm::ProductRegistryHelper::~ProductRegistryHelper | ( | ) |
Definition at line 14 of file ProductRegistryHelper.cc.
|
static |
Definition at line 21 of file ProductRegistryHelper.cc.
References edm::ProductRegistry::addProduct(), edm::dictionaryPlugInPrefix(), edmplugin::PluginCapabilities::get(), edm::BranchDescription::insertBranchAlias(), edm::ModuleDescription::moduleLabel(), edm::ModuleDescription::moduleName(), AlCaHLTBitMon_ParallelJobs::p, edm::ModuleDescription::parameterSetID(), prof2calltree::prefix, edm::ModuleDescription::processName(), AlCaHLTBitMon_QueryRunRegistry::string, 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 59 of file ProductRegistryHelper.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by GoodSeedProducer::GoodSeedProducer(), MuonProducer::MuonProducer(), and PFCandidateMixer::PFCandidateMixer().
|
inline |
Definition at line 64 of file ProductRegistryHelper.h.
|
inline |
Definition at line 69 of file ProductRegistryHelper.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 74 of file ProductRegistryHelper.h.
|
inline |
Definition at line 80 of file ProductRegistryHelper.h.
|
inline |
Definition at line 85 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 16 of file ProductRegistryHelper.cc.
References typeLabelList_.
Referenced by edm::ProducerBase::registerProducts(), and edm::InputSource::registerProducts().
|
private |
Definition at line 90 of file ProductRegistryHelper.h.
Referenced by produces(), and typeLabelList().