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 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_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 53 of file ParameterSetDescriptionFillerPluginFactory.h.

◆ DEFINE_DESC_FILLER_FOR_ESPRODUCERS

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

Definition at line 49 of file ParameterSetDescriptionFillerPluginFactory.h.

◆ DEFINE_DESC_FILLER_FOR_ESSOURCES

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

Definition at line 45 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 41 of file ParameterSetDescriptionFillerPluginFactory.h.

◆ DEFINE_FWK_PSET_DESC_FILLER

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

Definition at line 33 of file ParameterSetDescriptionFillerPluginFactory.h.