CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_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('PolyFit3D'),
00011     parameters = cms.PSet(
00012     #BValue = cms.double(2.02156567013928)
00013     #BValue = cms.double(3.51622117206486)
00014     BValue = cms.double(3.81143026675623)
00015     #BValue = cms.double(4.01242188708911)
00016     ),
00017     label = cms.untracked.string('')
00018 )
00019 
00020