File indexing completed on 2024-04-06 12:12:03
0001 #ifndef FWCore_Framework_InputSourceMacros_h
0002 #define FWCore_Framework_InputSourceMacros_h
0003
0004 #include "FWCore/Framework/interface/maker/InputSourceFactory.h"
0005 #include "FWCore/Framework/interface/InputSource.h"
0006 #include "FWCore/ParameterSet/interface/ParameterSetDescriptionFillerPluginFactory.h"
0007
0008 #define DEFINE_FWK_INPUT_SOURCE(type) \
0009 DEFINE_EDM_PLUGIN(edm::InputSourcePluginFactory, type, #type); \
0010 DEFINE_FWK_PSET_DESC_FILLER(type)
0011
0012 #endif