CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimpleMultiRecHitCollector_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import copy
5 # Chi2MeasurementEstimatorESProducer
6 RelaxedChi2Simple = copy.deepcopy(Chi2MeasurementEstimator)
7 RelaxedChi2Simple.ComponentName = 'RelaxedChi2Simple'
8 RelaxedChi2Simple.MaxChi2 = 100.
9 #replace RelaxedChi2.nSigma = 3.
10 # PropagatorWithMaterialESProducer
12 # PropagatorWithMaterialESProducer
14 # MeasurementTracker
16 # MultiRecHitUpdator
18 #MultiRecHitCollector
20