3 source = cms.Source(
"LmfSource",
4 fileNames = cms.vstring(
"in.lmf"),
5 preScale = cms.uint32(1),
6 orderedRead = cms.bool(
True),
7 watchFileList = cms.bool(
False),
8 fileListName = cms.string(
"fileList.txt"),
9 inputDir = cms.string(
""),
10 nSecondsToSleep = cms.int32(5),
11 verbosity = cms.untracked.int32(0)