CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CalibCalorimetry/EcalLaserSorting/python/LmfSource_cfi.py

Go to the documentation of this file.
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 )