LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "ProducerBase.h"
Public Types | |
template<typename UserConfig , typename UserKeysToIgnore = void> | |
using | Table = ProducerTable< UserConfig, detail::ModuleConfig, UserKeysToIgnore > |
Public Member Functions | |
bool | modifiesEvent () const |
template<typename PROD , BranchType B> | |
ProductID | getProductID (ModuleDescription const &moduleDescription, std::string const &instanceName) const |
Private Member Functions | |
void | productList (ProductList *p) |
void | registerProducts (MasterProductRegistry &mpr, ProductDescriptions &productsToRegister, ModuleDescription const &md) |
template<typename P , BranchType B = InEvent> | |
void | produces (std::string const &instanceName={}, Persistable const persistable=Persistable::Yes) |
template<typename P , BranchType B> | |
TypeLabel const & | reconstitutes (std::string const &modLabel, std::string const &instanceName={}) |
template<typename P , art::BranchType B> | |
art::TypeLabel const & | reconstitutes (std::string const &emulatedModule, std::string const &instanceName) |
template<BranchType B> | |
std::set< TypeLabel > const & | expectedProducts () const |
Definition at line 33 of file ProducerBase.h.
using art::ProducerBase::Table = ProducerTable<UserConfig, detail::ModuleConfig, UserKeysToIgnore> |
Definition at line 51 of file ProducerBase.h.
|
inlineinherited |
Definition at line 111 of file ProductRegistryHelper.h.
References B, and art::ProductRegistryHelper::typeLabelList_.
ProductID art::ProducerBase::getProductID | ( | ModuleDescription const & | moduleDescription, |
std::string const & | instanceName | ||
) | const |
Definition at line 56 of file ProducerBase.h.
References B, and art::ModuleDescription::moduleLabel().
Referenced by modifiesEvent().
|
inline |
|
inlineinherited |
Definition at line 141 of file ProductRegistryHelper.h.
References B, art::ProductRegistryHelper::insertOrThrow(), art::No, art::detail::verifyFriendlyClassName(), and art::detail::verifyInstanceName().
Referenced by larg4::LArG4::LArG4(), art::MixHelper::produces(), recob::ChargedSpacePointCollectionCreator::produces(), and art::ProductRegistryHelper::productList().
|
inlineinherited |
Definition at line 86 of file ProductRegistryHelper.h.
References art::ProductRegistryHelper::produces(), art::ProductRegistryHelper::productList_, art::ProductRegistryHelper::reconstitutes(), art::ProductRegistryHelper::registerProducts(), and art::Yes.
|
inherited |
|
inherited |
Definition at line 155 of file ProductRegistryHelper.h.
References B, art::ProductRegistryHelper::insertOrThrow(), art::detail::verifyFriendlyClassName(), and art::detail::verifyInstanceName().
|
inherited |
Definition at line 59 of file ProductRegistryHelper.cc.
References art::MasterProductRegistry::addProductsFromModule(), art::InEvent, art::NumBranchTypes, art::ProductRegistryHelper::productList_, art::ProductRegistryHelper::typeLabelList_, and art::MasterProductRegistry::updateFromModule().
Referenced by art::Source< T >::finishProductRegistration_(), art::ProductRegistryHelper::productList(), and art::ResultsProducer::registerProducts().