CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/RecoMuon/TrackingTools/python/MuonServiceProxy_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 from TrackingTools.GeomPropagators.StraightLinePropagator_cfi import *
00005 from TrackingTools.MaterialEffects.MaterialPropagator_cfi import *
00006 from TrackingTools.MaterialEffects.OppositeMaterialPropagator_cfi import *
00007 from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi import *
00008 from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorOpposite_cfi import *
00009 from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAny_cfi import *
00010 from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorHLT_cff import *
00011 from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorsNoErrorPropagation_cff import *
00012 from TrackingTools.GeomPropagators.SmartPropagator_cff import *
00013 from TrackingTools.GeomPropagators.SmartPropagatorAnyOpposite_cfi import *
00014 from TrackingTools.GeomPropagators.SmartPropagatorAny_cfi import *
00015 MuonServiceProxy = cms.PSet(
00016     ServiceParameters = cms.PSet(
00017         Propagators = cms.untracked.vstring('SteppingHelixPropagatorAny', 
00018                                             'SteppingHelixPropagatorAlong', 
00019                                             'SteppingHelixPropagatorOpposite', 
00020                                             'SteppingHelixPropagatorL2Any', 
00021                                             'SteppingHelixPropagatorL2Along', 
00022                                             'SteppingHelixPropagatorL2Opposite', 
00023                                             #A bunch with error propagation turned off: can be about 2 times faster 
00024                                             'SteppingHelixPropagatorAnyNoError',
00025                                             'SteppingHelixPropagatorAlongNoError',
00026                                             'SteppingHelixPropagatorOppositeNoError',
00027                                             'SteppingHelixPropagatorL2AnyNoError',
00028                                             'SteppingHelixPropagatorL2AlongNoError',
00029                                             'SteppingHelixPropagatorL2OppositeNoError',
00030                                             'PropagatorWithMaterial', 
00031                                             'PropagatorWithMaterialOpposite', 
00032                                             'SmartPropagator', 
00033                                             'SmartPropagatorOpposite', 
00034                                             'SmartPropagatorAnyOpposite', 
00035                                             'SmartPropagatorAny', 
00036                                             'SmartPropagatorRK', 
00037                                             'SmartPropagatorAnyRK',
00038                                             'StraightLinePropagator'),
00039         RPCLayers = cms.bool(True),
00040         UseMuonNavigation = cms.untracked.bool(True)
00041     )
00042 )
00043 
00044