File indexing completed on 2024-04-06 12:15:51
0001 import FWCore.ParameterSet.Config as cms
0002
0003 hltESPChi2MeasurementEstimator30 = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
0004 ComponentName = cms.string('hltESPChi2MeasurementEstimator30'),
0005 MaxChi2 = cms.double(30.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 nSigma = cms.double(3.0)
0012 )