00001 #ifndef Framework_GeneratedInputSource_h 00002 #define Framework_GeneratedInputSource_h 00003 00004 /*---------------------------------------------------------------------- 00005 $Id: GeneratedInputSource.h,v 1.2 2006/01/18 00:38:44 wmtan Exp $ 00006 ----------------------------------------------------------------------*/ 00007 00008 #include <memory> 00009 00010 #include "FWCore/Framework/interface/ConfigurableInputSource.h" 00011 00012 namespace edm { 00013 class GeneratedInputSource : public ConfigurableInputSource { 00014 public: 00015 explicit GeneratedInputSource(ParameterSet const& pset, InputSourceDescription const& desc); 00016 virtual ~GeneratedInputSource(); 00017 00018 }; 00019 } 00020 #endif