CMS 3D CMS Logo

GroupedMultiRecHitCollector_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import copy
5 # Chi2MeasurementEstimatorESProducer
6 RelaxedChi2 = copy.deepcopy(Chi2MeasurementEstimator)
7 RelaxedChi2.ComponentName = 'RelaxedChi2'
8 RelaxedChi2.MaxChi2 = 100.
9 #replace RelaxedChi2.nSigma = 3.
10 # MeasurementTracker
12 # MultiRecHitUpdator
14 #MultiRecHitCollector
16