CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/RecoMuon/TrackingTools/python/MuonUpdatorAtVertex_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 MuonUpdatorAtVertex = cms.PSet(
00004     MuonUpdatorAtVertexParameters = cms.PSet(
00005         MaxChi2 = cms.double(1000000.0),
00006         Propagator = cms.string('SteppingHelixPropagatorOpposite'),
00007         BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3)
00008     )
00009 )
00010 MuonUpdatorAtVertexAnyDirection = cms.PSet(
00011     MuonUpdatorAtVertexParameters = cms.PSet(
00012         MaxChi2 = cms.double(1000000.0),
00013         Propagator = cms.string('SteppingHelixPropagatorAny'),
00014         BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3)
00015     )
00016 )
00017 
00018