00001 import FWCore.ParameterSet.Config as cms 00002 00003 from TrackingTools.MaterialEffects.MaterialPropagator_cfi import * 00004 from TrackingTools.MaterialEffects.OppositeMaterialPropagator_cfi import * 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 from TrackingTools.GeomPropagators.SmartPropagator_cff import * 00010 from TrackingTools.GeomPropagators.SmartPropagatorAnyOpposite_cfi import * 00011 from TrackingTools.GeomPropagators.SmartPropagatorAny_cfi import * 00012 muonServiceProxy = cms.PSet( 00013 ServiceParameters = cms.PSet( 00014 Propagators = cms.untracked.vstring('steppingHelixPropagatorAny', 00015 'steppingHelixPropagatorAlong', 00016 'steppingHelixPropagatorOpposite', 00017 'SteppingHelixPropagatorL2Any', 00018 'SteppingHelixPropagatorL2Along', 00019 'SteppingHelixPropagatorL2Opposite', 00020 'PropagatorWithMaterial', 00021 'PropagatorWithMaterialOpposite', 00022 'smartPropagator', 00023 'SmartPropagatorOpposite', 00024 'smartPropagatorAnyOpposite', 00025 'smartPropagatorAny', 00026 'SmartPropagatorRK', 00027 'SmartPropagatorAnyRK'), 00028 RPCLayers = cms.bool(True), 00029 UseMuonNavigation = cms.untracked.bool(True) 00030 ) 00031 ) 00032 00033