1 import FWCore.ParameterSet.Config
as cms
3 hltESPChi2MeasurementEstimator100 = cms.ESProducer(
"Chi2MeasurementEstimatorESProducer",
4 ComponentName = cms.string(
'hltESPChi2MeasurementEstimator100'),
5 MaxChi2 = cms.double(40.0),
6 MaxDisplacement = cms.double(0.5),
7 MaxSagitta = cms.double(2.0),
8 MinPtForHitRecoveryInGluedDet = cms.double(1e+12),
9 MinimalTolerance = cms.double(0.5),
10 appendToDataLabel = cms.string(
''),
11 nSigma = cms.double(4.0)