3 import FWCore.ParameterSet.Config
as cms
5 SiStripSpyUnpacker = cms.EDProducer(
6 "SiStripSpyUnpackerModule",
7 FEDIDs = cms.vuint32(),
9 InputProductLabel = cms.InputTag(
'source'),
10 AllowIncompleteEvents = cms.bool(
True),
11 StoreCounters = cms.bool(
True),
12 StoreScopeRawDigis = cms.bool(
True)