Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from Configuration.StandardSequences.MagneticField_cff import *
00004
00005 from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi import *
00006 from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorOpposite_cfi import *
00007 from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAny_cfi import *
00008 from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorHLT_cff import *
00009
00010 localUniform = cms.ESProducer("UniformMagneticFieldESProducer",
00011 ZFieldInTesla = cms.double(0.0)
00012 )
00013
00014 es_prefer_localUniform = cms.ESPrefer("UniformMagneticFieldESProducer","localUniform")
00015
00016 SteppingHelixPropagatorAny.useInTeslaFromMagField = True
00017 SteppingHelixPropagatorAny.SetVBFPointer = True
00018
00019 SteppingHelixPropagatorAlong.useInTeslaFromMagField = True
00020 SteppingHelixPropagatorAlong.SetVBFPointer = True
00021
00022 SteppingHelixPropagatorOpposite.useInTeslaFromMagField = True
00023 SteppingHelixPropagatorOpposite.SetVBFPointer = True
00024
00025
00026 SteppingHelixPropagatorL2Any.useInTeslaFromMagField = True
00027 SteppingHelixPropagatorL2Any.SetVBFPointer = True
00028
00029 SteppingHelixPropagatorL2Along.useInTeslaFromMagField = True
00030 SteppingHelixPropagatorL2Along.SetVBFPointer = True
00031
00032 SteppingHelixPropagatorL2Opposite.useInTeslaFromMagField = True
00033 SteppingHelixPropagatorL2Opposite.SetVBFPointer = True
00034
00035
00036 VolumeBasedMagneticFieldESProducer.label = 'VolumeBasedMagneticField'
00037