#include <ProductRegistryHelper.h>
Classes | |
struct | BranchAliasSetter |
struct | BranchAliasSetterT |
struct | has_donotrecordparents |
struct | TypeLabelItem |
Public Types | |
typedef std::vector< TypeLabelItem > | TypeLabelList |
Public Member Functions | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
ProductRegistryHelper () | |
std::vector< bool > const & | recordProvenanceList () const |
TypeLabelList const & | typeLabelList () const |
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 | |
std::vector< bool > | recordProvenanceList_ |
TypeLabelList | typeLabelList_ |
Definition at line 23 of file ProductRegistryHelper.h.
typedef std::vector<TypeLabelItem> edm::ProductRegistryHelper::TypeLabelList |
Definition at line 82 of file ProductRegistryHelper.h.
|
inline |
Definition at line 26 of file ProductRegistryHelper.h.
References ~ProductRegistryHelper().
edm::ProductRegistryHelper::~ProductRegistryHelper | ( | ) |
Definition at line 16 of file ProductRegistryHelper.cc.
Referenced by ProductRegistryHelper().
|
static |
Definition at line 23 of file ProductRegistryHelper.cc.
References edm::ProductRegistry::addProduct(), revisionDML::branchType(), edm::checkClassDictionaries(), edm::checkDictionary(), edm::checkDictionaryOfWrappedType(), edm::convertToBranchType(), mps_splice::entry, edm::InEvent, edm::BranchDescription::insertBranchAlias(), edm::isEndTransition(), edm::ModuleDescription::moduleLabel(), edm::ModuleDescription::moduleName(), AlCaHLTBitMon_ParallelJobs::p, edm::ModuleDescription::parameterSetID(), edm::ModuleDescription::processName(), AlCaHLTBitMon_QueryRunRegistry::string, and edm::throwMissingDictionariesException().
Referenced by recordProvenanceList(), edm::ProducerBase::registerProducts(), and edm::ProducerBase::registrationCallback().
|
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 105 of file ProductRegistryHelper.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::DataMixingModule::DataMixingModule(), GEDPhotonProducer::GEDPhotonProducer(), GoodSeedProducer::GoodSeedProducer(), MuonProducer::MuonProducer(), hitTripletEDProducerT::ImplSeedingHitSets::produces(), hitTripletEDProducerT::ImplIntermediateHitTriplets::produces(), VariableNTupler::registerleaves(), and StringBasedNTupler::registerleaves().
|
inline |
|
inline |
Definition at line 115 of file ProductRegistryHelper.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 120 of file ProductRegistryHelper.h.
References TtFullHadDaughter::B, edm::InEvent, and eostools::move().
|
inline |
Definition at line 127 of file ProductRegistryHelper.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 132 of file ProductRegistryHelper.h.
References TtFullHadDaughter::B, edm::Event, and eostools::move().
|
inline |
Definition at line 139 of file ProductRegistryHelper.h.
References triggerObjects_cff::id, MuonErrorMatrixAdjuster_cfi::instanceName, and eostools::move().
|
inline |
Definition at line 144 of file ProductRegistryHelper.h.
References TtFullHadDaughter::B, edm::convertToTransition(), diffTreeTool::index, edm::InEvent, MuonErrorMatrixAdjuster_cfi::instanceName, eostools::move(), recordProvenanceList_, and typeLabelList_.
|
inline |
Definition at line 151 of file ProductRegistryHelper.h.
References TtFullHadDaughter::B, edm::Event, diffTreeTool::index, MuonErrorMatrixAdjuster_cfi::instanceName, eostools::move(), recordProvenanceList_, and typeLabelList_.
|
inline |
Definition at line 87 of file ProductRegistryHelper.h.
References addToRegistry(), and recordProvenanceList_.
Referenced by edm::PrincipalGetAdapter::recordProvenanceList().
ProductRegistryHelper::TypeLabelList const & edm::ProductRegistryHelper::typeLabelList | ( | ) | const |
used by the fwk to register the list of products of this module
Definition at line 18 of file ProductRegistryHelper.cc.
References typeLabelList_.
Referenced by edm::PrincipalGetAdapter::getPutTokenIndex(), edm::PrincipalGetAdapter::getTypeIDForPutTokenIndex(), edm::PrincipalGetAdapter::productInstanceLabel(), edm::ProducerBase::registerProducts(), edm::ProducerBase::registrationCallback(), and edm::ProducerBase::resolvePutIndicies().
|
private |
Definition at line 160 of file ProductRegistryHelper.h.
Referenced by produces(), and recordProvenanceList().
|
private |
Definition at line 159 of file ProductRegistryHelper.h.
Referenced by produces(), and typeLabelList().