CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonUpdatorAtVertex_cff.py
Go to the documentation of this file.
2 
3 MuonUpdatorAtVertex = cms.PSet(
4  MuonUpdatorAtVertexParameters = cms.PSet(
5  MaxChi2 = cms.double(1000000.0),
6  Propagator = cms.string('SteppingHelixPropagatorOpposite'),
7  BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3)
8  )
9 )
10 MuonUpdatorAtVertexAnyDirection = cms.PSet(
11  MuonUpdatorAtVertexParameters = cms.PSet(
12  MaxChi2 = cms.double(1000000.0),
13  Propagator = cms.string('SteppingHelixPropagatorAny'),
14  BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3)
15  )
16 )
17 
18