![]() |
|
|||
File indexing completed on 2024-04-06 12:08:48
0001 # Configuration include for unpacking scope mode digis from spy channel data 0002 #============================================================================ 0003 import FWCore.ParameterSet.Config as cms 0004 0005 SiStripSpyUnpacker = cms.EDProducer( 0006 "SiStripSpyUnpackerModule", 0007 FEDIDs = cms.vuint32(), # FED IDs to look at - leave empty for all FEDs 0008 #FEDIDs = cms.vuint32(50, 187, 260, 356), # or use a subset. 0009 InputProductLabel = cms.InputTag('source'), 0010 AllowIncompleteEvents = cms.bool(True), 0011 StoreCounters = cms.bool(True), 0012 StoreScopeRawDigis = cms.bool(True) # Note - needs to be True for use in other modules. 0013 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |