File indexing completed on 2023-03-17 11:05:56
0001 import FWCore.ParameterSet.Config as cms
0002
0003 hltESPChi2ChargeMeasurementEstimator16 = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer",
0004 ComponentName = cms.string('hltESPChi2ChargeMeasurementEstimator16'),
0005 MaxChi2 = cms.double(16.0),
0006 MaxDisplacement = cms.double(0.5),
0007 MaxSagitta = cms.double(2.0),
0008 MinPtForHitRecoveryInGluedDet = cms.double(1000000.0),
0009 MinimalTolerance = cms.double(0.5),
0010 appendToDataLabel = cms.string(''),
0011 clusterChargeCut = cms.PSet(
0012 refToPSet_ = cms.string('HLTSiStripClusterChargeCutLoose')
0013 ),
0014 nSigma = cms.double(3.0),
0015 pTChargeCutThreshold = cms.double(-1.0)
0016 )