Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:10

0001 #ifndef FWCore_Sources_VectorInputSourceMacros_h
0002 #define FWCore_Sources_VectorInputSourceMacros_h
0003 
0004 #include "FWCore/Sources/interface/VectorInputSourceFactory.h"
0005 #include "FWCore/Sources/interface/VectorInputSource.h"
0006 
0007 #define DEFINE_FWK_VECTOR_INPUT_SOURCE(type) DEFINE_EDM_PLUGIN(edm::VectorInputSourcePluginFactory, type, #type)
0008 
0009 #endif