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  UseCablingTree = cms.untracked.bool(True),
10 ## ErrorList: list of error codes used by tracking to invalidate modules
11  ErrorList = cms.vint32(29),
12 ## UserErrorList: list of error codes used by Pixel experts for investigation
13  UserErrorList = cms.vint32(40),
14 ## Empty Regions PSet means complete unpacking
15  Regions = cms.PSet( )
16 )
17