00001 #ifndef Framework_InputSourceMacros_h 00002 #define Framework_InputSourceMacros_h 00003 00004 #include "FWCore/Framework/src/InputSourceFactory.h" 00005 #include "FWCore/Framework/interface/InputSource.h" 00006 00007 #define DEFINE_FWK_INPUT_SOURCE(type) \ 00008 DEFINE_EDM_PLUGIN (edm::InputSourcePluginFactory,type,#type) 00009 00010 #define DEFINE_ANOTHER_FWK_INPUT_SOURCE(type) \ 00011 DEFINE_EDM_PLUGIN (edm::InputSourcePluginFactory,type,#type) 00012 00013 #endif