CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
SiStripSpyUnpacker_cfi Namespace Reference

Variables

tuple SiStripSpyUnpacker
 

Variable Documentation

tuple SiStripSpyUnpacker_cfi.SiStripSpyUnpacker
Initial value:
1 = cms.EDProducer(
2  "SiStripSpyUnpackerModule",
3  FEDIDs = cms.vuint32(), # FED IDs to look at - leave empty for all FEDs
4  #FEDIDs = cms.vuint32(50, 187, 260, 356), # or use a subset.
5  InputProductLabel = cms.InputTag('source'),
6  AllowIncompleteEvents = cms.bool(True),
7  StoreCounters = cms.bool(True),
8  StoreScopeRawDigis = cms.bool(True) # Note - needs to be True for use in other modules.
9  )

Definition at line 5 of file SiStripSpyUnpacker_cfi.py.