CMS 3D CMS Logo

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