CMS 3D CMS Logo

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