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