CMS 3D CMS Logo

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         BeamSpotPosition = cms.vdouble(0.0, 0.0, 0.0),
00007         Propagator = cms.string('SteppingHelixPropagatorOpposite'),
00008         BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3)
00009     )
00010 )
00011 MuonUpdatorAtVertexAnyDirection = cms.PSet(
00012     MuonUpdatorAtVertexParameters = cms.PSet(
00013         MaxChi2 = cms.double(1000000.0),
00014         BeamSpotPosition = cms.vdouble(0.0, 0.0, 0.0),
00015         Propagator = cms.string('SteppingHelixPropagatorAny'),
00016         BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3)
00017     )
00018 )
00019 
00020 

Generated on Tue Jun 9 17:44:35 2009 for CMSSW by  doxygen 1.5.4