CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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) DEFINE_EDM_PLUGIN(edm::VectorInputSourcePluginFactory, type, #type)
8 
9 #endif