CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/FWCore/Framework/src/GeneratedInputSource.cc

Go to the documentation of this file.
00001 #include "FWCore/Framework/interface/GeneratedInputSource.h"
00002 
00003 namespace edm {
00004     GeneratedInputSource::GeneratedInputSource(ParameterSet const& pset,
00005         InputSourceDescription const& desc) :
00006         ConfigurableInputSource(pset, desc, false) {
00007     }
00008     GeneratedInputSource::~GeneratedInputSource() {}
00009 }