CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
helper::ObjectSelectorBase< OutputCollection > Struct Template Reference

#include <StoreManagerTrait.h>

Inheritance diagram for helper::ObjectSelectorBase< OutputCollection >:
edm::EDFilter edm::EDFilter edm::ProducerBase edm::ProducerBase edm::ProductRegistryHelper edm::ProductRegistryHelper

Public Member Functions

 ObjectSelectorBase (const edm::ParameterSet &cfg)
 
 ObjectSelectorBase (const edm::ParameterSet &cfg)
 
- Public Member Functions inherited from edm::EDFilter
 EDFilter ()
 
virtual ~EDFilter ()
 
- Public Member Functions inherited from edm::ProducerBase
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
boost::function< void(const
BranchDescription &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 

Additional Inherited Members

- Public Types inherited from edm::EDFilter
typedef EDFilter ModuleType
 
typedef WorkerT< EDFilterWorkerType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Static Public Member Functions inherited from edm::EDFilter
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::EDFilter
CurrentProcessingContext const * currentContext () const
 
- Protected Member Functions inherited from edm::ProducerBase
template<class TProducer , class TMethod >
void callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod)
 

Detailed Description

template<typename OutputCollection>
struct helper::ObjectSelectorBase< OutputCollection >

Definition at line 117 of file StoreManagerTrait.h.

Constructor & Destructor Documentation

template<typename OutputCollection >
helper::ObjectSelectorBase< OutputCollection >::ObjectSelectorBase ( const edm::ParameterSet cfg)
inline

Definition at line 118 of file StoreManagerTrait.h.

118  {
119  produces<OutputCollection>();
120  }
template<typename OutputCollection >
helper::ObjectSelectorBase< OutputCollection >::ObjectSelectorBase ( const edm::ParameterSet cfg)
inline

Definition at line 118 of file StoreManagerTrait.h.

118  {
119  produces<OutputCollection>();
120  }