Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:57:58

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 source = cms.Source("LmfSource",
0004   fileNames = cms.vstring("in.lmf"),
0005   preScale  = cms.uint32(1),
0006   orderedRead = cms.bool(True),
0007   watchFileList = cms.bool(False),
0008   fileListName = cms.string("fileList.txt"),
0009   inputDir = cms.string(""),
0010   nSecondsToSleep = cms.int32(5),
0011   verbosity = cms.untracked.int32(0)
0012 )