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