CMS 3D CMS Logo

parametrizedMagneticField_OAE85l_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 idealMagneticFieldRecordSource = cms.ESSource("EmptyESSource",
00004     recordName = cms.string('IdealMagneticFieldRecord'),
00005     iovIsRunNotTime = cms.bool(True),
00006     firstValid = cms.vuint32(1)
00007 )
00008 
00009 ParametrizedMagneticFieldProducer = cms.ESProducer("ParametrizedMagneticFieldProducer",
00010     version = cms.string('OAE_85l_030919'),
00011     parameters = cms.PSet(
00012         a = cms.double(4.643),
00013         b0 = cms.double(40.681),
00014         l = cms.double(15.284)
00015     ),
00016     label = cms.untracked.string('')
00017 )
00018 
00019 

Generated on Tue Jun 9 17:40:37 2009 for CMSSW by  doxygen 1.5.4