Variables | |
tuple | MuonUpdatorAtVertex |
tuple | MuonUpdatorAtVertexAnyDirection |
00001 cms.PSet( 00002 MuonUpdatorAtVertexParameters = cms.PSet( 00003 MaxChi2 = cms.double(1000000.0), 00004 Propagator = cms.string('SteppingHelixPropagatorOpposite'), 00005 BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3) 00006 ) 00007 )
Definition at line 3 of file MuonUpdatorAtVertex_cff.py.
Referenced by AlignmentMonitorTracksFromTrajectories::AlignmentMonitorTracksFromTrajectories(), MuonSeedTrack::MuonSeedTrack(), MuonTrackAnalyzer::MuonTrackAnalyzer(), and MuonTrackLoader::MuonTrackLoader().
00001 cms.PSet( 00002 MuonUpdatorAtVertexParameters = cms.PSet( 00003 MaxChi2 = cms.double(1000000.0), 00004 Propagator = cms.string('SteppingHelixPropagatorAny'), 00005 BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3) 00006 ) 00007 )
Definition at line 10 of file MuonUpdatorAtVertex_cff.py.