Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from RecoMuon.TrackingTools.MuonErrorMatrixValues_cff import *
00004
00005 SeedGeneratorParameters = cms.PSet(
00006 MuonErrorMatrixValues,
00007 ComponentName = cms.string( "TSGFromPropagation" ),
00008 Propagator = cms.string( "SmartPropagatorAnyOpposite" ),
00009 MaxChi2 = cms.double( 40.0 ),
00010 ResetMethod = cms.string("matrix"),
00011 ErrorRescaling = cms.double(3.0),
00012 SigmaZ = cms.double(25.0),
00013 UseVertexState = cms.bool( True ),
00014 UpdateState = cms.bool( True ),
00015 SelectState = cms.bool( False ),
00016 beamSpot = cms.InputTag("offlineBeamSpot")
00017 )