CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelRawToDigi_cfi.py
Go to the documentation of this file.
2 
3 siPixelDigis = cms.EDProducer("SiPixelRawToDigi",
4  Timing = cms.untracked.bool(False),
5  IncludeErrors = cms.bool(True),
6  InputLabel = cms.InputTag("siPixelRawData"),
7  CheckPixelOrder = cms.bool(False),
8  UseQualityInfo = cms.bool(False),
9 ## ErrorList: list of error codes used by tracking to invalidate modules
10  ErrorList = cms.vint32(29),
11 ## UserErrorList: list of error codes used by Pixel experts for investigation
12  UserErrorList = cms.vint32(40),
13 ## Empty Regions PSet means complete unpacking
14  Regions = cms.PSet( )
15 )
16