CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Macros | Typedefs
ParameterSetDescriptionFillerPluginFactory.h File Reference
#include "FWCore/PluginManager/interface/PluginFactory.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescriptionFiller.h"

Go to the source code of this file.

Namespaces

 edm
 HLT enums.
 

Macros

#define DEFINE_DESC_FILLER_FOR_EDLOOPERS(type)
 
#define DEFINE_DESC_FILLER_FOR_ESPRODUCERS(type)
 
#define DEFINE_DESC_FILLER_FOR_ESSOURCES(type)
 
#define DEFINE_DESC_FILLER_FOR_SERVICES(pluginName, serviceType)
 
#define DEFINE_FWK_PSET_DESC_FILLER(type)
 

Typedefs

typedef
edmplugin::PluginFactory
< ParameterSetDescriptionFillerBase
*(void)> 
edm::ParameterSetDescriptionFillerPluginFactory
 

Macro Definition Documentation

#define DEFINE_DESC_FILLER_FOR_EDLOOPERS (   type)
Value:
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::DescriptionFillerForEDLoopers<type> > \
EDM_PLUGIN_SYM(s_filler, __LINE__)(#type)
#define EDM_PLUGIN_SYM(x, y)

Definition at line 53 of file ParameterSetDescriptionFillerPluginFactory.h.

#define DEFINE_DESC_FILLER_FOR_ESPRODUCERS (   type)
Value:
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::DescriptionFillerForESProducers<type> > \
EDM_PLUGIN_SYM(s_filler, __LINE__)(#type)
#define EDM_PLUGIN_SYM(x, y)

Definition at line 49 of file ParameterSetDescriptionFillerPluginFactory.h.

#define DEFINE_DESC_FILLER_FOR_ESSOURCES (   type)
Value:
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::DescriptionFillerForESSources<type> > \
EDM_PLUGIN_SYM(s_filler, __LINE__)(#type)
#define EDM_PLUGIN_SYM(x, y)

Definition at line 45 of file ParameterSetDescriptionFillerPluginFactory.h.

#define DEFINE_DESC_FILLER_FOR_SERVICES (   pluginName,
  serviceType 
)
Value:
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::DescriptionFillerForServices<serviceType> > \
EDM_PLUGIN_SYM(s_filler, __LINE__)(#pluginName)
#define EDM_PLUGIN_SYM(x, y)

Definition at line 41 of file ParameterSetDescriptionFillerPluginFactory.h.

#define DEFINE_FWK_PSET_DESC_FILLER (   type)
Value:
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller<type> > \
EDM_PLUGIN_SYM(s_filler, __LINE__)(#type)
#define EDM_PLUGIN_SYM(x, y)

Definition at line 33 of file ParameterSetDescriptionFillerPluginFactory.h.