00001 #ifndef FWCore_ParameterSet_ParameterSetDescriptionFillerPluginFactory_h
00002 #define FWCore_ParameterSet_ParameterSetDescriptionFillerPluginFactory_h
00003
00004
00005
00006
00007
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #include "FWCore/PluginManager/interface/PluginFactory.h"
00026 #include "FWCore/ParameterSet/interface/ParameterSetDescriptionFiller.h"
00027
00028
00029
00030 namespace edm {
00031 typedef edmplugin::PluginFactory<ParameterSetDescriptionFillerBase*(void)> ParameterSetDescriptionFillerPluginFactory;
00032 }
00033
00034 #define DEFINE_FWK_PSET_DESC_FILLER(type) \
00035 static edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller<type > > EDM_PLUGIN_SYM(s_filler , __LINE__ ) (#type)
00036
00037
00038 #endif