CMS 3D CMS Logo

EmptySource.cc

Go to the documentation of this file.
00001 /*----------------------------------------------------------------------
00002 $Id: EmptySource.cc,v 1.5 2007/06/14 04:57:04 wmtan Exp $
00003 ----------------------------------------------------------------------*/
00004 
00005 #include "FWCore/Modules/src/EmptySource.h"
00006 
00007 namespace edm {
00008   EmptySource::EmptySource(ParameterSet const& pset,
00009                                        InputSourceDescription const& desc) :
00010     GeneratedInputSource(pset, desc)
00011   { }
00012 
00013   EmptySource::~EmptySource() {
00014   }
00015 
00016   bool
00017   EmptySource::produce(edm::Event &) {
00018     return true;
00019   }
00020 }

Generated on Tue Jun 9 17:36:19 2009 for CMSSW by  doxygen 1.5.4