CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/FWCore/Framework/interface/InputSourceMacros.h

Go to the documentation of this file.
00001 #ifndef FWCore_Framework_InputSourceMacros_h
00002 #define FWCore_Framework_InputSourceMacros_h
00003 
00004 #include "FWCore/Framework/src/InputSourceFactory.h"
00005 #include "FWCore/Framework/interface/InputSource.h"
00006 #include "FWCore/ParameterSet/interface/ParameterSetDescriptionFillerPluginFactory.h"
00007 
00008 #define DEFINE_FWK_INPUT_SOURCE(type) \
00009   DEFINE_EDM_PLUGIN (edm::InputSourcePluginFactory,type,#type); DEFINE_FWK_PSET_DESC_FILLER(type)
00010 
00011 #endif