CMS 3D CMS Logo

Namespaces | Defines | Typedefs

/data/git/CMSSW_5_3_11_patch5/src/FWCore/ParameterSet/interface/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

namespace  edm
 

A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.


Defines

#define DEFINE_DESC_FILLER_FOR_ESPRODUCERS(type)   static edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::DescriptionFillerForESProducers<type > > EDM_PLUGIN_SYM(s_filler , __LINE__ ) (#type)
#define DEFINE_DESC_FILLER_FOR_ESSOURCES(type)   static edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::DescriptionFillerForESSources<type > > EDM_PLUGIN_SYM(s_filler , __LINE__ ) (#type)
#define DEFINE_DESC_FILLER_FOR_SERVICES(pluginName, serviceType)   static edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::DescriptionFillerForServices<serviceType > > EDM_PLUGIN_SYM(s_filler , __LINE__ ) (#pluginName)
#define DEFINE_FWK_PSET_DESC_FILLER(type)   static edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller<type > > EDM_PLUGIN_SYM(s_filler , __LINE__ ) (#type)

Typedefs

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

Define Documentation

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

Definition at line 46 of file ParameterSetDescriptionFillerPluginFactory.h.

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

Definition at line 43 of file ParameterSetDescriptionFillerPluginFactory.h.

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

Definition at line 40 of file ParameterSetDescriptionFillerPluginFactory.h.

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

Definition at line 33 of file ParameterSetDescriptionFillerPluginFactory.h.