|
| ConsumesCollector & | consumesCollector () |
| |
| template<typename T , BranchType = InEvent> |
| ProductToken< T > | consumes (InputTag const &) |
| |
| template<typename Element , BranchType = InEvent> |
| ViewToken< Element > | consumesView (InputTag const &) |
| |
| template<typename T , BranchType = InEvent> |
| void | consumesMany () |
| |
| template<typename T , BranchType = InEvent> |
| ProductToken< T > | mayConsume (InputTag const &) |
| |
| template<typename Element , BranchType = InEvent> |
| ViewToken< Element > | mayConsumeView (InputTag const &) |
| |
| template<typename T , BranchType = InEvent> |
| void | mayConsumeMany () |
| |
| | ProductRegistryHelper (product_creation_mode) |
| |
| | ~ProductRegistryHelper () |
| |
| | ProductRegistryHelper (ProductRegistryHelper const &)=delete |
| |
| | ProductRegistryHelper (ProductRegistryHelper &&)=delete |
| |
| ProductRegistryHelper & | operator= (ProductRegistryHelper const &)=delete |
| |
| ProductRegistryHelper & | operator= (ProductRegistryHelper &&)=delete |
| |
| void | productList (std::unique_ptr< ProductList > p) |
| |
| void | registerProducts (ProductDescriptions &productsToRegister, ModuleDescription const &md) |
| |
| void | fillDescriptions (ModuleDescription const &md) |
| |
| template<typename P , BranchType B> |
| TypeLabel const & | reconstitutes (std::string const &modLabel, std::string const &instanceName={}) |
| |
| template<BranchType B> |
| TypeLabelLookup_t const & | expectedProducts () const |
| |
| template<typename P , BranchType B = InEvent> |
| void | produces (std::string const &instanceName={}, Persistable const persistable=Persistable::Yes) |
| |
| ProducesCollector & | producesCollector () noexcept |
| |
Definition at line 16 of file Modifier.h.