CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ParabolicParametrizedField_cfi.py
Go to the documentation of this file.
2 
3 # This cfi contains everything needed to use the parabolic magnetic
4 # field engine.
5 
6 idealMagneticFieldRecordSource = cms.ESSource("EmptyESSource",
7  recordName = cms.string('IdealMagneticFieldRecord'),
8  iovIsRunNotTime = cms.bool(True),
9  firstValid = cms.vuint32(1)
10 )
11 
12 ParametrizedMagneticFieldProducer = cms.ESProducer("ParametrizedMagneticFieldProducer",
13  version = cms.string('Parabolic'),
14  label = cms.untracked.string(''),
15  parameters=cms.PSet()
16 )
17