CMS 3D CMS Logo

Variables

SiPixelCalibDigiProducer_cfi Namespace Reference

Variables

tuple siPixelCalibDigis

Variable Documentation

Initial value:
00001 cms.EDProducer("SiPixelCalibDigiProducer",
00002     src = cms.InputTag("siPixelDigis"),
00003     # force the producer to use the event numbers as in the data. If false the producer will synchronize by using its own internal counter.
00004     useRealEventNumber = cms.bool(False),
00005     # setting ignoreNonPattern to true makes the production of CalibDigis significantly slower!
00006     ignoreNonPattern = cms.bool(True),
00007     # error output: it is possible to write out SiPixelRawDataErrors. Use this flag to turn this on. It will not save pixel info, only det id and fed ID.
00008     includeErrors = cms.untracked.bool(True),
00009     # the error type numbers are defined in DataFormats/SiPixelRawData/src/SiPixelRawDataError.cc (SetError() method). We will use 31 as default, this one is defined as 'event number mismatch..'
00010     errorTypeNumber = cms.untracked.int32(31),
00011     label = cms.string('siPixelCalibDigis'),
00012     instance = cms.string('test'),
00013     # replace set checkPatternEachEvent to false to only check on pixel patterns when filling the calib digis. setting it to true means every event will be checked. does nothing when ignoreNonPattern is false
00014     checkPatternEachEvent = cms.bool(False)
00015 )

Definition at line 3 of file SiPixelCalibDigiProducer_cfi.py.