CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
UseZeroBField_cff.py
Go to the documentation of this file.
2 
3 #
4 # use this cff to switch off the mag field
5 #
6 UniformMagneticFieldESProducer = cms.ESProducer("UniformMagneticFieldESProducer",
7  ZFieldInTesla = cms.double(0.0)
8 )
9 
10 es_prefer_UniformMagneticFieldESProducer = cms.ESPrefer("UniformMagneticFieldESProducer")
11 
12