00001 import FWCore.ParameterSet.Config as cms 00002 00003 source = cms.Source("LmfSource", 00004 fileNames = cms.vstring("in.lmf"), 00005 preScale = cms.uint32(1), 00006 orderedRead = cms.bool(True), 00007 watchFileList = cms.bool(False), 00008 fileListName = cms.string("fileList.txt"), 00009 inputDir = cms.string(""), 00010 nSecondsToSleep = cms.int32(5), 00011 verbosity = cms.untracked.int32(0) 00012 )