CMS 3D CMS Logo

TSGFromPropagation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SeedGeneratorParameters = cms.PSet(
00004     ErrorRescaling = cms.double(3.0),
00005     ComponentName = cms.string('TSGFromPropagation'),
00006     errorMatrixPset = cms.PSet(
00007 
00008     ),
00009     UpdateState = cms.bool(False),
00010     UseSecondMeasurements = cms.bool(False),
00011     SelectState = cms.bool(False),
00012     MaxChi2 = cms.double(30.0),
00013     UseVertexState = cms.bool(True),
00014     Propagator = cms.string('SmartPropagatorAnyOpposite')
00015 )
00016 
00017 

Generated on Tue Jun 9 17:44:34 2009 for CMSSW by  doxygen 1.5.4