File indexing completed on 2024-04-06 12:15:51
0001 import FWCore.ParameterSet.Config as cms
0002
0003 hltESPChi2MeasurementEstimator100 = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
0004 ComponentName = cms.string('hltESPChi2MeasurementEstimator100'),
0005 MaxChi2 = cms.double(40.0),
0006 MaxDisplacement = cms.double(0.5),
0007 MaxSagitta = cms.double(2.0),
0008 MinPtForHitRecoveryInGluedDet = cms.double(1e+12),
0009 MinimalTolerance = cms.double(0.5),
0010 appendToDataLabel = cms.string(''),
0011 nSigma = cms.double(4.0)
0012 )