File indexing completed on 2024-04-06 12:15:51
0001 import FWCore.ParameterSet.Config as cms
0002
0003 initialStepChi2Est = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer",
0004 ComponentName = cms.string('initialStepChi2Est'),
0005 MaxChi2 = cms.double(9.0),
0006 MaxDisplacement = cms.double(0.5),
0007 MaxSagitta = cms.double(2),
0008 MinPtForHitRecoveryInGluedDet = cms.double(1000000.0),
0009 MinimalTolerance = cms.double(0.5),
0010 appendToDataLabel = cms.string(''),
0011 clusterChargeCut = cms.PSet(
0012 refToPSet_ = cms.string('SiStripClusterChargeCutLoose')
0013 ),
0014 nSigma = cms.double(3.0),
0015 pTChargeCutThreshold = cms.double(15.0)
0016 )