CMS 3D CMS Logo

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_DESC_FILLER_FOR_ESPRODUCERS_IMPL(type, #type, _0)
 
#define DEFINE_DESC_FILLER_FOR_ESPRODUCERS_IMPL(type, name, postfix)
 
#define DEFINE_DESC_FILLER_FOR_ESSOURCES(type)   DEFINE_DESC_FILLER_FOR_ESSOURCES_IMPL(type, #type)
 
#define DEFINE_DESC_FILLER_FOR_ESSOURCES_IMPL(type, name)
 
#define DEFINE_DESC_FILLER_FOR_SERVICES(pluginName, serviceType)
 
#define DEFINE_FWK_PSET_DESC_FILLER(type)   DEFINE_FWK_PSET_DESC_FILLER_IMPL(type, #type, _0)
 
#define DEFINE_FWK_PSET_DESC_FILLER_IMPL(type, name, postfix)
 

Typedefs

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

Macro Definition Documentation

◆ DEFINE_DESC_FILLER_FOR_EDLOOPERS

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

Definition at line 57 of file ParameterSetDescriptionFillerPluginFactory.h.

◆ DEFINE_DESC_FILLER_FOR_ESPRODUCERS

#define DEFINE_DESC_FILLER_FOR_ESPRODUCERS (   type)    DEFINE_DESC_FILLER_FOR_ESPRODUCERS_IMPL(type, #type, _0)

Definition at line 55 of file ParameterSetDescriptionFillerPluginFactory.h.

◆ DEFINE_DESC_FILLER_FOR_ESPRODUCERS_IMPL

#define DEFINE_DESC_FILLER_FOR_ESPRODUCERS_IMPL (   type,
  name,
  postfix 
)
Value:
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::DescriptionFillerForESProducers<type> > \
EDM_PLUGIN_SYM(s_filler##postfix, __LINE__)(name)

Definition at line 52 of file ParameterSetDescriptionFillerPluginFactory.h.

◆ DEFINE_DESC_FILLER_FOR_ESSOURCES

#define DEFINE_DESC_FILLER_FOR_ESSOURCES (   type)    DEFINE_DESC_FILLER_FOR_ESSOURCES_IMPL(type, #type)

Definition at line 50 of file ParameterSetDescriptionFillerPluginFactory.h.

◆ DEFINE_DESC_FILLER_FOR_ESSOURCES_IMPL

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

Definition at line 47 of file ParameterSetDescriptionFillerPluginFactory.h.

◆ DEFINE_DESC_FILLER_FOR_SERVICES

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

Definition at line 43 of file ParameterSetDescriptionFillerPluginFactory.h.

◆ DEFINE_FWK_PSET_DESC_FILLER

#define DEFINE_FWK_PSET_DESC_FILLER (   type)    DEFINE_FWK_PSET_DESC_FILLER_IMPL(type, #type, _0)

Definition at line 39 of file ParameterSetDescriptionFillerPluginFactory.h.

◆ DEFINE_FWK_PSET_DESC_FILLER_IMPL

#define DEFINE_FWK_PSET_DESC_FILLER_IMPL (   type,
  name,
  postfix 
)
Value:
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller<type> > \
EDM_PLUGIN_SYM(s_filler##postfix, __LINE__)(name)

Definition at line 33 of file ParameterSetDescriptionFillerPluginFactory.h.