1 import FWCore.ParameterSet.Config
as cms
3 hltESPChi2MeasurementEstimator30 = cms.ESProducer(
"Chi2MeasurementEstimatorESProducer",
4 ComponentName = cms.string(
'hltESPChi2MeasurementEstimator30'),
5 MaxChi2 = cms.double(30.0),
6 MaxDisplacement = cms.double(100.0),
7 MaxSagitta = cms.double(-1.0),
8 MinPtForHitRecoveryInGluedDet = cms.double(1000000.0),
9 MinimalTolerance = cms.double(10.0),
10 appendToDataLabel = cms.string(
''),
11 nSigma = cms.double(3.0)