Go to the documentation of this file. 1 #ifndef FWCore_Framework_InputSourceMacros_h
2 #define FWCore_Framework_InputSourceMacros_h
8 #define DEFINE_FWK_INPUT_SOURCE(type) \
9 DEFINE_EDM_PLUGIN(edm::InputSourcePluginFactory, type, #type); \
10 DEFINE_FWK_PSET_DESC_FILLER(type)