CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
MuonUpdatorAtVertex_cff Namespace Reference

Variables

tuple MuonUpdatorAtVertex
 
tuple MuonUpdatorAtVertexAnyDirection
 

Variable Documentation

tuple MuonUpdatorAtVertex_cff.MuonUpdatorAtVertex
Initial value:
1 = cms.PSet(
2  MuonUpdatorAtVertexParameters = cms.PSet(
3  MaxChi2 = cms.double(1000000.0),
4  Propagator = cms.string('SteppingHelixPropagatorOpposite'),
5  BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3)
6  )
7 )

Definition at line 3 of file MuonUpdatorAtVertex_cff.py.

Referenced by AlignmentMonitorTracksFromTrajectories.AlignmentMonitorTracksFromTrajectories(), MuonSeedTrack.MuonSeedTrack(), and MuonTrackAnalyzer.MuonTrackAnalyzer().

tuple MuonUpdatorAtVertex_cff.MuonUpdatorAtVertexAnyDirection
Initial value:
1 = cms.PSet(
2  MuonUpdatorAtVertexParameters = cms.PSet(
3  MaxChi2 = cms.double(1000000.0),
4  Propagator = cms.string('SteppingHelixPropagatorAny'),
5  BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3)
6  )
7 )

Definition at line 10 of file MuonUpdatorAtVertex_cff.py.