Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005 muonCSCDigis = cms.EDProducer("CSCDCCUnpacker",
00006
00007 InputObjects = cms.InputTag("source"),
00008
00009 UseExaminer = cms.bool(True),
00010
00011 ExaminerMask = cms.uint32(0x1FEBF3F6),
00012
00013 UseSelectiveUnpacking = cms.bool(True),
00014
00015 ErrorMask = cms.uint32(0x0),
00016
00017 UnpackStatusDigis = cms.bool(False),
00018
00019 UseFormatStatus = cms.bool(True),
00020
00021 Debug = cms.untracked.bool(False),
00022 PrintEventNumber = cms.untracked.bool(False),
00023
00024 VisualFEDInspect = cms.untracked.bool(False),
00025 VisualFEDShort = cms.untracked.bool(False),
00026 FormatedEventDump = cms.untracked.bool(False)
00027 )
00028
00029