CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripDigiToRaw_cfi.py
Go to the documentation of this file.
2 
3 SiStripDigiToRaw = cms.EDProducer(
4  "SiStripDigiToRawModule",
5  InputModuleLabel = cms.string('simSiStripDigis'),
6  InputDigiLabel = cms.string('ZeroSuppressed'),
7  FedReadoutMode = cms.string('ZERO_SUPPRESSED'),
8  UseFedKey = cms.bool(False),
9  UseWrongDigiType = cms.bool(False)
10  )
11