Variables | |
tuple | SiStripSpyUnpacker |
00001 cms.EDProducer( 00002 "SiStripSpyUnpackerModule", 00003 FEDIDs = cms.vuint32(), # FED IDs to look at - leave empty for all FEDs 00004 #FEDIDs = cms.vuint32(50, 187, 260, 356), # or use a subset. 00005 InputProductLabel = cms.InputTag('source'), 00006 AllowIncompleteEvents = cms.bool(True), 00007 StoreCounters = cms.bool(True), 00008 StoreScopeRawDigis = cms.bool(True) # Note - needs to be True for use in other modules. 00009 )
Definition at line 5 of file SiStripSpyUnpacker_cfi.py.