Go to the documentation of this file. 1 #ifndef Framework_MakerMacros_h 2 #define Framework_MakerMacros_h 16 #define DEFINE_FWK_MODULE(type) \ 17 DEFINE_EDM_PLUGIN(edm::MakerPluginFactory, edm::WorkerMaker<type>, #type); \ 18 DEFINE_FWK_PSET_DESC_FILLER(type)