00001 cms.ESProducer("SiStripBackPlaneCorrectionDepESProducer",
00002
00003 LatencyRecord = cms.PSet(
00004 record = cms.string('SiStripLatencyRcd'),
00005 label = cms.untracked.string('')
00006 ),
00007 BackPlaneCorrectionPeakMode = cms.PSet(
00008 record = cms.string('SiStripBackPlaneCorrectionRcd'),
00009 label = cms.untracked.string('peak')
00010 ),
00011 BackPlaneCorrectionDeconvMode = cms.PSet(
00012 record = cms.string('SiStripBackPlaneCorrectionRcd'),
00013 label = cms.untracked.string('deconvolution')
00014 )
00015 )