CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/IORawData/DaqSource/python/hltDaqSource_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 source = cms.Source( "DaqSource",
00004     evtsPerLS = cms.untracked.uint32( 0 ),
00005     useEventCounter = cms.untracked.bool( False ),
00006     keepUsingPsidFromTrigger = cms.untracked.bool( False ),
00007     writeStatusFile = cms.untracked.bool( False ),
00008     processingMode = cms.untracked.string( "RunsLumisAndEvents" ),
00009     readerPluginName = cms.untracked.string( "FUShmReader" )
00010 )