File indexing completed on 2023-10-25 09:50:33
0001 import FWCore.ParameterSet.Config as cms
0002
0003 hltESPChi2ChargeMeasurementEstimator2000 = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer",
0004 ComponentName = cms.string('hltESPChi2ChargeMeasurementEstimator2000'),
0005 MaxChi2 = cms.double(2000.0),
0006 MaxDisplacement = cms.double(100.0),
0007 MaxSagitta = cms.double(-1.0),
0008 MinPtForHitRecoveryInGluedDet = cms.double(1000000.0),
0009 MinimalTolerance = cms.double(10.0),
0010 appendToDataLabel = cms.string(''),
0011 clusterChargeCut = cms.PSet(
0012 refToPSet_ = cms.string('HLTSiStripClusterChargeCutNone')
0013 ),
0014 nSigma = cms.double(3.0),
0015 pTChargeCutThreshold = cms.double(-1.0)
0016 )