CMS 3D CMS Logo

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