Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 SiStripSpyDigiConverter = cms.EDProducer(
00004 "SiStripSpyDigiConverterModule",
00005 InputProductLabel = cms.InputTag('SiStripSpyUnpacker','ScopeRawDigis'),
00006 StorePayloadDigis = cms.bool(False),
00007 StoreReorderedDigis = cms.bool(False),
00008 StoreModuleDigis = cms.bool(True),
00009 StoreAPVAddress = cms.bool(True),
00010 DiscardDigisWithWrongAPVAddress = cms.bool(True),
00011 MinDigiRange = cms.uint32(100),
00012 MaxDigiRange = cms.uint32(1024),
00013 MinZeroLight = cms.uint32(0),
00014 MaxZeroLight = cms.uint32(1024),
00015 MinTickHeight = cms.uint32(0),
00016 MaxTickHeight = cms.uint32(1024),
00017 ExpectedPositionOfFirstHeaderBit = cms.uint32(6)
00018 )