CMS 3D CMS Logo

dtunpackerCommissioning_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Module for DT data unpacking: produces a DTDigiCollection and - on demand - 
00004 # a DTLocalTriggerCollection
00005 # Configuration for Comissioning data
00006 dtunpacker = cms.EDFilter("DTUnpackingModule",
00007     dataType = cms.string('DDU'),
00008     useStandardFEDid = cms.untracked.bool(True),
00009     fedbyType = cms.untracked.bool(True),
00010     readOutParameters = cms.PSet(
00011         debug = cms.untracked.bool(False),
00012         rosParameters = cms.PSet(
00013             writeSC = cms.untracked.bool(True),
00014             readingDDU = cms.untracked.bool(True),
00015             performDataIntegrityMonitor = cms.untracked.bool(False),
00016             readDDUIDfromDDU = cms.untracked.bool(True),
00017             debug = cms.untracked.bool(False),
00018             localDAQ = cms.untracked.bool(True)
00019         ),
00020         localDAQ = cms.untracked.bool(True),
00021         performDataIntegrityMonitor = cms.untracked.bool(False)
00022     )
00023 )
00024 
00025 

Generated on Tue Jun 9 17:34:30 2009 for CMSSW by  doxygen 1.5.4