Go to the documentation of this file. 1 #ifndef FWCore_ParameterSet_ValidatedPluginFactoryMacros_h 2 #define FWCore_ParameterSet_ValidatedPluginFactoryMacros_h 30 #define EDM_REGISTER_VALIDATED_PLUGINFACTORY(_factory_, _category_) \ 31 EDM_REGISTER_PLUGINFACTORY(_factory_, _category_); \ 32 EDM_REGISTER_PLUGINFACTORY2(edmplugin::PluginFactory<edm::PluginDescriptionAdaptorBase<_factory_::CreatedType>*()>, \ 33 "PluginDescriptor" _category_)