Go to the documentation of this file.00001
00002 import FWCore.ParameterSet.Config as cms
00003
00004 SiStripLorentzAngleDepESProducer = cms.ESProducer("SiStripLorentzAngleDepESProducer",
00005
00006 LatencyRecord = cms.PSet(
00007 record = cms.string('SiStripLatencyRcd'),
00008 label = cms.untracked.string('')
00009 ),
00010 LorentzAnglePeakMode = cms.PSet(
00011 record = cms.string('SiStripLorentzAngleRcd'),
00012 label = cms.untracked.string('peak')
00013 ),
00014 LorentzAngleDeconvMode = cms.PSet(
00015 record = cms.string('SiStripLorentzAngleRcd'),
00016 label = cms.untracked.string('deconvolution')
00017 )
00018
00019 )
00020
00021