CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TSGFromPropagation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 SeedGeneratorParameters = cms.PSet(
6  MuonErrorMatrixValues,
7  ComponentName = cms.string( "TSGFromPropagation" ),
8  Propagator = cms.string( "SmartPropagatorAnyOpposite" ),
9  MaxChi2 = cms.double( 40.0 ),
10  ResetMethod = cms.string("matrix"),
11  ErrorRescaling = cms.double(3.0),
12  SigmaZ = cms.double(25.0),
13  UseVertexState = cms.bool( True ),
14  UpdateState = cms.bool( True ),
15  SelectState = cms.bool( False ),
16  beamSpot = cms.InputTag("offlineBeamSpot")
17  )