00001 #ifndef FWCore_Sources_VectorInputSourceMacros_h 00002 #define FWCore_Sources_VectorInputSourceMacros_h 00003 00004 #include "FWCore/Sources/interface/VectorInputSourceFactory.h" 00005 #include "FWCore/Sources/interface/VectorInputSource.h" 00006 00007 #define DEFINE_FWK_VECTOR_INPUT_SOURCE(type) \ 00008 DEFINE_EDM_PLUGIN (edm::VectorInputSourcePluginFactory,type,#type) 00009 00010 #define DEFINE_ANOTHER_FWK_VECTOR_INPUT_SOURCE(type) \ 00011 DEFINE_EDM_PLUGIN (edm::VectorInputSourcePluginFactory,type,#type) 00012 00013 #endif