CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VectorInputSourceMacros.h
Go to the documentation of this file.
1 #ifndef FWCore_Sources_VectorInputSourceMacros_h
2 #define FWCore_Sources_VectorInputSourceMacros_h
3 
6 
7 #define DEFINE_FWK_VECTOR_INPUT_SOURCE(type) \
8  DEFINE_EDM_PLUGIN (edm::VectorInputSourcePluginFactory,type,#type)
9 
10 #endif