#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 18 of file ProductRegistryHelper.h.
Definition at line 37 of file ProductRegistryHelper.h.
|
inline |
Definition at line 21 of file ProductRegistryHelper.h.
edm::ProductRegistryHelper::~ProductRegistryHelper | ( | ) |
Definition at line 15 of file ProductRegistryHelper.cc.
|
static |
Definition at line 22 of file ProductRegistryHelper.cc.
References edm::ProductRegistry::addProduct(), edm::TypeWithDict::byName(), edm::errors::DictionaryNotFound, Exception, edm::hasDictionary(), edm::BranchDescription::insertBranchAlias(), edm::ModuleDescription::moduleLabel(), edm::ModuleDescription::moduleName(), AlCaHLTBitMon_ParallelJobs::p, edm::ModuleDescription::parameterSetID(), and edm::ModuleDescription::processName().
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 58 of file ProductRegistryHelper.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by GoodSeedProducer::GoodSeedProducer(), MuonProducer::MuonProducer(), PFCandidateMixer::PFCandidateMixer(), VariableNTupler::registerleaves(), and StringBasedNTupler::registerleaves().
|
inline |
Definition at line 63 of file ProductRegistryHelper.h.
|
inline |
Definition at line 68 of file ProductRegistryHelper.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 73 of file ProductRegistryHelper.h.
|
inline |
Definition at line 79 of file ProductRegistryHelper.h.
|
inline |
Definition at line 84 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 17 of file ProductRegistryHelper.cc.
References typeLabelList_.
Referenced by edm::ProducerBase::registerProducts(), and edm::InputSource::registerProducts().
|
private |
Definition at line 89 of file ProductRegistryHelper.h.
Referenced by produces(), and typeLabelList().