CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LmfSource_cfi.py
Go to the documentation of this file.
2 
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)
12 )