CMS 3D CMS Logo

ParabolicParametrizedMagneticFieldProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ParabolicParametrizedMagneticFieldProducer = cms.ESProducer("AutoParametrizedMagneticFieldProducer",
4  label = cms.untracked.string('ParabolicMf'),
5  valueOverride = cms.int32(-1),
6  version = cms.string('Parabolic')
7 )